ExecuteHostProfileRequestType

ExecuteHostProfileRequestType
ExecuteHostProfileRequestType

The parameters of ExecuteHostProfile.

JSON Example
{
    "host": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "deferredParam": [
        {
            "_typeName": "string",
            "inputPath": {
                "_typeName": "string",
                "profilePath": "string",
                "policyId": "string",
                "parameterId": "string",
                "policyOptionId": "string"
            },
            "parameter": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ]
        }
    ]
}
host
Required

Reference to an instance of the HostSystem managed object.

deferredParam
Optional

Additional configuration data to be applied to the host. This should contain all of the host-specific data, including data from from previous calls to the method.