{"type":"model","meta":{"id":"/apps/pubhub/media/cisco-edge-intelligence-2-2-0-api/2d8524cb89cd60e1e2e66bcc438913d05fdc9eff/262737b2-b3c2-32cd-b07b-fdbdcd23918f","info":{"title":"Edge Intelligence Local Manager API Documentation","description":"This API enables management of data policies within the Cisco Edge Intelligence IOx Application.\n\n**Key Features**:\n- User Authentication\n- Data Policy Management\n- Agent Management\n\n**Versioning**:\n- Current version: v2\n- Access pattern: `/api/v{version_number}/edge-intelligence`\n\n**Security**:\n- All endpoints secured with JWT Bearer token authentication\n- Tokens expire after 5 mins\n- Refresh tokens using the `/token` endpoint\n","version":"2.2.0"},"tags":[{"name":"Authentication","description":"User authentication and token management"},{"name":"Policy Management","description":"Data policy management"},{"name":"Agent Management","description":"Edge Intelligence Agent management"},{"name":"Metrics","description":"Edge Intelligence Metrics"}],"x-parser-conf":{"overview":{"markdownPath":"reference/overview.md"}},"openapi":"3.0.1","servers":[{"url":"https://localhost/api/v2/edge-intelligence","description":"Local development server"}],"securitySchemes":{"Bearer":{"type":"apiKey","description":"JWT Authorization header using the Bearer scheme.\nExample: \"Authorization: Bearer {token}\"\n","name":"Authorization","in":"header"}}},"spec":{"type":"object","description":"DataTarget","properties":{"dataTargetConfiguration":{"type":"object","description":"destination configuration of data","properties":{"connectors":{"type":"array","description":"details of connectors","items":{"type":"object","description":"items in array of connectors","properties":{"cleanSession":{"type":"boolean","description":"cleanSession"},"clientId":{"type":"string","description":"clientId"},"host":{"type":"string","description":"host or IP address"},"mqttQoS":{"type":"integer","description":"mqttQoS"},"port":{"type":"integer","description":"port number on which MQTT broker is running"},"publish":{"type":"object","description":"publish","properties":{"resultPath":{"type":"string","description":"resultPath"},"mqttQoS":{"type":"integer","description":"mqttQoS"},"mqttRetain":{"type":"boolean","description":"mqttRetain"},"mqttTopic":{"type":"string","description":"mqtt topic name"}}},"secure":{"type":"boolean","description":"secure"},"username":{"type":"string","description":"username"}}}}}},"type":{"type":"string","description":"type"}},"$$ref":"#/components/schemas/DataTarget","title":"DataTarget"}}