Get Backups Search Filter Values

Get Backups Search Filter Values

Endpoint to get backups search filter values
Authorized Roles : PROVIDER or ORG_ADMIN or ORG_USER

Request
URI
GET
https://{api_host}/provider/backups/search-filters
COPY
Authentication
This operation uses the following authentication methods.
Responses
202

OK

Returns BackupFiltersDTO of type(s) application/vnd.vmware.dms-v1+json
{
    "types": [
        "string"
    ],
    "statuses": [
        "string"
    ],
    "availability": [
        "string"
    ]
}
array of string
types
Optional

types

Possible values are : FULL, INCREMENTAL,
array of string
statuses
Optional

statuses

Possible values are : ACTIVE, INACTIVE,
array of string
availability
Optional

availability

Possible values are : LOCAL, CLOUD,

400

Bad Request

Operation doesn't return any data structure