Retrieve a list of alerts.
External Documentation
To learn more, visit the Microsoft Defender For Cloud Apps documentation.
Parameter | Description |
---|---|
Filters | Filter objects with all the search filters for the request, see alert filters for more details. For example, filter for open alerts form the last 2 days: { "alertOpen": { "eq": true }, "date": { "lte_ndays": 2 } } |
Parameter | Description |
---|---|
Limit | Number of records returned by the request. |
Skip | Skips the specified number of records. |
Sort Direction | The sorting direction. Possible values are: asc and desc . |
Sort Field | Fields used to sort alerts. Possible values are: - date : The date when then the alert was created.- severity : The severity of the alert. |
List Alerts with Microsoft Defender for Cloud Apps and Send Results Via Email
Preview this Workflow on desktop
Retrieve a list of alerts.
External Documentation
To learn more, visit the Microsoft Defender For Cloud Apps documentation.
Parameter | Description |
---|---|
Filters | Filter objects with all the search filters for the request, see alert filters for more details. For example, filter for open alerts form the last 2 days: { "alertOpen": { "eq": true }, "date": { "lte_ndays": 2 } } |
Parameter | Description |
---|---|
Limit | Number of records returned by the request. |
Skip | Skips the specified number of records. |
Sort Direction | The sorting direction. Possible values are: asc and desc . |
Sort Field | Fields used to sort alerts. Possible values are: - date : The date when then the alert was created.- severity : The severity of the alert. |
List Alerts with Microsoft Defender for Cloud Apps and Send Results Via Email
Preview this Workflow on desktop