[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
Get All Remediation Variables
DescriptionRetrieves all parameters from the remediation model.
Request
Operation doesn't accept any path, query or header parameters.
URL
https://{api_host}tcsa.host.com/variables
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
array
of
RemediationVariable
of type application/json
[
{
"description": "test variable",
"key": "testing",
"value": "123"
},
{
"description": "testing again",
"key": "testing1",
"value": "456"
}
]
string
description
Required
description of the parameter
string
key
Required
Name of the remediation parameter
string
value
Required
value associated with the key
Errors
ErrorDetails
500
Internal server error
Code Samples
cURL Command
curl https://{api_host}tcsa.host.com/variables
[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
On This Page
Remediation Rest Operations
delete
delete