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