ves-io-schema-site-CustomStateAPI-SetState
Examples of performing site CustomStateAPI SetState
Usecase:
Perform SetState on site
Request:
Request using vesctl:
vesctl request rpc site.CustomStateAPI.SetState -i request.yaml --uri /public/namespaces/namespace-literal/site/name-literal/state --http-method POST
where file request.yaml has following contents:
{}
vesctl yaml response:
{}
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/register/namespaces/namespace-literal/site/name-literal/state'
curl response:
HTTP/1.1 200 OK
Content-Length: 4
Content-Type: application/json
Date: Thu, 28 Jul 2022 12:12:42 GMT
Vary: Accept-Encoding
{
}