Get all HardwareComponent objects by the list of ids.

put

https://{host}:{port}/{basePath}/HardwareComponent/

get all HardwareComponent objects by the list of ids.

Request

Header Parameters
Supported Media Types
Request Body - application/x-www-form-urlencoded ()
Root Schema : schema
Type: object
Show Source
Nested Schema : GetHardwareComponentByIdsIdsParam
Type: array
List of ids to retrieve the associated HardwareComponents.
Show Source
Security
Back to Top

Response

Supported Media Types

200 Response

Request completed successfully.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : HardwareComponent
Type: object
A hardware component represents any faultable hardware parts on a Rack.
Show Source
Nested Schema : faultIds
Type: array
Nested Schema : RackUnit
Type: object
A RackUnit represents all types of hardware that may be contained within a Rack.
Show Source
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
Nested Schema : faultIds
Type: array
Nested Schema : rackUnitIds
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