HostServiceInfo

HostServiceInfo
HostServiceInfo

Data object describing the host service configuration.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "service": [
        {
            "_typeName": "string",
            "key": "string",
            "label": "string",
            "required": false,
            "uninstallable": false,
            "running": false,
            "ruleset": [
                "string"
            ],
            "policy": "string",
            "sourcePackage": {
                "_typeName": "string",
                "sourcePackageName": "string",
                "description": "string"
            }
        }
    ]
}
service
Optional

List of configured services.