Get All Remediation Connections

Get All Remediation Connections

Retrieves all connections from the remediation model.

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

OK

Returns Array of RemediationConnection of type(s) application/json
[
    {
        "conn_type": "http",
        "connection_id": "jira_connection",
        "description": "JIRA connection",
        "host": "https://jira.eng.enterprise.com/",
        "login": "username",
        "port": "",
        "schema": ""
    },
    {
        "conn_type": "slackwebhook",
        "connection_id": "slack_connection",
        "description": "slack connection",
        "host": "https://acme.enterprise.slack.com/",
        "login": "",
        "port": "",
        "schema": ""
    }
]

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