{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Hybrid Clusters API", "version": "1.0.0" }, "items": [ { "info": { "name": "Hybrid Clusters", "type": "folder" }, "items": [ { "info": { "name": "List Hybrid Clusters", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/hybrid/clusters", "params": [ { "name": "orgId", "value": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE", "type": "query", "description": "List hybrid clusters in this organization. If an organization is not specified, the organization of the caller will be used." } ] }, "docs": "List hybrid clusters for an organization. If no `orgId` is specified, the default is the organization of the authenticated user.\n\nOnly an admin auth token with the `spark-admin:hybrid_clusters_read` scope can list clusters." }, { "info": { "name": "Get Hybrid Cluster Details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/hybrid/clusters/:hybridClusterId", "params": [ { "name": "hybridClusterId", "value": "Y2lZY76123abbb", "type": "path", "description": "The ID of the cluster." }, { "name": "orgId", "value": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE", "type": "query", "description": "\nFind the cluster in this specific organization.\nIf this is not specified, the organization of the caller\nwill be used.\n" } ] }, "docs": "Shows details for a hybrid cluster, by ID.\n\nOnly an admin auth token with the `spark-admin:hybrid_clusters_read` scope can see cluster details." } ] } ], "bundled": true }