[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance

RemediationConnection

Task resource for remediation connection. Skippable properties: These are properties not required to create the clearAlarms object: port, schema, extra


Properties

string
conn_type Required

either http or slackwebhook

Possible values are: httpslackwebhook


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

JSON Example

{
    "conn_type": "http",
    "connection_id": "tco_jira",
    "host": "https://jira.eng.vmware.com/",
    "login": "username"
}

Feedback

Was this page helpful?