Manages Singularity racks.
Freeze a specific rack
path
Parameter | Required | Description | Data Type |
---|---|---|---|
rackId | true | Rack ID | string |
body |
Parameter | Required | Description | Data Type |
---|---|---|---|
body | false | SingularityMachineChangeRequest |
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Delete any expiring machine state changes for this rack
path
Parameter | Required | Description | Data Type |
---|---|---|---|
rackId | true | Active slaveId | string |
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Begin decommissioning a specific active rack
path
Parameter | Required | Description | Data Type |
---|---|---|---|
rackId | true | Active rack ID | string |
body |
Parameter | Required | Description | Data Type |
---|---|---|---|
body | false | SingularityMachineChangeRequest |
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Activate a decomissioning rack, canceling decomission without erasing history
path
Parameter | Required | Description | Data Type |
---|---|---|---|
rackId | true | Active rackId | string |
body |
Parameter | Required | Description | Data Type |
---|---|---|---|
body | false | SingularityMachineChangeRequest |
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Retrieve the history of a given rack
path
Parameter | Required | Description | Data Type |
---|---|---|---|
rackId | true | Rack ID | string |
List[SingularityMachineStateHistoryUpdate]
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Remove a known rack, erasing history. This operation will cancel decommissioning of racks
path
Parameter | Required | Description | Data Type |
---|---|---|---|
rackId | true | Rack ID | string |
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Get all expiring state changes for all racks
- No parameters
List[SingularityExpiringMachineState]
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Retrieve the list of all known racks, optionally filtering by a particular state
query
Parameter | Required | Description | Data Type |
---|---|---|---|
state | false | Optionally specify a particular state to filter racks by | string |
Status Code | Reason | Response Model |
---|---|---|
- | - | - |