Automation QubePro Automation module; It is a platform designed for agent management, scheduled job execution and integration automation.
It runs on centralized authentication and multi-tenant infrastructure.
Basic Features
# Agent Management
- Creating, editing and deleting agents
- Agent status monitoring (active / passive / error)
- Agent configuration and environment variables
- Running isolated agents in a multi-tenant structure
# Job Management
- Defining and running scheduled jobs
- View work history and work logs
- Successful / unsuccessful job reporting
- Job prioritization and ordering
# Notification and Activity
- Real-time job notifications
- Monitoring all transactions with activity log
- Error and warning notifications
Pages
| Page | Description | |---|---| | Dashboard | Agent and job statistics, system status | | Agents | List and management of all agents | | Works | List of active and pending jobs | | Work History | History of completed and error-prone jobs | | Notifications | System notifications | | Activity Log | User and system activity logs | | Settings | Agent and system settings | | Translations | Interface language management |
Access After
logging in to the QubePro platform, you can access it by clicking the Automation tab from the left menu.
API
| Endpoint | Description |
|---|---|
GET /agents | Agent list |
POST /agents | Create new agent |
GET /jobs | Job list |
POST /jobs | Define new job |
GET /jobs/history | Work history |
GET /notifications | Notifications |
GET /activity-log | Activity logs |
GET /settings | Settings |
GET /translations | Language varieties |