{ "opencollection": "1.0.0", "info": { "name": "ExtremeCloud IQ Account Configuration - Certificate API", "version": "25.9.0-36" }, "items": [ { "info": { "name": "Configuration - Certificate", "type": "folder" }, "items": [ { "info": { "name": "List certificates", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/certificates", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number, min = 1" }, { "name": "limit", "value": "", "type": "query", "description": "Page Size, min = 1, max = 100" }, { "name": "certType", "value": "", "type": "query", "description": "The certificate type" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List a page of certificates." }, { "info": { "name": "Import Certificate", "type": "http" }, "http": { "method": "POST", "url": "https://api.extremecloudiq.com/certificates/import", "body": { "type": "multipart-form", "data": [] }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Import a Certificate." }, { "info": { "name": "Delete Certificate", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.extremecloudiq.com/certificates/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an existing Certificate by ID." }, { "info": { "name": "List Certificate Bundles", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/certificate-bundles", "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 Certificate Bundle configurations." }, { "info": { "name": "Create Certificate Bundle", "type": "http" }, "http": { "method": "POST", "url": "https://api.extremecloudiq.com/certificate-bundles", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new Certificate Bundle configuration." }, { "info": { "name": "Get the Certificate Bundle", "type": "http" }, "http": { "method": "GET", "url": "https://api.extremecloudiq.com/certificate-bundles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get an existing Certificate Bundle configuration by ID." }, { "info": { "name": "Update Certificate Bundle", "type": "http" }, "http": { "method": "PUT", "url": "https://api.extremecloudiq.com/certificate-bundles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update Certificate Bundle configuration by ID." }, { "info": { "name": "Delete the Certificate Bundle", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.extremecloudiq.com/certificate-bundles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an existing Certificate Bundle configuration by ID." } ] } ], "bundled": true }