Snapservice.PrecheckResult
Snapservice.PrecheckResult
The Snapservice.PrecheckResult schema contains properties that provide details about all the prechecks performed.
This schema was added in vSphere API 9.0.0.0.
JSON Example
{
"prechecks": [
{
"type": "string",
"desc": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi.Std.NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"status": "string",
"errors": [
{
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi.Std.NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
]
}
]
}
array of
Snapservice.PrecheckResultItem
prechecks
Required
List of precheck with details.
This property was added in vSphere API 9.0.0.0.