ves-io-schema-cloud_credentials-API-List
On This Page:
Examples of listing cloud_credentials
Usecase:
List cloud_credentials objects from system namespace
Request using vesctl:
vesctl configuration list cloud_credentials --namespace system
vesctl yaml response:
errors: []
items:
- annotations: {}
labels: {}
name: aws-cloud-credentials
namespace: system
statusSet: []
tenant: acmecorp
uid: 5d330011-b0ba-4fe7-b100-c02a91fc5f38
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/system/cloud_credentialss'
curl response
HTTP/1.1 200 OK
Content-Length: 466
Content-Type: application/json
Date: Thu, 28 Jul 2022 12:09:47 GMT
Vary: Accept-Encoding
{
"items": [
{
"tenant": "acmecorp",
"namespace": "system",
"name": "aws-cloud-credentials",
"uid": "5d330011-b0ba-4fe7-b100-c02a91fc5f38",
"description": "",
"disabled": false,
"labels": {
},
"annotations": {
},
"owner_view": null,
"metadata": null,
"system_metadata": null,
"object": null,
"get_spec": null,
"status_set": [
]
}
],
"errors": [
]
}