[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance

Get All Dagrunstatus

Description

Retrieves the status of the tasks from the remediation db.

Request

Request

URL

URL


get
https://{api_host}tcsa.host.com/dagrunstatus
Copy

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns array of RemediationStatus of type application/json
[
	{
		"action_name": "bash_example",
		"dag_message": "",
		"dag_run_id": "2022-11-09T15:11:14.663385+00:00",
		"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"
	}
]
string
dag_run_id Required

remediation dag run id


string
action_name Optional

remediation action name


string
dag_message Optional

detail status message


string
dag_success Optional

either inprogress, success or failure


string
event_name Optional

remediation event name


string
notification_id Optional

notification id


string
policy_name Optional

remediation rule name


string
remediationType Optional

manual or auto

Possible values are: manualauto

Errors

Errors

ErrorDetails
500

Internal server error

Code Samples

Code Samples

cURL Command

curl https://{api_host}tcsa.host.com/dagrunstatus


Feedback

Was this page helpful?