{ "opencollection": "1.0.0", "info": { "name": "Equinix API Authentication Facilities API", "version": "1.2" }, "items": [ { "info": { "name": "Facilities", "type": "folder" }, "items": [ { "info": { "name": "Retrieve all facilities", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/facilities", "params": [ { "name": "include", "value": "", "type": "query", "description": "Nested attributes to include. Included objects will return their full attributes. Attribute names can be dotted (up to 3 levels) to included deeply nested objects." }, { "name": "exclude", "value": "", "type": "query", "description": "Nested attributes to exclude. Excluded objects will return only the href attribute. Attribute names can be dotted (up to 3 levels) to exclude deeply nested objects." } ] }, "docs": "Provides a listing of available datacenters where you can provision Packet devices." }, { "info": { "name": "Retrieve all facilities visible by the organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/organizations/:id/facilities", "params": [ { "name": "id", "value": "", "type": "path", "description": "Organization 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 datacenters for the given organization" }, { "info": { "name": "Retrieve all facilities visible by the project", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/projects/:id/facilities", "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 datacenters for the given project" } ] } ], "bundled": true }