Manages Singularity Deploys for existing requests
Add task credits, enables task credit system if not already enabled
query
Parameter | Required | Description | Data Type |
---|---|---|---|
credits | false | int |
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Disable task credit system
- No parameters
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Get task credit data
- No parameters
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Get current data related to disaster detection
- No parameters
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Allow the automated poller to disable actions when a disaster is detected
- No parameters
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Disable a specific action
path
Parameter | Required | Description | Data Type |
---|---|---|---|
action | true | string | |
body |
Parameter | Required | Description | Data Type |
---|---|---|---|
body | false | SingularityDisabledActionRequest |
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Re-enable a specific action if it has been disabled
path
Parameter | Required | Description | Data Type |
---|---|---|---|
action | true | string |
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Get a list of actions that are currently disable
- No parameters
List[SingularityDisabledAction]
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Do not allow the automated poller to disable actions when a disaster is detected
- No parameters
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Remove an active disaster (make it inactive)
path
Parameter | Required | Description | Data Type |
---|---|---|---|
type | true | string |
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Create a new active disaster
path
Parameter | Required | Description | Data Type |
---|---|---|---|
type | true | string |
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Get a list of current active disasters
- No parameters
List[string]
Status Code | Reason | Response Model |
---|---|---|
- | - | - |