{ "opencollection": "1.0.0", "info": { "name": "Equinix API Authentication Route Aggregation Rules API", "version": "1.2" }, "items": [ { "info": { "name": "Route Aggregation Rules", "type": "folder" }, "items": [ { "info": { "name": "GetRARules", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/fabric/v4/routeAggregations/:routeAggregationId/routeAggregationRules", "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 get all Route Aggregations Rules for Fabric" }, { "info": { "name": "Create RARule", "type": "http" }, "http": { "method": "POST", "url": "https://api.equinix.com/fabric/v4/routeAggregations/:routeAggregationId/routeAggregationRules", "params": [ { "name": "routeAggregationId", "value": "", "type": "path", "description": "Route Aggregations Id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API provides capability to create a Route Aggregation Rule" }, { "info": { "name": "GetRARule By UUID", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/fabric/v4/routeAggregations/:routeAggregationId/routeAggregationRules/:routeAggregationRuleId", "params": [ { "name": "routeAggregationId", "value": "", "type": "path", "description": "Route Aggregations Id" }, { "name": "routeAggregationRuleId", "value": "", "type": "path", "description": "Route Aggregation Rules Id" } ] }, "docs": "This API provides capability to view a Route Aggregation Rule by UUID" }, { "info": { "name": "ReplaceRARule", "type": "http" }, "http": { "method": "PUT", "url": "https://api.equinix.com/fabric/v4/routeAggregations/:routeAggregationId/routeAggregationRules/:routeAggregationRuleId", "params": [ { "name": "routeAggregationId", "value": "", "type": "path", "description": "Route Aggregations Id" }, { "name": "routeAggregationRuleId", "value": "", "type": "path", "description": "Route Aggregation Rules Id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API provides capability to replace a Route Aggregation Rule completely" }, { "info": { "name": "PatchRARule", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.equinix.com/fabric/v4/routeAggregations/:routeAggregationId/routeAggregationRules/:routeAggregationRuleId", "params": [ { "name": "routeAggregationId", "value": "", "type": "path", "description": "Route Aggregations Id" }, { "name": "routeAggregationRuleId", "value": "", "type": "path", "description": "Route Aggregation Rules Id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API provides capability to partially update a Route Aggregation Rule" }, { "info": { "name": "DeleteRARule", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.equinix.com/fabric/v4/routeAggregations/:routeAggregationId/routeAggregationRules/:routeAggregationRuleId", "params": [ { "name": "routeAggregationId", "value": "", "type": "path", "description": "Route Aggregations Id" }, { "name": "routeAggregationRuleId", "value": "", "type": "path", "description": "Route Aggregation Rules Id" } ] }, "docs": "This API provides capability to delete a Route aggregation Rule" }, { "info": { "name": "Get All Changes", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/fabric/v4/routeAggregations/:routeAggregationId/routeAggregationRules/:routeAggregationRuleId/changes", "params": [ { "name": "routeAggregationId", "value": "", "type": "path", "description": "Route Aggregations Id" }, { "name": "routeAggregationRuleId", "value": "", "type": "path", "description": "Route Aggregation Rules 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 Rule's Changes" }, { "info": { "name": "Get Change By ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/fabric/v4/routeAggregations/:routeAggregationId/routeAggregationRules/:routeAggregationRuleId/changes/:changeId", "params": [ { "name": "routeAggregationId", "value": "", "type": "path", "description": "Route Aggregations Id" }, { "name": "routeAggregationRuleId", "value": "", "type": "path", "description": "Route Aggregation Rules Id" }, { "name": "changeId", "value": "", "type": "path", "description": "Route Aggregation Rule Change UUID" } ] }, "docs": "This API provides capability to retrieve a specific Route Aggregation Rule's Changes" }, { "info": { "name": "Bulk RARules", "type": "http" }, "http": { "method": "POST", "url": "https://api.equinix.com/fabric/v4/routeAggregations/:routeAggregationId/routeAggregationRules/bulk", "params": [ { "name": "routeAggregationId", "value": "", "type": "path", "description": "Route Aggregations Id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API provides capability to create bulk route aggregation rules" }, { "info": { "name": "Search Route Aggregation Rules", "type": "http" }, "http": { "method": "POST", "url": "https://api.equinix.com/fabric/v4/routeAggregations/:routeAggregationId/routeAggregationRules/search", "params": [ { "name": "routeAggregationId", "value": "", "type": "path", "description": "Route Aggregations Id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API provides capability to search Route Aggregation Rules" } ] } ], "bundled": true }