{ "opencollection": "1.0.0", "info": { "name": "elastic.io Platform REST Agents API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Agents", "type": "folder" }, "items": [ { "info": { "name": "Elastic.io List agents", "type": "http" }, "http": { "method": "GET", "url": "https://api.elastic.io/v2/agents", "params": [ { "name": "page[size]", "value": "", "type": "query", "description": "Number of items per page" }, { "name": "page[number]", "value": "", "type": "query", "description": "Page number to retrieve" }, { "name": "filter[workspace_id]", "value": "", "type": "query", "description": "Filter by workspace ID" } ] }, "docs": "Retrieve a list of on-premises integration agents." }, { "info": { "name": "Elastic.io Create an agent", "type": "http" }, "http": { "method": "POST", "url": "https://api.elastic.io/v2/agents", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new on-premises integration agent." }, { "info": { "name": "Elastic.io Get an agent", "type": "http" }, "http": { "method": "GET", "url": "https://api.elastic.io/v2/agents/:agent_id", "params": [ { "name": "agent_id", "value": "", "type": "path" } ] }, "docs": "Retrieve details of a specific agent." }, { "info": { "name": "Elastic.io Delete an agent", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.elastic.io/v2/agents/:agent_id", "params": [ { "name": "agent_id", "value": "", "type": "path" } ] }, "docs": "Delete an on-premises integration agent." } ] } ], "bundled": true }