Backup Resources Service List

Backup Resources Service List

The RPC to list all the resources present in a backup.

Request
URI
GET
https://{api_host}/https://your_org.tmc.cloud.vmware.com/v1alpha1/clusters/{fullName.clusterName}/dataprotection/backup/{fullName.name}/resources
COPY
Path Parameters
string
fullName.clusterName
Required

Name of Cluster.

string
fullName.name
Required

Name of this Backup.

Query Parameters
string
fullName.orgId
Optional

ID of Organization.

string
fullName.managementClusterName
Optional

Name of management cluster.

string
fullName.provisionerName
Optional

Name of Provisioner.

string
searchScope.namespaceName
Optional

Scope search to resources in the specified namespace; supports globbing. An empty string indicates cluster-scoped resources. The default value is NOT all; use '*' for that.

string
searchScope.gvk
Optional

Scope search to resources of the specified GroupVersionKind; supports globbing; default (*).


Responses
200

A successful response.

{
    "resources": [
        {
            "name": "string",
            "namespaceName": "string",
            "gvk": "string"
        }
    ]
}

default

An unexpected error response.

Returns grpc.gateway.runtime.Error of type(s) */*
{
    "error": "string",
    "code": 0,
    "message": "string",
    "details": [
        {
            "typeUrl": "string",
            "value": "string"
        }
    ]
}