Get all Rack objects by the list of ids.
put
https://{host}:{port}/{basePath}/Rack/
get all Rack objects by the list of ids.
Request
Header Parameters
-
Auth-Token(required): string
Auth-Token received from a successful login response.
-
opc-request-id: string
Unique identifier for the request
Supported Media Types
- application/x-www-form-urlencoded
Root Schema : schema
Type:
Show Source
object
-
GetRackByIdsIdsParam: array
GetRackByIdsIdsParam
List of ids to retrieve the associated Racks.
Nested Schema : GetRackByIdsIdsParam
Type:
array
List of ids to retrieve the associated Racks.
Show Source
Security
-
basicAuth: http
Type:
http
Response
Supported Media Types
- application/json
200 Response
Request completed successfully.
Root Schema : schema
Type:
Show Source
array
-
Array of:
object Rack
The Rack object represents a physical PCA Rack.
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.