Create Remediation Connection
This API is used for creating a new remediation connection.
Show optional properties
{
"conn_type": "http",
"connection_id": "jira_connection",
"host": "https://jira.eng.vmware.com/",
"login": "username"
}
{
"connection_id": "jira_connection",
"description": "string",
"host": "string",
"login": "string",
"password": "string",
"port": "string",
"schema": "string",
"extra": "string"
}
name of the connection
either http or slackwebhook
connection description
host URL of the external service
user login
user password
external service port for DB connections
external service schema for DB connections
HTTP header with Auth info
Created
{
"conn_type": "http",
"connection_id": "jira_connection",
"description": "JIRA connection",
"host": "https://jira.eng.vmware.com/",
"login": "username",
"port": "",
"schema": ""
}
name of the connection
either http or slackwebhook
connection description
host URL of the external service
user login
user password
external service port for DB connections
external service schema for DB connections
HTTP header with Auth info
Invalid Request sent by the user
Internal server error