Patch Remediation Connection By ID
DescriptionThis 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.
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
resouce not found
Internal server error