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"[
        {
            "description"{
                "args"[
                    "string",
                    "string"
                ],
                "default_message""string",
                "id""string"
            },
            "id""obj-103",
            "name"{
                "args"[
                    "string",
                    "string"
                ],
                "default_message""string",
                "id""string"
            },
            "optional"true,
            "selected_by_default"true
        },
        {
            "description"{
                "args"[
                    "string",
                    "string"
                ],
                "default_message""string",
                "id""string"
            },
            "id""obj-103",
            "name"{
                "args"[
                    "string",
                    "string"
                ],
                "default_message""string",
                "id""string"
            },
            "optional"true,
            "selected_by_default"true
        }
    ]
}

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

value[].description localizable_message part description id in message bundle

value[].description.id string id in message bundle

value[].description.default_message string text in english

value[].description.args string[] nested data

value[].selected_by_default boolean Is this part selected by default in the user interface.

value[].optional boolean Is this part optional.

Errors:

HTTP Status Code Type Description
500 error if any error occurs during the execution of the operation.