{ "opencollection": "1.0.0", "info": { "name": "Equinix API Authentication Licenses API", "version": "1.2" }, "items": [ { "info": { "name": "Licenses", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a license", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/licenses/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "License 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 license" }, { "info": { "name": "Update the license", "type": "http" }, "http": { "method": "PUT", "url": "https://api.equinix.com/licenses/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "License 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." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the license." }, { "info": { "name": "Delete the license", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.equinix.com/licenses/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "License UUID" } ] }, "docs": "Deletes a license." }, { "info": { "name": "Retrieve all licenses", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/projects/:id/licenses", "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." }, { "name": "page", "value": "", "type": "query", "description": "Page to return" }, { "name": "per_page", "value": "", "type": "query", "description": "Items returned per page" } ] }, "docs": "Provides a collection of licenses for a given project." }, { "info": { "name": "Create a License", "type": "http" }, "http": { "method": "POST", "url": "https://api.equinix.com/projects/:id/licenses", "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." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new license for the given project" } ] } ], "bundled": true }