Manages historical data for tasks, requests, and deploys.
Retrieve the history sorted by startedAt for all inactive tasks.
query
Parameter | Required | Description | Data Type |
---|---|---|---|
requestId | false | Optional Request ID to match | string |
deployId | false | Optional deploy ID to match | string |
runId | false | Optional runId to match | string |
host | false | Optional host to match | string |
lastTaskStatus | false | Optional last task status to match | string |
startedBefore | false | Optionally match only tasks started before | long |
startedAfter | false | Optionally match only tasks started after | long |
updatedBefore | false | Optionally match tasks last updated before | long |
updatedAfter | false | Optionally match tasks last updated after | long |
orderDirection | false | Sort direction | string |
count | false | Maximum number of items to return | int |
page | false | Which page of items to view | int |
UNKNOWN[SingularityTaskIdHistory]
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Retrieve the history sorted by startedAt for all inactive tasks.
query
Parameter | Required | Description | Data Type |
---|---|---|---|
requestId | false | Optional Request ID to match | string |
deployId | false | Optional deploy ID to match | string |
runId | false | Optional runId to match | string |
host | false | Optional host to match | string |
lastTaskStatus | false | Optional last task status to match | string |
startedBefore | false | Optionally match only tasks started before | long |
startedAfter | false | Optionally match only tasks started after | long |
updatedBefore | false | Optionally match tasks last updated before | long |
updatedAfter | false | Optionally match tasks last updated after | long |
orderDirection | false | Sort direction | string |
count | false | Maximum number of items to return | int |
page | false | Which page of items to view | int |
List[SingularityTaskIdHistory]
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Retrieve the history for a specific task.
path
Parameter | Required | Description | Data Type |
---|---|---|---|
taskId | true | Task ID to look up | string |
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Search for requests.
query
Parameter | Required | Description | Data Type |
---|---|---|---|
requestIdLike | false | Request ID prefix to search for | string |
count | false | Maximum number of items to return | int |
page | false | Which page of items to view | int |
useWebCache | false | boolean |
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Retrieve the history count for all inactive tasks of a specific request.
path
Parameter | Required | Description | Data Type |
---|---|---|---|
requestId | true | Request ID to match | string |
query |
Parameter | Required | Description | Data Type |
---|---|---|---|
deployId | false | Optional deploy ID to match | string |
runId | false | Optional runId to match | string |
host | false | Optional host to match | string |
lastTaskStatus | false | Optional last task status to match | string |
startedBefore | false | Optionally match only tasks started before | long |
startedAfter | false | Optionally match only tasks started after | long |
updatedBefore | false | Optionally match tasks last updated before | long |
updatedAfter | false | Optionally match tasks last updated after | long |
orderDirection | false | Sort direction | string |
count | false | Maximum number of items to return | int |
page | false | Which page of items to view | int |
UNKNOWN[SingularityTaskIdHistory]
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Retrieve the history for all active tasks of a specific request.
path
Parameter | Required | Description | Data Type |
---|---|---|---|
requestId | true | Request ID to look up | string |
List[SingularityTaskIdHistory]
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Retrieve the history sorted by startedAt for all inactive tasks of a specific request.
path
Parameter | Required | Description | Data Type |
---|---|---|---|
requestId | true | Request ID to match | string |
query |
Parameter | Required | Description | Data Type |
---|---|---|---|
deployId | false | Optional deploy ID to match | string |
runId | false | Optional runId to match | string |
host | false | Optional host to match | string |
lastTaskStatus | false | Optional last task status to match | string |
startedBefore | false | Optionally match only tasks started before | long |
startedAfter | false | Optionally match only tasks started after | long |
updatedBefore | false | Optionally match tasks last updated before | long |
updatedAfter | false | Optionally match tasks last updated after | long |
orderDirection | false | Sort direction | string |
count | false | Maximum number of items to return | int |
page | false | Which page of items to view | int |
List[SingularityTaskIdHistory]
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Retrieve the history for a task by runId
path
Parameter | Required | Description | Data Type |
---|---|---|---|
requestId | true | Request ID to look up | string |
runId | true | runId to look up | string |
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Get request history for a single request
path
Parameter | Required | Description | Data Type |
---|---|---|---|
requestId | true | Request ID to look up | string |
query |
Parameter | Required | Description | Data Type |
---|---|---|---|
count | false | Maximum number of items to return | int |
page | false | Which page of items to view | int |
UNKNOWN[SingularityRequestHistory]
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Get request history for a single request
path
Parameter | Required | Description | Data Type |
---|---|---|---|
requestId | true | Request ID to look up | string |
query |
Parameter | Required | Description | Data Type |
---|---|---|---|
count | false | Maximum number of items to return | int |
page | false | Which page of items to view | int |
List[SingularityRequestHistory]
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Get deploy history with metadata for a single request
path
Parameter | Required | Description | Data Type |
---|---|---|---|
requestId | true | Request ID to look up | string |
query |
Parameter | Required | Description | Data Type |
---|---|---|---|
count | false | Maximum number of items to return | int |
page | false | Which page of items to view | int |
UNKNOWN[SingularityDeployHistory]
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Get deploy history for a single request
path
Parameter | Required | Description | Data Type |
---|---|---|---|
requestId | true | Request ID to look up | string |
query |
Parameter | Required | Description | Data Type |
---|---|---|---|
count | false | Maximum number of items to return | int |
page | false | Which page of items to view | int |
List[SingularityDeployHistory]
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Retrieve the task history for a specific deploy.
path
Parameter | Required | Description | Data Type |
---|---|---|---|
requestId | true | Request ID for deploy | string |
deployId | true | Deploy ID | string |
query |
Parameter | Required | Description | Data Type |
---|---|---|---|
count | false | Maximum number of items to return | int |
page | false | Which page of items to view | int |
UNKNOWN[SingularityTaskIdHistory]
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Retrieve the task history for a specific deploy.
path
Parameter | Required | Description | Data Type |
---|---|---|---|
requestId | true | Request ID for deploy | string |
deployId | true | Deploy ID | string |
query |
Parameter | Required | Description | Data Type |
---|---|---|---|
count | false | Maximum number of items to return | int |
page | false | Which page of items to view | int |
List[SingularityTaskIdHistory]
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Retrieve the task history for a specific deploy.
path
Parameter | Required | Description | Data Type |
---|---|---|---|
requestId | true | Request ID for deploy | string |
deployId | true | Deploy ID | string |
List[SingularityTaskIdHistory]
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Retrieve the history for a specific deploy.
path
Parameter | Required | Description | Data Type |
---|---|---|---|
requestId | true | Request ID for deploy | string |
deployId | true | Deploy ID | string |
Status Code | Reason | Response Model |
---|---|---|
- | - | - |
Get a list of recently used command line args for an on-demand or scheduled request
path
Parameter | Required | Description | Data Type |
---|---|---|---|
requestId | true | Request ID to look up | string |
query |
Parameter | Required | Description | Data Type |
---|---|---|---|
count | false | Max number of recent args to return | int |
Status Code | Reason | Response Model |
---|---|---|
- | - | - |