Get external storage details

get/compute-ops-mgmt/v1beta2/servers/{id}/external-storage-details

Retrieves external storage hosts and volume details for a server specified by the server id

URI PATH PREFIX RENAME

This API now supports the URI path prefix /compute-ops-mgmt which used to be /compute-ops. The old prefix will continue to be supported to allow for a smooth transition. The Guide contains more information about this change.

SecurityBearer
Request
path Parameters
id
required
string

Unique server identifier

header Parameters
Tenant-Acid
string <uuid>

Tenant-Acid header can be used by an MSP workspace to make API calls on behalf of their tenant by specifying the tenant's application customer ID.

In order to make such an API call, the Bearer token must belong to an MSP workspace and this header value must be the application customer ID of a tenant within the MSP workspace. Use the /compute-ops-mgmt/v1beta1/accounts API to determine the application customer IDs for your tenant accounts.

Responses
200

Success (Server's external storage details)

400

Bad request

401

Unauthorized

403

Forbidden

404

Not found

406

Not acceptable

500

Internal server error

Request samples
Response samples
application/json
{
  • "serverId": "10d2345a-e43d-463d-830e-4f5b19b60d41",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "generation": 1,
  • "volumeDetails": [
    ],
  • "hostName": "string",
  • "hostOs": "UNKNOWN",
  • "hostGroups": [
    ]
}