Get the ComputeNode object by its id.
get
https://{host}:{port}/{basePath}/ComputeNode/{computeNodeId}
get the ComputeNode object by its id.
Request
Path Parameters
-
ComputeNodeId(required):
ComputeNodeId to retrieve the associated ComputeNode.
Header Parameters
-
Auth-Token(required): string
Auth-Token received from a successful login response.
-
opc-request-id: string
Unique identifier for the request
There's no request body for this operation.
Security
-
basicAuth: http
Type:
http
Response
Supported Media Types
- application/json
200 Response
Request completed successfully.
Root Schema : ComputeNode
Type:
object
The ComputeNode object represents a physical Compute Node within the Rack.
Show Source
-
bootTime: string
Maximum Length:
64
-
cnConnectivity: string
Maximum Length:
64
-
coreCount: string
Maximum Length:
64
-
cpuUsagePercent: number
-
cpuUtilizationIndicator: string
Allowed Values:
[ "CRITICAL", "MAJOR", "MINOR", "WARNING" ]
-
dataMac: string
Maximum Length:
64
-
description(required): string
Maximum Length:
1000
-
eclassIp: string
Maximum Length:
64
-
eclassNetMask: string
Maximum Length:
64
-
faultDomain: string
Allowed Values:
[ "UNASSIGNED", "FD1", "FD2", "FD3" ]
-
faultIds: array
faultIds
-
firmwareVersion: string
Maximum Length:
64
-
freeCPUs: string
Maximum Length:
64
-
freeGpuCount: integer
-
freeMemory: string
Maximum Length:
64
-
generation: integer
-
gpuCount: integer
-
gpuType: string
Maximum Length:
64
-
hardwareComponentIds: array
hardwareComponentIds
-
hostname: string
Maximum Length:
64
-
hwId: string
Maximum Length:
64
-
ilomHostname: string
Maximum Length:
64
-
ilomIp: string
Maximum Length:
64
-
ilomMac: string
Maximum Length:
64
-
ilomRunStateFault: string
Allowed Values:
[ "CRITICAL", "MAJOR", "MINOR", "WARNING" ]
-
ilomState: string
Maximum Length:
64
-
installedMemory: string
Maximum Length:
64
-
ipAddress: string
Maximum Length:
64
-
macAddress: string
Maximum Length:
64
-
maintenanceLocked: boolean
-
memoryUsagePercent: number
-
memoryUtilizationIndicator: string
Allowed Values:
[ "CRITICAL", "MAJOR", "MINOR", "WARNING" ]
-
model: string
Maximum Length:
64
-
name(required): string
Maximum Length:
256
-
numberOfCPUs: integer
-
os: string
Maximum Length:
64
-
processor: string
Maximum Length:
64
-
progressRecordIds: array
progressRecordIds
-
provisioningLocked: boolean
-
provisioningState: string
Allowed Values:
[ "READYTOPROVISION", "PROVISIONING", "DEPROVISIONING", "PROVISIONED", "FAILED" ]
-
provisioningStateLastChangedTime: timestamp
-
provisioningType: string
Allowed Values:
[ "KVM", "BAREMETAL", "UNSPECIFIED" ]
-
rackElevation: string
Maximum Length:
64
-
rackId: object
Rack
The Rack object represents a physical PCA Rack.
-
runStateFault: string
Allowed Values:
[ "CRITICAL", "MAJOR", "MINOR", "WARNING" ]
-
serialNumber: string
Maximum Length:
64
-
state: string
Maximum Length:
64
-
tenantId: object
Tenant
A Tenant object represents an OCI Tenant.
-
totalCPUs: string
Maximum Length:
64
-
totalMemory: string
Maximum Length:
64
-
upgradeRunning: boolean
-
validationState: string
-
vendor: string
Maximum Length:
64
-
workState: string
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
-
description(required): string
Maximum Length:
1000
-
faultIds: array
faultIds
-
generation: integer
-
name(required): string
Maximum Length:
256
-
rackNumber: integer
-
rackSerialNumber: string
Maximum Length:
64
-
rackType: string
Maximum Length:
64
-
rackUnitIds: array
rackUnitIds
-
validationState: string
Allowed Values:
[ "VALIDATED", "ERROR", "UNKNOWN" ]
-
workState: string
Nested Schema : Tenant
Type:
object
A Tenant object represents an OCI Tenant.
Show Source
-
adminPassword(required): string
Maximum Length:
100
-
adminUserName(required): string
Maximum Length:
100
-
computeNodeIds: array
computeNodeIds
-
confirmPassword(required): string
Maximum Length:
100
-
description(required): string
Maximum Length:
1000
-
faultIds: array
faultIds
-
name(required): string
Maximum Length:
100
-
operStatus: string
Allowed Values:
[ "CREATING", "DELETING", "CREATED", "FAILED" ]
-
serviceNamespace(required): string
Maximum Length:
256
Nested Schema : faultIds
Type:
array
Nested Schema : rackUnitIds
Type:
array
Nested Schema : computeNodeIds
Type:
array
Nested Schema : faultIds
Type:
array
400 Response
Bad request
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
401 Response
Unauthorized
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
404 Response
Not Found
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
500 Response
Internal Server Error
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
Default Response
An error has occurred
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.