Get All Dagrunstatus

Get All Dagrunstatus

Retrieves the status of the tasks from the remediation db.

Request
URI
GET
https://{api_host}/tcsa.host.com/dagrunstatus
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Array of RemediationStatus of type(s) application/json
[
    {
        "action_name": "bash_example",
        "dag_message": "",
        "dag_success": "success",
        "event_name": "Down",
        "notif_class_name": "KubernetesWorker",
        "notification_id": "NAME:NOTIFICATION-KubernetesWorker_27999f1a-9ef1-4840-a427-b18e04998f49_Down$Source:INCHARGE-SA-PRES$",
        "policy_name": "TestManual1",
        "remediation_type": "MANUAL",
        "dag_run_id": "2022-11-09T15:11:14.663385+00:00"
    }
]

500

Internal server error

Returns ErrorDetails of type(s) application/json
{
    "errorCode": "string",
    "message": "string",
    "detailedMessage": "string"
}
string
errorCode
Required

Error code for the failed request

string
message
Required

Short summary of the error occurred

string
detailedMessage
Optional

Detailed message with probable solution