ves-io-schema-api_group_element-API-List
On This Page:
Examples of listing api_group_element
Usecase:
List api_group_elements from ves.io/shared
Request using vesctl:
vesctl configuration list api_group_element --namespace ves-io-shared
vesctl yaml response:
errors: []
items:
- annotations: {}
labels: {}
name: ves-io-public-advertise-policys-read-api
namespace: shared
statusSet: []
tenant: ves-io
uid: cccaaa6b-bd10-4168-97af-98f14cb54e10
- annotations: {}
labels: {}
name: ves-io-public-virtual-hosts-read-api
namespace: shared
statusSet: []
tenant: ves-io
uid: 4f9e44a8-8900-4b20-ab99-a092fda00caa
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/web/namespaces/ves-io-shared/api_group_elements'
curl response
HTTP/1.1 200 OK
Content-Length: 924
Content-Type: application/json
Date: Thu, 28 Jul 2022 12:09:29 GMT
Vary: Accept-Encoding
{
"items": [
{
"tenant": "ves-io",
"namespace": "shared",
"name": "ves-io-public-advertise-policys-read-api",
"uid": "cccaaa6b-bd10-4168-97af-98f14cb54e10",
"description": "",
"disabled": false,
"labels": {
},
"annotations": {
},
"owner_view": null,
"metadata": null,
"system_metadata": null,
"object": null,
"get_spec": null,
"status_set": [
]
},
{
"tenant": "ves-io",
"namespace": "shared",
"name": "ves-io-public-virtual-hosts-read-api",
"uid": "4f9e44a8-8900-4b20-ab99-a092fda00caa",
"description": "",
"disabled": false,
"labels": {
},
"annotations": {
},
"owner_view": null,
"metadata": null,
"system_metadata": null,
"object": null,
"get_spec": null,
"status_set": [
]
}
],
"errors": [
]
}