{ "opencollection": "1.0.0", "info": { "name": "ExtremeCloud IQ Account Configuration - Basic API", "version": "25.9.0-36" }, "items": [ { "info": { "name": "Configuration - Basic", "type": "folder" }, "items": [ { "info": { "name": "List VLAN profiles", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/vlan-profiles", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number, min = 1" }, { "name": "limit", "value": "", "type": "query", "description": "Page Size, min = 1, max = 100" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a page of VLAN profiles." }, { "info": { "name": "Create VLAN profile", "type": "http" }, "http": { "method": "POST", "url": "https://api.extremecloudiq.com/vlan-profiles", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new VLAN profile." }, { "info": { "name": "Get a VLAN profile", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/vlan-profiles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a specific VLAN profile by ID." }, { "info": { "name": "Update a VLAN profile", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.extremecloudiq.com/vlan-profiles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a specific VLAN profile." }, { "info": { "name": "Delete a VLAN profile", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.extremecloudiq.com/vlan-profiles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a specific VLAN profile by ID." } ] } ], "bundled": true }