Skip to main content
PUT
/
webhook
/
analysis
/
{platformType}
/
{platformSubType}
/
{analysisId}
Update webhook for an analysis
curl --request PUT \
  --url https://{host}/webhook/analysis/{platformType}/{platformSubType}/{analysisId} \
  --header 'Content-Type: application/json' \
  --data '{
  "uri": "<string>",
  "authType": "<string>",
  "authValue": "<string>"
}'
{
  "message": "<string>",
  "status": 123
}

Path Parameters

platformType
enum<string>
required
Available options:
cloud,
containers
platformSubType
enum<string>
required
Available options:
aws,
gcp,
azure,
kubernetes
analysisId
string
required

Body

application/json
uri
string<uri>
required

Fully-qualified webhook URI reachable by Densify.

authType
string

e.g., "Basic", "Bearer".

authValue
string

Credential (user:pass or token).

Response

OK

message
string
required
status
integer
required