Get information about a system's specific server.

get/private-cloud-business/v1beta1/systems/{systemId}/servers/{serverId}

Get server details by system id and server id

Returns information about a specific server on a specific system. Retrieving all of the properties for a server can take a long time because the amount of data is large. Use the select query parameter to choose only the properties you want to retrieve.

For example, to get details of the server's id, name, serial number and hypervisor host, use ?select=id,name,serialNumber,hypervisorHost

Securitybearer
Request
path Parameters
systemId
required
string <uuid>

Unique Identifier of the system, usually a UUID.

serverId
required
string <uuid>

Unique Identifier of the Server, usually a UUID.

query Parameters
select
string

Query parameter listing the properties of Server information to fetch.

Example: select=id,name,serialNumber,hypervisorHost
Responses
200

Success

400

Bad Request

401

The current user is not authorized to perform the requested operation.

404

Not Found

500

Internal Server Error

Request samples
Response samples
application/json
{
  • "health": {
    },
  • "hypervisorHost": {
    },
  • "iloFirmwareVersion": "iLO 5 v2.14",
  • "iloNetworkInfo": {
    },
  • "iloState": "ENABLED",
  • "iloStatus": "ON",
  • "indicatorLedStatus": "OFF",
  • "maintenanceMode": true,
  • "memoryGib": "string",
  • "model": "ProLiant DL325 Gen10",
  • "ncmVersion": "7.0.2-650014",
  • "powerState": "ON",
  • "processorCount": "string",
  • "processorModel": "Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz",
  • "serialNumber": "MXQ02203VM",
  • "systemId": "4423a5f3-2691-4d92-a9ef-2418d2c205d8",
  • "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"
}