The management services used to control a server or a host's host controller.
{
    "failed-operation" => {
        "type" => OBJECT,
        "description" => "Operation that caused the failure.",
        "expressions-allowed" => false,
        "required" => true,
        "nillable" => false,
        "stability" => "default",
        "value-type" => {
            "operation" => {
                "type" => STRING,
                "description" => "Name of the failing operation.",
                "expressions-allowed" => false,
                "required" => true,
                "nillable" => false,
                "min-length" => 1L,
                "max-length" => 2147483647L,
                "stability" => "default"
            },
            "address" => {
                "type" => LIST,
                "description" => "Address of the failing operation.",
                "expressions-allowed" => false,
                "required" => true,
                "nillable" => false,
                "min-length" => 0L,
                "max-length" => 2147483647L,
                "stability" => "default",
                "value-type" => PROPERTY
            }
        }
    },
    "failure-description" => {
        "type" => STRING,
        "description" => "String representation of the failure description associated with the operation.",
        "expressions-allowed" => false,
        "required" => true,
        "nillable" => false,
        "min-length" => 1L,
        "max-length" => 2147483647L,
        "stability" => "default"
    },
    "failed-services" => {
        "type" => LIST,
        "description" => "Services that failed during execution of the operation.",
        "expressions-allowed" => false,
        "required" => false,
        "nillable" => true,
        "min-length" => 0L,
        "max-length" => 2147483647L,
        "stability" => "default",
        "value-type" => STRING
    },
    "services-missing-dependencies" => {
        "type" => LIST,
        "description" => "Services that could not be started during execution of the operation due to missing dependencies.",
        "expressions-allowed" => false,
        "required" => false,
        "nillable" => true,
        "min-length" => 0L,
        "max-length" => 2147483647L,
        "stability" => "default",
        "value-type" => STRING
    },
    "missing-transitive-dependency-problems" => {
        "type" => OBJECT,
        "description" => "Missing transitive dependency issues found during execution of the operation.",
        "expressions-allowed" => false,
        "required" => false,
        "nillable" => true,
        "stability" => "default",
        "value-type" => {
            "services-missing-transitive-dependencies" => {
                "type" => LIST,
                "description" => "Services that had a missing transitive dependency.",
                "expressions-allowed" => false,
                "required" => true,
                "nillable" => false,
                "min-length" => 0L,
                "max-length" => 2147483647L,
                "stability" => "default",
                "value-type" => STRING
            },
            "possible-causes" => {
                "type" => LIST,
                "description" => "Services that are missing and may be the cause of the missing transitive dependency.",
                "expressions-allowed" => false,
                "required" => true,
                "nillable" => false,
                "min-length" => 0L,
                "max-length" => 2147483647L,
                "stability" => "default",
                "value-type" => STRING
            }
        }
    }
}