On-premise API
Workato API allows you to work with On-prem Groups and On-prem Agents through the API.
Quick reference
Type | Resource | Description |
---|---|---|
GET | /api/on_prem_agents | List On-prem agents |
POST | /api/on_prem_agents | Create On-prem agent |
GET | /api/on_prem_agents/search | Search for On-prem agent by common name |
DELETE | /api/on_prem_agents/:id | Delete On-prem agent |
GET | /api/on_prem_agents/:id/activation_code | Get on-prem agent activation code. |
GET | /api/on_prem_agents/:id | Get On-prem agent details |
PUT | /api/on_prem_agents/:id | Update On-prem agent |
GET | /api/on_prem_agents/:id/status | Get On-prem agent status |
GET | /api/on_prem_groups | List On-prem groups |
POST | /api/on_prem_groups | Create On-prem group |
DELETE | /api/on_prem_groups/:id | Delete On-prem group |
GET | /api/on_prem_groups/:id | Get On-prem group details |
PUT | /api/on_prem_groups/:id | Update On-prem group |
GET | /api/on_prem_groups/:id/status | Get On-prem group status |