Remediation Get Actions All

Remediation Get Actions All

Retrieves all actions from the remediation model.

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

OK

Returns Array of RemediationAction of type(s) 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"
    }
]

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