Create Remediation Connection
DescriptionThis API is used for creating a new remediation connection.
Request
URLURL
Path Parameters
Path Parameters
connection name.
Request Body
{
"conn_type": "http",
"connection_id": "tco_jira",
"host": "https://jira.eng.vmware.com/",
"login": "username"
}
either http or slackwebhook
Possible values are: http , slackwebhook
name of the connection
host URL of the external service
user login
connection description
HTTP header with Auth info
user password
external service port for DB connections
external service schema for DB connections
Authentication
Response
Response BodyResponse Body
201 Created
{
"conn_type": "http",
"connection_id": "tco_jira",
"description": "JIRA connection",
"host": "https://jira.eng.vmware.com/",
"login": "username",
"port": "",
"schema": ""
}
either http or slackwebhook
Possible values are: http , slackwebhook
name of the connection
host URL of the external service
user login
connection description
HTTP header with Auth info
user password
external service port for DB connections
external service schema for DB connections
Errors
Invalid Request sent by the user
Internal server error