Era.Common.NetworkMessage.ConsoleApi.StatusOverview.RpcGetInfrastructureComponentsInfoResponse

Description

Response with information about infrastructure components (database server, operating system, Apache Tomcat)

Properties

Name JsonSchemaType Description
centos7Eol boolean
dbInfo reference to Era.Common.NetworkMessage.ConsoleApi.StatusOverview.RpcGetInfrastructureComponentsInfoResponse_ComponentInfo
hasMdmConnector boolean
installationLocale string
isVirtualAppliance boolean
osInfo reference to Era.Common.NetworkMessage.ConsoleApi.StatusOverview.RpcGetInfrastructureComponentsInfoResponse_ComponentInfo

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"
                },
                "hasMdmConnector": {
                    "type": "boolean"
                },
                "installationLocale": {
                    "type": "string"
                },
                "isVirtualAppliance": {
                    "type": "boolean"
                },
                "osInfo": {
                    "$ref": "Era.Common.NetworkMessage.ConsoleApi.StatusOverview.RpcGetInfrastructureComponentsInfoResponse_ComponentInfo#/definitions/RpcGetInfrastructureComponentsInfoResponse_ComponentInfo"
                }
            }
        }
    }
}