Get the ComputeNode object by its id.

get

https://{host}:{port}/{basePath}/ComputeNode/{computeNodeId}

get the ComputeNode object by its id.

Request

Path Parameters
Header Parameters

There's no request body for this operation.

Security
Back to Top

Response

Supported Media Types

200 Response

Request completed successfully.
Body ()
Root Schema : ComputeNode
Type: object
The ComputeNode object represents a physical Compute Node within the Rack.
Show Source
Nested Schema : faultIds
Type: array
Nested Schema : hardwareComponentIds
Type: array
Nested Schema : progressRecordIds
Type: array
Nested Schema : Rack
Type: object
The Rack object represents a physical PCA Rack.
Show Source
Nested Schema : Tenant
Type: object
A Tenant object represents an OCI Tenant.
Show Source
Nested Schema : faultIds
Type: array
Nested Schema : rackUnitIds
Type: array
Nested Schema : computeNodeIds
Type: array
Nested Schema : faultIds
Type: array

400 Response

Bad request
Body ()
Root Schema : Error
Type: object
Show Source

401 Response

Unauthorized
Body ()
Root Schema : Error
Type: object
Show Source

404 Response

Not Found
Body ()
Root Schema : Error
Type: object
Show Source

500 Response

Internal Server Error
Body ()
Root Schema : Error
Type: object
Show Source

Default Response

An error has occurred
Body ()
Root Schema : Error
Type: object
Show Source
Back to Top