ves-io-schema-fast_acl-API-Get
On This Page:
Examples of getting fast_acl
Usecase:
Get fast-acl-1234vip from system namespace
Request using vesctl:
vesctl configuration get fast_acl fast-acl-1234vip --namespace system
vesctl yaml response:
metadata:
annotations: {}
labels: {}
name: fast-acl-1234vip
namespace: system
resourceVersion: "246"
spec: {}
status: []
systemMetadata:
creationTimestamp: "2021-02-22T15:43:50.249063Z"
creatorClass: examplesvc
creatorId: examplesvc
finalizers: []
tenant: acmecorp
uid: b3e0fda2-8c92-448c-9842-c44d8bc714a7
Request using curl:
curl -X 'GET' -H 'X-Volterra-Useragent: v1/pgm=_tmp_go-build817539475_b001_apidocs.test/host=docker-desktop' 'https://acmecorp.console.ves.volterra.io/api/config/namespaces/system/fast_acls/fast-acl-1234vip?response_format=0'
curl response:
HTTP/1.1 200 OK
Content-Length: 732
Content-Type: application/json
Date: Mon, 22 Feb 2021 15:43:50 GMT
Vary: Accept-Encoding
{
"object": null,
"create_form": null,
"replace_form": null,
"resource_version": "246",
"metadata": {
"name": "fast-acl-1234vip",
"namespace": "system",
"labels": {
},
"annotations": {
},
"description": "",
"disable": false
},
"system_metadata": {
"uid": "b3e0fda2-8c92-448c-9842-c44d8bc714a7",
"creation_timestamp": "2021-02-22T15:43:50.249063Z",
"deletion_timestamp": null,
"modification_timestamp": null,
"initializers": null,
"finalizers": [
],
"tenant": "acmecorp",
"creator_class": "examplesvc",
"creator_id": "examplesvc",
"object_index": 0,
"owner_view": null
},
"spec": {
"protocol_policer": null
},
"status": [
]
}