get: summary: Get agent status summary tags: - Agent status responses: '200': description: OK content: application/json: schema: type: object properties: error: type: integer events: type: integer inactive: type: integer offline: type: integer online: type: integer other: type: integer total: type: integer updating: type: integer required: - error - events - inactive - offline - online - other - total - updating '400': $ref: ../components/responses/error.yaml operationId: get-agent-status-deprecated parameters: - schema: type: string name: policyId in: query required: false deprecated: true