Create a StoreOnce.

post/backup-recovery/v1beta1/storeonces

Register and create a new StoreOnce machine.

Securitybearer
Request
Request Body schema: application/json
required
object

Credentials for connecting StoreOnce

description
string <= 255 characters

More detailed description of the appliance

name
string <= 255 characters

Friendly human-readable name

networkAddress
required
string

An IP address or hostname or FQDN to address StoreOnce

serialNumber
required
string

Unique identifier

Responses
202

Accepted

400

Bad Request

401

Unauthorized

403

Forbidden

409

StoreOnce already registered with another customer

500

Internal / unexpected error

Request samples
application/json
{
  • "credentials": {
    },
  • "description": "string",
  • "name": "string",
  • "networkAddress": "string",
  • "serialNumber": "string"
}
Response samples
application/json
{ }