Metadata Resource Service List
List Metadatas.
Request
URI
GET
https://{api_host}/https://your_org.tmc.cloud.vmware.com/v1alpha1/clusters/{searchScope.clusterName}/namespaces/{searchScope.namespaceName}/tanzupackage/metadatas
COPY
Query Parameters
string
searchScope.name
Optional
Scope search to the specified name; supports globbing; default (*).
string
sortBy
Optional
Sort Order.
string
query
Optional
TQL query string.
string
pagination.offset
Optional
Offset at which to start returning records.
string
pagination.size
Optional
Number of records to return.
boolean
includeTotalCount
Optional
Include total count.
Responses
200
A successful response.
Returns vmware.tanzu.manage.v1alpha1.tanzupackage.metadata.ListMetadatasResponse of type(s) */*
{
"metadatas": [
{
"type": {
"kind": "string",
"version": "string",
"package": "string"
},
"fullName": {
"name": "string"
},
"meta": {
"uid": "string",
"generation": "string",
"resourceVersion": "string",
"creationTime": "string",
"updateTime": "string",
"description": "string",
"parentReferences": [
{
"rid": "string",
"uid": "string"
}
]
},
"spec": {
"packageMetadataSpec": {
"displayName": "string",
"shortDescription": "string",
"longDescription": "string",
"icon": "string",
"providerName": "string",
"maintainers": [
{
"name": "string"
}
],
"categories": [
"string"
],
"supportDescription": "string",
"repositoryName": "string"
}
}
}
],
"totalCount": "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"
}
]
}
Metadata Resource Service Operations
GET
Metadata Resource Service Get
GET
Metadata Resource Service Get
GET
Metadata Resource Service List
GET
Metadata Resource Service List