{ "opencollection": "1.0.0", "info": { "name": "Equinix API Authentication Route Filters API", "version": "1.2" }, "items": [ { "info": { "name": "Route Filters", "type": "folder" }, "items": [ { "info": { "name": "Get All Route Filters", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/fabric/v4/connections/:connectionId/routeFilters", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "Connection Id" } ] }, "docs": "This API provides capability to view all Route Filters attached to a Connection" }, { "info": { "name": "Get Route Filter", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/fabric/v4/connections/:connectionId/routeFilters/:routeFilterId", "params": [ { "name": "routeFilterId", "value": "", "type": "path", "description": "Route Filters Id" }, { "name": "connectionId", "value": "", "type": "path", "description": "Connection Id" } ] }, "docs": "This API provides capability to view a specific Route Filter attached to a Connection" }, { "info": { "name": "Attach Route Filter", "type": "http" }, "http": { "method": "PUT", "url": "https://api.equinix.com/fabric/v4/connections/:connectionId/routeFilters/:routeFilterId", "params": [ { "name": "routeFilterId", "value": "", "type": "path", "description": "Route Filters Id" }, { "name": "connectionId", "value": "", "type": "path", "description": "Connection Id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API provides capability to attach a Route Filter to a Connection" }, { "info": { "name": "Detach Route Filter", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.equinix.com/fabric/v4/connections/:connectionId/routeFilters/:routeFilterId", "params": [ { "name": "routeFilterId", "value": "", "type": "path", "description": "Route Filters Id" }, { "name": "connectionId", "value": "", "type": "path", "description": "Connection Id" } ] }, "docs": "This API provides capability to detach a Route Filter from a Connection" }, { "info": { "name": "Create Route Filters", "type": "http" }, "http": { "method": "POST", "url": "https://api.equinix.com/fabric/v4/routeFilters", "body": { "type": "json", "data": "{}" } }, "docs": "This API provides capability to create a Route Filter" }, { "info": { "name": "Get Route Filter By UUID", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/fabric/v4/routeFilters/:routeFilterId", "params": [ { "name": "routeFilterId", "value": "", "type": "path", "description": "Route Filters Id" } ] }, "docs": "This API provides capability to view a Route Filter by UUID" }, { "info": { "name": "Patch Route Filter", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.equinix.com/fabric/v4/routeFilters/:routeFilterId", "params": [ { "name": "routeFilterId", "value": "", "type": "path", "description": "Route Filters Id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API provides capability to partially update a Route Filter" }, { "info": { "name": "Delete Route Filter", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.equinix.com/fabric/v4/routeFilters/:routeFilterId", "params": [ { "name": "routeFilterId", "value": "", "type": "path", "description": "Route Filters Id" } ] }, "docs": "This API provides capability to delete a Route Filter" }, { "info": { "name": "Get All Changes", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/fabric/v4/routeFilters/:routeFilterId/changes", "params": [ { "name": "routeFilterId", "value": "", "type": "path", "description": "Route Filters Id" }, { "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 all of a Route Filter's Changes" }, { "info": { "name": "Get Change By ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/fabric/v4/routeFilters/:routeFilterId/changes/:changeId", "params": [ { "name": "routeFilterId", "value": "", "type": "path", "description": "Route Filters Id" }, { "name": "changeId", "value": "", "type": "path", "description": "Routing Protocol Change UUID" } ] }, "docs": "This API provides capability to retrieve a specific Route Filter's Changes" }, { "info": { "name": "Get All Connections on Route Filter", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/fabric/v4/routeFilters/:routeFilterId/connections", "params": [ { "name": "routeFilterId", "value": "", "type": "path", "description": "Route Filters Id" } ] }, "docs": "This API provides capability to view all Connections using the Route Filter" }, { "info": { "name": "Search Route Filters", "type": "http" }, "http": { "method": "POST", "url": "https://api.equinix.com/fabric/v4/routeFilters/search", "body": { "type": "json", "data": "{}" } }, "docs": "This API provides capability to search Route Filters" }, { "info": { "name": "Search Cloud Router Route Filter Attachments", "type": "http" }, "http": { "method": "POST", "url": "https://api.equinix.com/fabric/v4/routers/:routerId/routeFilters/search", "params": [ { "name": "routerId", "value": "", "type": "path", "description": "Cloud Router UUID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API provides capability to search route filter attachments for a given cloud router Beta" } ] } ], "bundled": true }