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