Era.Common.NetworkMessage.ConsoleApi.StatusOverview.RpcGetInfrastructureComponentsInfoResponse
Description
Response with information about infrastructure components (database server, operating system, Apache Tomcat)
Properties
Dual message (request/response)
Era.Common.NetworkMessage.ConsoleApi.StatusOverview.RpcGetInfrastructureComponentsInfoRequest |
Referenced in messages
No references.JsonSchema
{
"title": "Era.Common.NetworkMessage.ConsoleApi.StatusOverview.RpcGetInfrastructureComponentsInfoResponse",
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"required": [
"Era.Common.NetworkMessage.ConsoleApi.StatusOverview.RpcGetInfrastructureComponentsInfoResponse"
],
"properties": {
"Era.Common.NetworkMessage.ConsoleApi.StatusOverview.RpcGetInfrastructureComponentsInfoResponse": {
"$ref": "#/definitions/RpcGetInfrastructureComponentsInfoResponse"
}
},
"definitions": {
"RpcGetInfrastructureComponentsInfoResponse": {
"additionalProperties": false,
"type": "object",
"properties": {
"centos7Eol": {
"type": "boolean"
},
"dbInfo": {
"$ref": "Era.Common.NetworkMessage.ConsoleApi.StatusOverview.RpcGetInfrastructureComponentsInfoResponse_ComponentInfo#/definitions/RpcGetInfrastructureComponentsInfoResponse_ComponentInfo"
},
"hasApacheProxy": {
"type": "boolean"
},
"hasMdmConnector": {
"type": "boolean"
},
"installationLocale": {
"type": "string"
},
"isVirtualAppliance": {
"type": "boolean"
},
"osInfo": {
"$ref": "Era.Common.NetworkMessage.ConsoleApi.StatusOverview.RpcGetInfrastructureComponentsInfoResponse_ComponentInfo#/definitions/RpcGetInfrastructureComponentsInfoResponse_ComponentInfo"
}
}
}
}
}