ves-io-schema-kms_key-API-List
On This Page:
Examples of listing kms_key
Usecase:
List kms-rsa-key-default
Request using vesctl:
vesctl configuration list kms_key --namespace documentation
vesctl yaml response:
errors: []
items:
- annotations: {}
labels: {}
name: kms-rsa-key-default
namespace: documentation
statusSet: []
tenant: acmecorp
uid: 42673712-8527-4d30-a0b2-c3a5f52adfe6
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/kms/namespaces/documentation/kms_keys'
curl response
HTTP/1.1 200 OK
Content-Length: 471
Content-Type: application/json
Date: Thu, 28 Jul 2022 12:10:37 GMT
Vary: Accept-Encoding
{
"items": [
{
"tenant": "acmecorp",
"namespace": "documentation",
"name": "kms-rsa-key-default",
"uid": "42673712-8527-4d30-a0b2-c3a5f52adfe6",
"description": "",
"disabled": false,
"labels": {
},
"annotations": {
},
"owner_view": null,
"metadata": null,
"system_metadata": null,
"object": null,
"get_spec": null,
"status_set": [
]
}
],
"errors": [
]
}