appliance recovery backup parts: get
Get size of the optional part
Request:
HTTP request
GET https://{server}/rest/appliance/recovery/backup/parts/{id}
Path Parameters
| Name | Type | Description |
|---|---|---|
| Required | ||
| id | string | part id. |
Response:
HTTP Status Code: 200
Representations:
{
"value": 1
}
"value": 1
}
<?xml version="1.0" ?>
<ns0:Get-Result xmlns:ns0="http://vmware.com/appliance/recovery/backup/parts" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<value>1</value>
</ns0:Get-Result>
<ns0:Get-Result xmlns:ns0="http://vmware.com/appliance/recovery/backup/parts" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<value>1</value>
</ns0:Get-Result>
Response Type:
| Name | Type | Description |
|---|---|---|
| bold = required | ||
| value | long | int size. |
Errors:
| HTTP Status Code | Type | Description |
|---|---|---|
| 500 | error | Generic error |