appliance recovery: get
Gets the properties of the appliance Recovery subsystem. This operation was added in vSphere API 6.7
Request:
HTTP request
GET https://{server}/rest/appliance/recovery
No request parameters
Response:
HTTP Status Code: 200
Representation:
{
"value": {
"supported": true
}
}
"value": {
"supported": true
}
}
Response Type:
Name | Type | Description |
---|---|---|
bold = required | ||
value | info | Structure containing the properties of the Recovery subsystem. |
value.supported | boolean | Is recovery supported in this appliance. This attribute was added in vSphere API 6.7 |
Errors:
HTTP Status Code | Type | Description |
---|---|---|
500 | error | if any error occurs during the execution of the operation. |