[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
Remediation Get Actions All
DescriptionRetrieves all actions from the remediation model.
Request
Operation doesn't accept any path, query or header parameters.
URL
https://{api_host}tcsa.host.com/actions
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse 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: PYTHON , YAML
string
created_on
Optional
action creation timestamp
string
file_data
Optional
file content
string
last_updated
Optional
action last update timestamp
Errors
ErrorDetails
500
Internal server error
Code Samples
cURL Command
curl https://{api_host}tcsa.host.com/actions
[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
On This Page
Remediation Rest Operations
delete
delete