ApplyHostProfileConfigurationResult

ApplyHostProfileConfigurationResult
ApplyHostProfileConfigurationResult

The ApplyHostProfileConfigurationResult data object contains the remediation results for a host: the time that the remediation happens, the status, the errors, and optinal compliance result after reboot.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "startTime": "string",
    "completeTime": "string",
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "status": "string",
    "errors": [
        {
            "_typeName": "string",
            "faultCause": "MethodFault Object",
            "faultMessage": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "arg": [
                        {
                            "_typeName": "string",
                            "key": "string",
                            "value": {
                                "_typeName": "string"
                            }
                        }
                    ],
                    "message": "string"
                }
            ]
        }
    ]
}
string As date-time As date-time
startTime
Required

Time that the host config apply starts.

string As date-time As date-time
completeTime
Required

Time that the host config apply completes.

host
Required

Reference to an instance of the HostSystem managed object.

string
status
Required

Status of the remediation.

See ApplyHostProfileConfigurationResultStatusEnum for valid values.

errors
Optional

If status is fail, this property contains a list of status error message objects.