[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
Get All Remediation Connections
DescriptionRetrieves all connections from the remediation model.
Request
Operation doesn't accept any path, query or header parameters.
URL
https://{api_host}tcsa.host.com/connections
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
array
of
RemediationConnection
of type application/json
[
{
"conn_type": "http",
"connection_id": "tco_jira",
"description": "JIRA connection",
"host": "https://jira.eng.vmware.com/",
"login": "username",
"port": "",
"schema": ""
},
{
"conn_type": "slackwebhook",
"connection_id": "slack_connection",
"description": "slack connection",
"host": "https://vmware.enterprise.slack.com/",
"login": "",
"port": "",
"schema": ""
}
]
string
conn_type
Required
either http or slackwebhook
Possible values are: http , slackwebhook
string
connection_id
Required
name of the connection
string
host
Required
host URL of the external service
string
login
Required
user login
string
description
Optional
connection description
string
extra
Optional
HTTP header with Auth info
string
password
Optional
user password
string
port
Optional
external service port for DB connections
string
schema
Optional
external service schema for DB connections
Errors
ErrorDetails
500
Internal server error
Code Samples
cURL Command
curl https://{api_host}tcsa.host.com/connections
[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
On This Page
Remediation Rest Operations
delete
delete