​
Select Service
ves-io-schema-registration-API-Replace
Published April 5, 2023 | Last modified July 6, 2026
Examples of replacing registration
Usecase:
Replace r-4b0b5d92-c23e-4cdd-884e-8d48978fecc8
Request using vesctl:
vesctl configuration replace registration -i registration.yaml
where file registration.yaml has following contents (registration.ReplaceRequest):
RequestJSON:
{ "metadata": { "name": "r-4b0b5d92-c23e-4cdd-884e-8d48978fecc8", "namespace": "system", "labels": { "host-os-version": "coreos-2135-6-0", "hw-model": "m5a-xlarge", "hw-serial-number": "ec2a5ad2-ffe1-0724-2e18-9a5dbaf8ecf8", "hw-vendor": "amazon-ec2", "hw-version": "", "provider": "AWS" } }, "spec": {}}vesctl yaml response: None
Request using curl:
curl -X 'PUT' -d '{"metadata":{"name":"r-4b0b5d92-c23e-4cdd-884e-8d48978fecc8","namespace":"system","labels":{"host-os-version":"coreos-2135-6-0","hw-model":"m5a-xlarge","hw-serial-number":"ec2a5ad2-ffe1-0724-2e18-9a5dbaf8ecf8","hw-vendor":"amazon-ec2","hw-version":"","provider":"AWS"}},"spec":{}}' -H 'X-Volterra-Useragent: v1/pgm=_var_folders_q2_3kp8z3zs0x5_m7pk1bgb0_ph0000gp_T_go-build1655461974_b001_apidocs.test/host=MTY6VVHQPH/svc=S:examplesvc/site=mytestce01' 'https://acmecorp.console.ves.volterra.io/api/register/namespaces/system/registrations/r-4b0b5d92-c23e-4cdd-884e-8d48978fecc8'curl response:
HTTP/1.1 200 OKContent-Length: 4Content-Type: application/jsonDate: Fri, 19 Jun 2026 22:03:56 GMTVary: Accept-Encoding
{
}