ves-io-schema-voltshare-MonitoringAPI-VoltShareAccessCountQuery
Examples of performing voltshare MonitoringAPI VoltShareAccessCountQuery
Usecase:
Perform VoltShareAccessCountQuery on voltshare
Request:
Request using vesctl:
vesctl request rpc voltshare.MonitoringAPI.VoltShareAccessCountQuery -i request.yaml --uri /public/namespaces/namespace-literal/voltshare/access_count --http-method POST
where file request.yaml has following contents:
{}
vesctl yaml response:
data: []
Request using curl:
curl -X 'POST' -d '{}' -H 'Content-Type: application/json' -H 'X-Volterra-Useragent: v1/pgm=_tmp_go-build1372770011_b001_apidocs.test/host=docker-desktop' 'https://acmecorp.console.ves.volterra.io/api/secret_management/namespaces/namespace-literal/voltshare/access_count'
curl response:
HTTP/1.1 200 OK
Content-Length: 19
Content-Type: application/json
Date: Thu, 28 Jul 2022 12:15:46 GMT
Vary: Accept-Encoding
{
"data": [
]
}