{ "opencollection": "1.0.0", "info": { "name": "ThingsBoard Admin admin-controller queue-stats-controller API", "version": "4.3.0.3DEMO" }, "items": [ { "info": { "name": "queue-stats-controller", "type": "folder" }, "items": [ { "info": { "name": "Get Queue Stats Entities (getTenantQueueStats)", "type": "http" }, "http": { "method": "GET", "url": "https://demo.thingsboard.io/api/queueStats", "params": [ { "name": "queueStatsIds", "value": "", "type": "query", "description": "A list of queue stats ids, separated by comma ','" }, { "name": "pageSize", "value": "", "type": "query", "description": "Maximum amount of entities in a one page" }, { "name": "page", "value": "", "type": "query", "description": "Sequence number of page starting from 0" }, { "name": "textSearch", "value": "", "type": "query", "description": "The case insensitive 'substring' filter based on the queue name or service id." }, { "name": "sortProperty", "value": "", "type": "query", "description": "Property of entity to sort by" }, { "name": "sortOrder", "value": "", "type": "query", "description": "Sort order. ASC (ASCENDING) or DESC (DESCENDING)" } ] }, "docs": "Returns a page of queue stats objects that are designed to collect queue statistics for every service. You can specify parameters to filter the results. The result is wrapped with PageData object that allows you to iterate over result set using pagination. See response schema for more details. \n\nAvailable for users with 'SYS_ADMIN' or 'TENANT_ADMIN' authority." }, { "info": { "name": "Get Queue Stats Entity by Id (getQueueStatsById)", "type": "http" }, "http": { "method": "GET", "url": "https://demo.thingsboard.io/api/queueStats/:queueStatsId", "params": [ { "name": "queueStatsId", "value": "", "type": "path", "description": "A string value representing the queue stats id. For example, '687f294c-42b6-435a-983c-b7beff2784f9'" } ] }, "docs": "Fetch the Queue stats object based on the provided Queue stats id. \n\nAvailable for users with 'SYS_ADMIN' or 'TENANT_ADMIN' authority." } ] } ], "bundled": true }