{ "opencollection": "1.0.0", "info": { "name": "Equinix API Authentication Connections API", "version": "1.2" }, "items": [ { "info": { "name": "Connections", "type": "folder" }, "items": [ { "info": { "name": "Create Connection", "type": "http" }, "http": { "method": "POST", "url": "https://api.equinix.com/fabric/v4/connections", "params": [ { "name": "dryRun", "value": "", "type": "query", "description": "option to verify that API calls will succeed" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API provides capability to create user's virtual connection" }, { "info": { "name": "Get Connection by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/fabric/v4/connections/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "Connection Id" }, { "name": "direction", "value": "", "type": "query", "description": "Connection Direction" } ] }, "docs": "The API provides capability to get user's virtual connection details (Service Tokens, Access Points, Link Protocols, etc) by it's connection ID (UUID)" }, { "info": { "name": "Update by ID", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.equinix.com/fabric/v4/connections/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "Connection Id" }, { "name": "dryRun", "value": "", "type": "query", "description": "option to verify that API calls will succeed" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Connection by ID" }, { "info": { "name": "Delete by ID", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.equinix.com/fabric/v4/connections/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "Connection UUID" } ] }, "docs": "Delete Connection by ID" }, { "info": { "name": "Connection Actions", "type": "http" }, "http": { "method": "POST", "url": "https://api.equinix.com/fabric/v4/connections/:connectionId/actions", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "Connection Id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API provides capability to accept/reject user's virtual connection" }, { "info": { "name": "Search connections", "type": "http" }, "http": { "method": "POST", "url": "https://api.equinix.com/fabric/v4/connections/search", "body": { "type": "json", "data": "{}" } }, "docs": "The API provides capability to get list of user's virtual connections using search criteria, including optional filtering, pagination and sorting" }, { "info": { "name": "Validate Connection", "type": "http" }, "http": { "method": "POST", "url": "https://api.equinix.com/fabric/v4/connections/validate", "body": { "type": "json", "data": "{}" } }, "docs": "This API provides capability to validate by auth key" } ] } ], "bundled": true }