{ "opencollection": "1.0.0", "info": { "name": "Equinix API Authentication Agents API", "version": "1.2" }, "items": [ { "info": { "name": "Agents", "type": "folder" }, "items": [ { "info": { "name": "Get Agents", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/fabric/v4/agents", "params": [ { "name": "offset", "value": "1", "type": "query", "description": "offset" }, { "name": "limit", "value": "10", "type": "query", "description": "number of records to fetch" } ] }, "docs": "This API provides capability to retrieve agents" }, { "info": { "name": "Create Agent", "type": "http" }, "http": { "method": "POST", "url": "https://api.equinix.com/fabric/v4/agents", "body": { "type": "json", "data": "{}" } }, "docs": "This API provides capability to create user's agent" }, { "info": { "name": "Get Agent by UUID", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/fabric/v4/agents/:agentId", "params": [ { "name": "agentId", "value": "", "type": "path", "description": "Agent UUID" }, { "name": "offset", "value": "1", "type": "query", "description": "offset" }, { "name": "limit", "value": "10", "type": "query", "description": "number of records to fetch" } ] }, "docs": "This API provides capability to retrieve an agent by uuid" }, { "info": { "name": "Update Agent by UUID", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.equinix.com/fabric/v4/agents/:agentId", "params": [ { "name": "agentId", "value": "", "type": "path", "description": "Agent UUID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API provides capability to update an agent by uuid" }, { "info": { "name": "Delete Agent by UUID", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.equinix.com/fabric/v4/agents/:agentId", "params": [ { "name": "agentId", "value": "", "type": "path", "description": "Agent UUID" }, { "name": "offset", "value": "1", "type": "query", "description": "offset" }, { "name": "limit", "value": "10", "type": "query", "description": "number of records to fetch" } ] }, "docs": "This API provides capability to delete an agent by uuid" }, { "info": { "name": "Get Agent Activities", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/fabric/v4/agents/:agentId/activities", "params": [ { "name": "agentId", "value": "", "type": "path", "description": "Agent UUID" }, { "name": "offset", "value": "1", "type": "query", "description": "offset" }, { "name": "limit", "value": "10", "type": "query", "description": "number of records to fetch" } ] }, "docs": "This API provides capability to retrieve an agent activities" } ] } ], "bundled": true }