Update the StoreOnce.

patch/backup-recovery/v1beta1/storeonces/{id}

Update already registered StoreOnce.

Securitybearer
Request
path Parameters
id
required
string <uuid>

The UUID of the object

Example: c1a0eb78-41a0-4151-93b2-f057ffeca3f3
Request Body schema: application/merge-patch+json
required
description
string <= 255 characters

More detailed description of the appliance

networkAddress
required
string <= 255 characters

An IP address or hostname or FQDN to address StoreOnce

Responses
202

Accepted

400

Bad Request

401

Unauthorized

403

Forbidden

409

StoreOnce update already running

500

Internal / unexpected error

Request samples
application/merge-patch+json
{
  • "description": "string",
  • "networkAddress": "string"
}
Response samples
application/json
{ }