cURL
curl --request POST \ --url https://{host}/webhook/analysis/{platformType}/{platformSubType}/{analysisId} \ --header 'Content-Type: application/json' \ --data ' { "uri": "<string>", "authType": "<string>", "authValue": "<string>" } '
{ "message": "<string>", "status": 123 }
Only allowed if the analysis does not already have a webhook.
cloud
containers
aws
gcp
azure
kubernetes
Fully-qualified webhook URI reachable by Densify.
e.g., "Basic", "Bearer".
Credential (user:pass or token).
OK