HostProfileManagerCompositionResultResultElement

HostProfileManagerCompositionResultResultElement
HostProfileManagerCompositionResultResultElement

Composition result for a specific target host profile.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "target": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "status": "string",
    "errors": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ]
}
target
Required

Reference to an instance of the Profile managed object.

string
status
Required

The composition status.

See HostProfileManagerCompositionResultResultElementStatusEnum for details of supported values.

errors
Optional

The composition errors.