Remediation Get Actions All

Remediation Get Actions All

Retrieves all actions from the remediation model.

Request
URI
GET
https://{api_host}/remediation-rest/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",
        "category": "ticketing",
        "description": "servicenow change ticket",
        "file_type": "PYTHON",
        "is_default": true,
        "last_updated": "27 Sep, 2023, 18:45:46 UTC",
        "params": []
    },
    {
        "action_name": "slack_action",
        "category": "messaging",
        "description": "send slack message for TCSA Notification",
        "file_type": "PYTHON",
        "is_default": true,
        "last_updated": "27 Sep, 2023, 17:13:56 UTC",
        "params": []
    }
]

500

Internal server error

Returns ErrorDetails of type(s) application/json
"ErrorDetails Object"
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


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/remediation-rest/actions