Vcha_Cluster_Passive_CheckResult
Vcha_Cluster_Passive_CheckResult
The Passive.CheckResult structure contains the warnings and errors that will occur during the clone operation.
JSON Example
{
"warnings": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"localized": "string"
}
],
"errors": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"localized": "string"
}
]
}
array of
Std_LocalizableMessage
warnings
Required
A list of problems which may require attention, but which are not fatal.
array of
Std_LocalizableMessage
errors
Required
A list of problems which are fatal to the operation and the operation will fail.