ves-io-schema-container_registry-API-List
On This Page:
Examples of listing container_registry
Usecase:
List container_registry
Request using vesctl:
vesctl configuration list container_registry --namespace documentation
vesctl yaml response:
errors: []
items:
- annotations: {}
labels: {}
name: example
namespace: documentation
statusSet: []
tenant: acmecorp
uid: 92488b04-c72a-4040-a38c-d2006e6c0ce3
Request using curl:
curl -X 'GET' -H 'X-Volterra-Useragent: v1/pgm=_tmp_go-build1372770011_b001_apidocs.test/host=docker-desktop' 'https://acmecorp.console.ves.volterra.io/api/config/namespaces/documentation/container_registrys'
curl response
HTTP/1.1 200 OK
Content-Length: 459
Content-Type: application/json
Date: Thu, 28 Jul 2022 12:09:50 GMT
Vary: Accept-Encoding
{
"items": [
{
"tenant": "acmecorp",
"namespace": "documentation",
"name": "example",
"uid": "92488b04-c72a-4040-a38c-d2006e6c0ce3",
"description": "",
"disabled": false,
"labels": {
},
"annotations": {
},
"owner_view": null,
"metadata": null,
"system_metadata": null,
"object": null,
"get_spec": null,
"status_set": [
]
}
],
"errors": [
]
}