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

General

Debug-log retrieval and general utility endpoints. 4 endpoints.

GET /prime/webui/generalcontroller/downloaddebuglog

Download debug logs

Download debug logs. Use this to fetch data.

curl example
curl -X GET 'https://<host>/prime/webui/generalcontroller/downloaddebuglog' \
-H 'Authorization: Bearer <token>'
OpenAPI spec
"get": {
           "tags": [
              "General"
           ],
           "summary": "Download debug logs",
           "parameters": [
              {
                 "name": "file",
                 "in": "query",
                 "schema": {
                   "type": "string",
                   "nullable": true
                 }
              },
              {
                 "name": "logType",
                 "in": "query",
                 "schema": {
                   "type": "string",
                   "nullable": true
                 }
              },
              {



                                                                                       78

                     "name": "pollerName",
                     "in": "query",
                     "schema": {
                       "type": "string",
                       "nullable": true
                     }
                },
                {
                     "name": "ip",
                     "in": "query",
                     "schema": {
                       "type": "string",
                       "nullable": true
                     }
                 }
              ],
              "responses": {
                 "200": {
                   "description": "Success"
                 }
              }
          }
GET /prime/webui/generalcontroller/getdebuglogs

Get debug logs

Get debug logs. Use this to fetch data.

curl example
curl -X GET 'https://<host>/prime/webui/generalcontroller/getdebuglogs' \
-H 'Authorization: Bearer <token>'
OpenAPI spec
"get": {
            "tags": [
               "General"
            ],
            "summary": "Get debug logs",
            "responses": {
               "200": {
                 "description": "Success"
               }
            }
          }
GET /prime/webui/generalcontroller/downloadContainerDebugLog

Get logs from container

Get logs from container. Use this to fetch data.

curl example
curl -X GET 'https://<host>/prime/webui/generalcontroller/downloadContainerDebugLog' \
-H 'Authorization: Bearer <token>'
OpenAPI spec
"get": {
            "tags": [
               "General"
            ],
            "summary": "Get logs from container",
            "parameters": [
               {
                 "name": "containerModule",
                 "in": "query",
                 "schema": {
                   "type": "string",


                                                                                                 79

                       "nullable": true
                   }
                  }
               ],
               "responses": {
                  "200": {
                    "description": "Success"
                  }
               }
           }
PUT /prime/webui/generalcontroller/log

prime webui generalcontroller log

Calls PUT /prime/webui/generalcontroller/log. Use this to update data.

curl example
curl -X PUT 'https://<host>/prime/webui/generalcontroller/log' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json' \
-d '{"$ref":"#/components/schemas/ServiceLogSettings"}'
OpenAPI spec
"put": {
             "tags": [
                "General"
             ],
             "requestBody": {
                "content": {
                  "application/json -patch+json": {
                     "schema": {
                       "$ref": "#/components/schemas/ServiceLogSettings"
                     }
                  },
                  "application/json": {
                     "schema": {
                       "$ref": "#/components/schemas/ServiceLogSettings"
                     }
                  },
                  "text/json": {
                     "schema": {
                       "$ref": "#/components/schemas/ServiceLogSettings"
                     }
                  },
                  "application/*+json": {
                     "schema": {
                       "$ref": "#/components/schemas/ServiceLogSettings"
                     }
                  }
                }
             },
             "responses": {
                "200": {
                  "description": "Success"
                }
             }
           }
Patented Device DNA™ SOC 2 Type II aligned NDAA 889 aligned Engineered for the AV channel InfoComm 2026 · Booth C5052