Get details of a StoreOnce.

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

Get all the details and information of registered StoreOnce.

Securitybearer
Request
path Parameters
id
required
string <uuid>

The UUID of the object

Example: c1a0eb78-41a0-4151-93b2-f057ffeca3f3
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

StoreOnce with the given Id does not exist

500

Internal Server Error

503

StoreOnce in maintenance mode

Request samples
Response samples
application/json
{
  • "createdAt": "2019-08-24T14:15:22Z",
  • "customerId": "string",
  • "generation": 0,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "name": "string",
  • "resourceUri": "string",
  • "type": "string",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "dataOrchestrators": [
    ],
  • "dateTime": {
    },
  • "description": "string",
  • "fibreChannel": {
    },
  • "health": {
    },
  • "iscsiInitiatorName": "string",
  • "network": {
    },
  • "serialNumber": "string",
  • "softwareVersion": "string",
  • "storage": {
    }
}