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 |
{ "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" } } } } }