appliance recovery backup parts: get
Gets the size (in MB) of the part.
Request:
HTTP request
GET https://{server}/rest/appliance/recovery/backup/parts/{id}
Path Parameters
Name | Type | Description |
---|---|---|
Required | ||
id | string | Identifier of the part. |
Response:
HTTP Status Code: 200
Representation:
{
"value" : 1
}
"value" : 1
}
Response Type:
Name | Type | Description |
---|---|---|
bold = required | ||
value | long | long Size of the part in megabytes. |
Errors:
HTTP Status Code | Type | Description |
---|---|---|
500 | error | if any error occurs during the execution of the operation. |