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"
}
}
]
}
]
}
array of ProfileDeferredPolicyOptionParameter
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.