{ "opencollection": "1.0.0", "info": { "name": "Equinix API Authentication VLANs API", "version": "1.2" }, "items": [ { "info": { "name": "VLANs", "type": "folder" }, "items": [ { "info": { "name": "Retrieve all virtual networks", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/projects/:id/virtual-networks", "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": "facility", "value": "", "type": "query", "description": "Filter by Facility ID (uuid) or Facility Code" }, { "name": "metro", "value": "", "type": "query", "description": "Filter by Metro ID (uuid) or Metro Code" } ] }, "docs": "Provides a list of virtual networks for a single project." }, { "info": { "name": "Create a virtual network", "type": "http" }, "http": { "method": "POST", "url": "https://api.equinix.com/projects/:id/virtual-networks", "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 an virtual network." }, { "info": { "name": "Get a virtual network", "type": "http" }, "http": { "method": "GET", "url": "https://api.equinix.com/virtual-networks/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Virtual Network 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": "Get a virtual network." }, { "info": { "name": "Delete a virtual network", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.equinix.com/virtual-networks/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Virtual Network 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": "Deletes a virtual network." } ] } ], "bundled": true }