Enterprise Get Enterprise Alerts

Enterprise Get Enterprise Alerts

Gets past triggered alerts for the specified enterprise.

Privileges required:

READ ENTERPRISE_ALERT

Request
URI
POST
https://{api_host}/portal/rest/enterprise/getEnterpriseAlerts
COPY
Request Body
{
    "enterpriseId": 0,
    "interval": {
        "end": "string",
        "start": "string"
    },
    "filter": {
        "limit": 0
    },
    "with": [
        "string"
    ]
}
integer
enterpriseId
Optional

enterpriseId

interval
Optional

interval

object
filter
Optional

filter

array of string
with
Optional

with

Responses
200

Request was successfully processed

{
    "metaData": "list_metadata Object",
    "data": [
        "enterprise_get_enterprise_alerts_result_item Object"
    ]
}
metaData
Required

metaData


400
Returns generic_400 of type(s) application/json
Operation doesn't return any data structure

500
Returns generic_500 of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/enterprise/getEnterpriseAlerts