{ "opencollection": "1.0.0", "info": { "name": "ExtremeCloud IQ Account Configuration - Authentication API", "version": "25.9.0-36" }, "items": [ { "info": { "name": "Configuration - Authentication", "type": "folder" }, "items": [ { "info": { "name": "List active directory servers", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/ad-servers", "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": "List a page of active directory servers." }, { "info": { "name": "List captive web portals", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/cwps", "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": "List a page of Captive Web Portals." }, { "info": { "name": "List LDAP servers", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/ldap-servers", "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": "List a page of LDAP servers." }, { "info": { "name": "Create LDAP server", "type": "http" }, "http": { "method": "POST", "url": "https://api.extremecloudiq.com/ldap-servers", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new LDAP server." }, { "info": { "name": "Get LDAP server by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/ldap-servers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a specific LDAP server by ID." }, { "info": { "name": "Update LDAP server configuration", "type": "http" }, "http": { "method": "PUT", "url": "https://api.extremecloudiq.com/ldap-servers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update configuration for a specific LDAP server." }, { "info": { "name": "Delete a LDAP server", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.extremecloudiq.com/ldap-servers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a specific LDAP server by ID." }, { "info": { "name": "List RADIUS client objects", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/radius-client-objects", "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": "List a page of RADIUS client object configurations." }, { "info": { "name": "Create RADIUS client object configuration", "type": "http" }, "http": { "method": "POST", "url": "https://api.extremecloudiq.com/radius-client-objects", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new RADIUS client object configuration." }, { "info": { "name": "Get RADIUS client object by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/radius-client-objects/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get detailed configuration for a specific RADIUS client object." }, { "info": { "name": "Update RADIUS client object configuration", "type": "http" }, "http": { "method": "PUT", "url": "https://api.extremecloudiq.com/radius-client-objects/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update RADIUS client object configuration by ID." }, { "info": { "name": "Delete a RADIUS client object configuration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.extremecloudiq.com/radius-client-objects/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an existing RADIUS client object configuration by ID." }, { "info": { "name": "List RADIUS proxies", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/radius-proxies", "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": "List a page of RADIUS proxy configurations." }, { "info": { "name": "Create RADIUS proxy configuration", "type": "http" }, "http": { "method": "POST", "url": "https://api.extremecloudiq.com/radius-proxies", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new RADIUS proxy configuration." }, { "info": { "name": "Get the RADIUS proxy configuration", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/radius-proxies/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get an existing RADIUS proxy configuration by ID." }, { "info": { "name": "Update RADIUS proxy configuration", "type": "http" }, "http": { "method": "PUT", "url": "https://api.extremecloudiq.com/radius-proxies/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update RADIUS proxy configuration by ID." }, { "info": { "name": "Delete the RADIUS proxy configuration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.extremecloudiq.com/radius-proxies/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an existing RADIUS proxy configuration by ID." }, { "info": { "name": "List Radius proxy devices", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/radius-proxies/devices", "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": "List devices for Radius Proxy." }, { "info": { "name": "List all internal RADIUS servers", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/radius-servers/internal", "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": "List all internal RADIUS servers configurations." }, { "info": { "name": "Create internal RADIUS server configuration", "type": "http" }, "http": { "method": "POST", "url": "https://api.extremecloudiq.com/radius-servers/internal", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new internal RADIUS server configuration." }, { "info": { "name": "Get internal RADIUS server by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/radius-servers/internal/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get detailed configuration for internal RADIUS server by ID." }, { "info": { "name": "Update internal RADIUS server configuration", "type": "http" }, "http": { "method": "PUT", "url": "https://api.extremecloudiq.com/radius-servers/internal/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update internal RADIUS server configuration by ID." }, { "info": { "name": "Delete internal RADIUS server configuration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.extremecloudiq.com/radius-servers/internal/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an existing internal RADIUS server configuration by ID." }, { "info": { "name": "List all internal RADIUS devices", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/radius-servers/internal/devices", "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": "List all internal RADIUS devices fields." }, { "info": { "name": "List external RADIUS servers", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/radius-servers/external", "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": "List a page of external RADIUS server configurations." }, { "info": { "name": "Create external RADIUS server configuration", "type": "http" }, "http": { "method": "POST", "url": "https://api.extremecloudiq.com/radius-servers/external", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new external RADIUS server configuration." }, { "info": { "name": "Get external RADIUS server by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/radius-servers/external/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get detailed configuration for a specific external RADIUS server." }, { "info": { "name": "Update external RADIUS server configuration", "type": "http" }, "http": { "method": "PUT", "url": "https://api.extremecloudiq.com/radius-servers/external/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update external RADIUS server configuration by ID." }, { "info": { "name": "Delete external RADIUS server configuration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.extremecloudiq.com/radius-servers/external/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an existing external RADIUS server configuration by ID." }, { "info": { "name": "List RADSEC proxies", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/radsec-proxies", "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": "List a page of RADSEC proxy configurations." }, { "info": { "name": "Create RADSEC proxy configuration", "type": "http" }, "http": { "method": "POST", "url": "https://api.extremecloudiq.com/radsec-proxies", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new RADSEC proxy configuration." }, { "info": { "name": "Get the RADSEC proxy configuration", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/radsec-proxies/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get an existing RADSEC proxy configuration by ID." }, { "info": { "name": "Update RADSEC proxy configuration", "type": "http" }, "http": { "method": "PUT", "url": "https://api.extremecloudiq.com/radsec-proxies/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update RADSEC proxy configuration by ID." }, { "info": { "name": "Delete the RADSEC proxy configuration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.extremecloudiq.com/radsec-proxies/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an existing RADSEC proxy configuration by ID." } ] } ], "bundled": true }