Get All Remediation Variables

Get All Remediation Variables

Retrieves all parameters from the remediation model.

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

OK

Returns Array of RemediationVariable of type(s) application/json
[
    {
        "description": "test variable",
        "key": "testing",
        "value": "123"
    },
    {
        "description": "testing again",
        "key": "testing1",
        "value": "456"
    }
]

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