ves-io-schema-token-API-Replace
On This Page:
Examples of replacing token
Usecase:
Replace token-1
Request using vesctl:
vesctl configuration replace token -i token.yaml
where file token.yaml has following contents (token.ReplaceRequest):
RequestJSON:
{
"metadata": {
"name": "token-1",
"namespace": "system"
},
"spec": {}
}
vesctl yaml response: None
Request using curl:
curl -X 'PUT' -d '{"metadata":{"name":"token-1","namespace":"system"},"spec":{}}' -H 'X-Volterra-Useragent: v1/pgm=_var_folders_2__8qnt6fwd5dvglr1xqq6l8b7w0000gp_T_go-build2547058132_b001_apidocs.test/host=C02FN35BMD6R/svc=S:examplesvc/site=mytestce01' 'https://acmecorp.console.ves.volterra.io/api/register/namespaces/system/tokens/token-1'
curl response:
HTTP/1.1 200 OK
Content-Length: 4
Content-Type: application/json
Date: Fri, 08 Sep 2023 16:04:28 GMT
Vary: Accept-Encoding
{
}