Skip to main content

API endpoints for events

API endpoints to fetch various events

Written by Team Celona

For information on the new endpoints for events, please reach out to Celona support at support@celona.io -

  • Please note that the categories for dpalert and ptpstate will be discontinued only for Events v1 API (GET /v1/api/stats/events/{category}) from release 2025.1 onwards.

  • There is no change to the Events v2 API (POST /v2/api/events/query), this can still be used to fetch all categories of events.

For more information on all events, please refer to

Sample API queries

Neutral Host & MoXN related events

-H 'X-API-Key: <api_key>' \

-H 'Content-Type: application/json' \

--data-raw '{"severity":["CRITICAL"],"search":[{"context":"platformType","value":["MOCN"],"operator":"in"}]}’

[Please note that the endpoints mentioned below are now deprecated.]

  • Site Events

    /v1/api/stats/events/site?startTime=1677412108961&endTime=1677498508961&customerId=1000000271

  • Access Point Events

    /v1/api/stats/events/ap?startTime=1677412108961&endTime=1677498508961&customerId=1000000271

  • Device Events

    /v1/api/stats/events/device?startTime=1677412108961&endTime=1677498508961&customerId=1000000271

  • Edge Events

    /v1/api/stats/events/edge?startTime=1677412108961&endTime=1677498508961&customerId=1000000271

Did this answer your question?