{ "opencollection": "1.0.0", "info": { "name": "ExtremeCloud IQ Account Application API", "version": "25.9.0-36" }, "items": [ { "info": { "name": "Application", "type": "folder" }, "items": [ { "info": { "name": "List the applications", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/applications", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number, min = 1" }, { "name": "limit", "value": "", "type": "query", "description": "Page Size, min = 1, max = 100" }, { "name": "sortField", "value": "", "type": "query", "description": "The sort field" }, { "name": "order", "value": "", "type": "query", "description": "The sort order (ascending by default)" }, { "name": "name", "value": "", "type": "query", "description": "Application Name" }, { "name": "detectionProtocol", "value": "", "type": "query", "description": "Application Detection Protocol, only for custom Application" }, { "name": "detectionType", "value": "", "type": "query", "description": "Application Detection Type, only for custom Application" }, { "name": "predefined", "value": "true", "type": "query", "description": "Flag to filter predefined or custom Application" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List a page of applications by filter." }, { "info": { "name": "List the TopN applications", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/applications/top:n", "params": [ { "name": "n", "value": "", "type": "path", "description": "The TopN number" }, { "name": "startTime", "value": "", "type": "query", "description": "The start time to query, epoch time in milliseconds since 1/1/1970" }, { "name": "endTime", "value": "", "type": "query", "description": "The end time to query, epoch time in milliseconds since 1/1/1970" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List the TopN applications by usage." }, { "info": { "name": "List the TopN clients for a application", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/applications/:id/clients/top:n", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" }, { "name": "n", "value": "", "type": "path", "description": "The TopN number" }, { "name": "startTime", "value": "", "type": "query", "description": "The start time to query, epoch time in milliseconds since 1/1/1970" }, { "name": "endTime", "value": "", "type": "query", "description": "The end time to query, epoch time in milliseconds since 1/1/1970" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List the TopN clients by usage for a specific application." }, { "info": { "name": "List application usage summary", "type": "http" }, "http": { "method": "POST", "url": "https://api.extremecloudiq.com/applications/grid", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number, min = 1" }, { "name": "limit", "value": "", "type": "query", "description": "Page Size, min = 1, max = 100" }, { "name": "sort_field", "value": "", "type": "query", "description": "Field to sort by (e.g., usage, percentage_usage, clients, users)" }, { "name": "order", "value": "", "type": "query", "description": "The sort order (ascending by default)" }, { "name": "async", "value": "", "type": "query", "description": "Whether to enable async mode" }, { "name": "search", "value": "", "type": "query", "description": "Search term for application or category name" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a paginated list of application usage summaries with support for search, filter, and sort." }, { "info": { "name": "List application categories and names", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/applications/category_metadata", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a list of unique application category names along with associated application names used in application usage data." }, { "info": { "name": "Export application usage summary", "type": "http" }, "http": { "method": "POST", "url": "https://api.extremecloudiq.com/applications/grid/export", "params": [ { "name": "search", "value": "", "type": "query", "description": "Search term for application or category name" }, { "name": "sort_field", "value": "", "type": "query", "description": "Field to sort by (e.g., usage, percentage_usage, clients, users)" }, { "name": "order", "value": "", "type": "query", "description": "The sort order (ascending by default)" }, { "name": "async", "value": "", "type": "query", "description": "Whether to enable async mode" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Export the application usage summary grid as a CSV file." } ] } ], "bundled": true }