Skip to main content
Alerting & Response/Alert Routing & Policies

ReceivePlatformEventRaw

Receive native Cloud/ZSphere ZWatch event alarm callbacks Auth: HMAC(webhookToken, platformUUID) in query param 'token'.

POST/api/v1/alerting/receive/raw

Operation ID

ReceivePlatformEventRaw

Since

1.2.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

Query Parameters

  • source
    String

    Source platform UUID

  • token
    String

    HMAC authentication token

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • received
    Integer

    Number of alerts received in the payload

    Example: 5

  • created
    Integer

    Number of new alerts created

    Example: 3

  • updated
    Integer

    Number of existing alerts updated

    Example: 1

  • skipped
    Integer

    Number of duplicate alerts skipped

    Example: 1

  • injected
    Integer

    Number of alerts injected into the pipeline

    Example: 4

  • fallback
    Boolean

    Whether fallback processing was used

    Example: false

  • fallbackReason
    String

    Reason for fallback if applicable

    Example: primary channel unavailable