Get the ManagementNode object by its id.
get
https://{host}:{port}/{basePath}/ManagementNode/{managementNodeId}
get the ManagementNode object by its id.
Request
Path Parameters
-
ManagementNodeId(required):
ManagementNodeId to retrieve the associated ManagementNode.
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 : ManagementNode
Type:
object
The ManagementNode object represents a physical Management Node within the Rack.
Show Source
-
coreCount: string
Maximum Length:
64
-
description(required): string
Maximum Length:
1000
-
faultIds: array
faultIds
-
firmwareVersion: string
Maximum Length:
64
-
generation: integer
-
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
-
ipAddress: string
Maximum Length:
64
-
macAddress: string
Maximum Length:
64
-
model: string
Maximum Length:
64
-
name(required): string
Maximum Length:
256
-
os: string
Maximum Length:
64
-
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
-
validationState: string
-
vendor: string
Maximum Length:
64
-
workState: string
Nested Schema : faultIds
Type:
array
Nested Schema : hardwareComponentIds
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 : faultIds
Type:
array
Nested Schema : rackUnitIds
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.