FolderFailedHostResult

FolderFailedHostResult
FolderFailedHostResult
AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "hostName": "string",
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "context": {
        "_typeName": "string",
        "key": "string",
        "arg": [
            {
                "_typeName": "string",
                "key": "string",
                "value": {
                    "_typeName": "string"
                }
            }
        ],
        "message": "string"
    },
    "fault": {
        "_typeName": "string",
        "faultCause": "MethodFault Object",
        "faultMessage": [
            {
                "_typeName": "string",
                "key": "string",
                "arg": [
                    {
                        "_typeName": "string",
                        "key": "string",
                        "value": {
                            "_typeName": "string"
                        }
                    }
                ],
                "message": "string"
            }
        ]
    }
}
string
hostName
Optional

Host name for which fault belongs to.

host
Optional

Host for which fault belongs to.

Only set when the HostSystem reference is avaibale as a result of Host being part of inventory.

context
Required

Message describing context where the failure happened.

fault
Required

Exception encountered while operating on this host.