AnswerFileStatusResult
AnswerFileStatusResult
The AnswerFileStatusResult data object shows the validity of the answer file associated with a host.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"checkedTime": "string",
"host": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"status": "string",
"error": [
{
"_typeName": "string",
"userInputPath": {
"_typeName": "string",
"profilePath": "string",
"policyId": "string",
"parameterId": "string",
"policyOptionId": "string"
},
"errMsg": {
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
}
]
}
string As date-time
As date-time
checkedTime
Required
Time that the answer file status was determined.
string
status
Required
Status of the answer file.
See HostProfileManagerAnswerFileStatusEnum for valid values.
array of
AnswerFileStatusError
error
Optional
If status
is invalid
, this property contains a list
of status error objects.