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

Remediation Get Actions All

Description

Retrieves all actions from the remediation model.

Request

Request

URL

URL


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

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns array of RemediationAction of type application/json
[
	{
		"action_name": "servicenow_action",
		"created_on": "17 Nov, 2022, 15:42:05 UTC",
		"description": "servicenow action",
		"file_type": "PYTHON",
		"last_updated": "17 Nov, 2022, 15:42:05 UTC"
	},
	{
		"action_name": "slack_action",
		"created_on": "17 Nov, 2022, 15:43:44 UTC",
		"description": "slack action",
		"file_type": "PYTHON",
		"last_updated": "17 Nov, 2022, 15:45:10 UTC"
	}
]
string
action_name Required

Name of the remediation action


string
file_type Required

either PYTHON or YAML

Possible values are: PYTHONYAML


string
created_on Optional

action creation timestamp


string
file_data Optional

file content


string
last_updated Optional

action last update timestamp

Errors

Errors

ErrorDetails
500

Internal server error

Code Samples

Code Samples

cURL Command

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


Feedback

Was this page helpful?