HostProfileManagerCompositionResult

HostProfileManagerCompositionResult
HostProfileManagerCompositionResult

The data class for host profile composition result.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "errors": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ],
    "results": [
        {
            "_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"
                }
            ]
        }
    ]
}
errors
Optional

The composition errors for all targets, for example, the source profile doesn't exist.

results
Optional

The array of HostProfileManagerCompositionResultResultElement for all the target host profiles.