Skip to main content

SSE API 1.6.0

Server-Sent Events stream for controller events.

Base path: https://{controller_ip}/api/v1. API description version: 1.6.0.

Examples use placeholder values for passwords, tokens, UUIDs, addresses and secrets. Replace them with values from your controller before sending requests.

Section methods

MethodPath
GET/sse

GET /sse

Section: SSE.

Returns data for the SSE endpoint /sse.

Request example

curl -k -X GET "https://{controller_ip}/api/v1/sse" \
-H "Authorization: Bearer <token>"

Response command example

curl -k -sS -X GET "https://{controller_ip}/api/v1/sse" \
-H "Authorization: Bearer <token>" | jq .

Response example

{
"data": [],
"meta": {
"api_version": "1.6.0",
"path": "/sse"
}
}