v1

latestOpenAPI 3.0.02026-07-243339471.1 MB
Events

Get Event Extra Attributes

This API endpoint retrieves extra attributes of the event. The response includes event attributes as key-value pairs.

get/network-troubleshooting/v1/event-extra-attributes

Query parameters

event-identifierstring required

Unique identifier of the event to retrieve details for.

site-idstring required

Site ID to filter the event details for a specific site.

time-atstring date-time required

Date-time in RFC 3339 format (ISO 8601) in UTC timezone with milliseconds.

Example:2025-08-06T12:34:56.124Z

Timestamp of when the event occurred, provided in RFC 3339 (and ISO 8601) format in the UTC timezone with milliseconds.

Response

Response schema for event details

Example response

{
  "eventExtraAttributes": [
    {
      "label": "New EIRP",
      "value": "90 dBm"
    }
  ]
}