{ "opencollection": "1.0.0", "info": { "name": "Equinix API Authentication Plans API", "version": "1.2" }, "items": [ { "info": { "name": "Plans", "type": "folder" }, "items": [ { "info": { "name": "Retrieve all plans", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/plans", "params": [ { "name": "categories", "value": "", "type": "query", "description": "Filter plans by its category" }, { "name": "type", "value": "", "type": "query", "description": "Filter plans by its plan type" }, { "name": "slug", "value": "", "type": "query", "description": "Filter plans by slug" }, { "name": "include", "value": "", "type": "query", "description": "Nested attributes to include. Included objects will return their full\nattributes. Attribute names can be dotted (up to 3 levels) to included deeply\nnested objects." }, { "name": "exclude", "value": "", "type": "query", "description": "Nested attributes to exclude. Excluded objects will return only the href\nattribute. Attribute names can be dotted (up to 3 levels) to exclude deeply\nnested objects." } ] }, "docs": "Provides a listing of available plans to provision your device on." }, { "info": { "name": "Retrieve all plans visible by the project", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/projects/:id/plans", "params": [ { "name": "id", "value": "", "type": "path", "description": "Project UUID" }, { "name": "include", "value": "", "type": "query", "description": "Nested attributes to include. Included objects will return their full\nattributes. Attribute names can be dotted (up to 3 levels) to included deeply\nnested objects." }, { "name": "exclude", "value": "", "type": "query", "description": "Nested attributes to exclude. Excluded objects will return only the href\nattribute. Attribute names can be dotted (up to 3 levels) to exclude deeply\nnested objects." } ] }, "docs": "Returns a listing of available plans for the given project" } ] } ], "bundled": true }