RemediationConnection
RemediationConnection
Task resource for remediation connection. Skippable properties: These are properties not required to create the clearAlarms object: port, schema, extra
JSON Example
{
"conn_type": "http",
"connection_id": "jira_connection",
"description": "JIRA connection",
"host": "https://jira.eng.vmware.com/",
"login": "username",
"port": "",
"schema": ""
}
string
connection_id
Required
name of the connection
conn_type
Required
either http or slackwebhook
Possible values are : http, slackwebhook, ssh,
string
description
Optional
connection description
string
host
Required
host URL of the external service
string
login
Required
user login
string
password
Optional
user password
string
port
Optional
external service port for DB connections
string
schema
Optional
external service schema for DB connections
string
extra
Optional
HTTP header with Auth info