Patch Remediation Connection By Id
This API is used for updating a remediation connection. Update API expects all parameters retrived via get API. Fields "connection_id" is read-only and can't be updated. Any missing non mandatory field in update request, will be set to default values.
connection name.
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
resouce not found
Internal server error