ves-io-schema-operate-lte-CustomPublicAPI-UpdateConfig
Examples of performing operate_lte CustomPublicAPI UpdateConfig
Usecase:
Update LTE config on the node
Request:
Request using vesctl:
vesctl request rpc operate_lte.CustomPublicAPI.UpdateConfig -i request.yaml --uri /public/namespaces/system/sites/site1/vpm/lte/master-0/config --http-method POST
where file request.yaml has following contents:
config:
apn: h2g2
namespace: system
node: master-0
site: site1
vesctl yaml response:
{}
Request using curl:
curl -X 'POST' -d '{"namespace":"system","site":"site1","config":{"apn":"h2g2"},"node":"master-0"}' -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/operate/namespaces/system/sites/site1/vpm/lte/master-0/config'
curl response:
HTTP/1.1 200 OK
Content-Length: 4
Content-Type: application/json
Date: Thu, 28 Jul 2022 12:11:20 GMT
Vary: Accept-Encoding
{
}