Skip to main content
GET
/
webhook
/
analysis
/
{platformType}
/
{platformSubType}
/
{analysisId}
Get webhook definition for an analysis
curl --request GET \
  --url https://{host}/webhook/analysis/{platformType}/{platformSubType}/{analysisId}
{
  "analysisId": "<string>",
  "analysisName": "<string>",
  "href": "<string>",
  "uri": "<string>",
  "webHookStatus": "<string>"
}

Path Parameters

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

Response

Webhook definition

analysisId
string
required
href
string
required
uri
string<uri>
required
analysisName
string
webHookStatus
string