Meet CybrIQ at InfoComm 2026 · Booth C5052 · June 13–19 · Las Vegas · Pre-book a working session →
API Documentation · Integration

Integration

Integration health and syslog test endpoints. 2 endpoints.

GET /prime/webui/integration/GetIntegrationStatus/{prefixes}

Get integration status

Get integration status. Use this to fetch data.

curl example
curl -X GET 'https://<host>/prime/webui/integration/GetIntegrationStatus/{prefixes}' \
-H 'Authorization: Bearer <token>'
OpenAPI spec
"get": {
             "tags": [
                "Integration"
             ],
             "summary": "Get integration status",
             "parameters": [
                {
                  "name": "prefixes",
                  "in": "path",
                  "required": true,
                  "schema": {
                    "type": "string",
                    "nullable": true
                  }
                }
             ],
             "responses": {
                "200": {
                  "description": "Success"
                }
             }
           }
POST /prime/webui/integration/TestSysLog

Test syslog

Test syslog. Use this to create data.

curl example
curl -X POST 'https://<host>/prime/webui/integration/TestSysLog' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json' \
-d '{"$ref":"#/components/schemas/AlarmDestinationConnectionView"}'
OpenAPI spec
"post": {
             "tags": [
                "Integration"
             ],
             "summary": "Test syslog",
             "requestBody": {
                "content": {
                  "application/json -patch+json": {
                     "schema": {
                       "$ref": "#/components/schemas/AlarmDestinationConnectionView"
                     }
                  },
                  "application/json": {
                     "schema": {



                                                                                                 93

                         "$ref": "#/components/schemas/AlarmDestinationConnectionView"
                     }
                   },
                   "text/json": {
                      "schema": {
                        "$ref": "#/components/schemas/AlarmDestinationConnectionView"
                      }
                   },
                   "application/*+json": {
                      "schema": {
                        "$ref": "#/components/schemas/AlarmDestinationConnectionView"
                      }
                   }
                  }
               },
               "responses": {
                  "200": {
                    "description": "Success"
                  }
               }
           }
Patented Device DNA™ SOC 2 Type II aligned NDAA 889 aligned Engineered for the AV channel InfoComm 2026 · Booth C5052