Parameter | Description |
---|---|
Event ID | The event ID. Can be obtained via the Query Event action. |
Scopes | The scopes for the request. |
{
"responseEnvelope": {
"requestId": "<string>",
"responseCode": 394,
"responseText": "<string>",
"additionalText": "<string>",
"recordsNumber": 1,
"scrollId": "<string>"
},
"responseData": [
{
"eventId": "<string>",
"customerId": "<string>",
"saas": "<string>",
"entityId": "<string>",
"state": "<string>",
"type": "<string>",
"confidenceIndicator": "<string>",
"eventCreated": "<string>",
"severity": "<string>",
"description": "<string>",
"data": "<string>",
"additionalData": null,
"availableEventActions": null,
"actions": [],
"senderAddress": "<string>",
"entityLink": "<string>"
}
]
}
Was this page helpful?