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

Host on which to execute the profile. The host does not have to be associated with the profile.

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.