appliance recovery backup parts: list
Gets a list of the backup parts.
Request:
HTTP request
GET https://{server}/rest/appliance/recovery/backup/parts
No request parameters
Response:
HTTP Status Code: 200
Representation:
{
"value" : [
{
"name" : {
"args" : [
"string",
"string"
],
"default_message" : "string",
"id" : "string"
},
"selected_by_default" : true,
"description" : {
"args" : [
"string",
"string"
],
"default_message" : "string",
"id" : "string"
},
"optional" : true,
"id" : "obj-103"
},
{
"name" : {
"args" : [
"string",
"string"
],
"default_message" : "string",
"id" : "string"
},
"selected_by_default" : true,
"description" : {
"args" : [
"string",
"string"
],
"default_message" : "string",
"id" : "string"
},
"optional" : true,
"id" : "obj-103"
}
]
}
"value" : [
{
"name" : {
"args" : [
"string",
"string"
],
"default_message" : "string",
"id" : "string"
},
"selected_by_default" : true,
"description" : {
"args" : [
"string",
"string"
],
"default_message" : "string",
"id" : "string"
},
"optional" : true,
"id" : "obj-103"
},
{
"name" : {
"args" : [
"string",
"string"
],
"default_message" : "string",
"id" : "string"
},
"selected_by_default" : true,
"description" : {
"args" : [
"string",
"string"
],
"default_message" : "string",
"id" : "string"
},
"optional" : true,
"id" : "obj-103"
}
]
}
Response Type:
Name | Type | Description |
---|---|---|
bold = required | ||
value | part[] | Information about each of the backup parts. |
value[].id | string | part ID When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.appliance.recovery.backup.parts . When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.appliance.recovery.backup.parts . |
value[].name | localizable_message | part name id in message bundle |
value[].name.id | string | id in message bundle |
value[].name.default_message | string | text in english |
value[].name.args | string[] | nested data |
Errors:
HTTP Status Code | Type | Description |
---|---|---|
500 | error | if any error occurs during the execution of the operation. |