{ "opencollection": "1.0.0", "info": { "name": "ScyllaDB Cloud Account Cluster API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Cluster", "type": "folder" }, "items": [ { "info": { "name": "Get the list of all clusters belonging to given account", "type": "http" }, "http": { "method": "GET", "url": "/account/:accountId/clusters", "headers": [ { "name": "traceparent", "value": "" } ], "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Account ID" }, { "name": "enriched", "value": "", "type": "query", "description": "Enrich cluster with additional data (provider, region, instance)" }, { "name": "metrics", "value": "NODES_UP,STORAGE_FREE,STORAGE_USED", "type": "query", "description": "Get cluster with metrics data - list of comma separated metrics to fetch" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns list of all clusters belonging to given account." }, { "info": { "name": "Delete cluster (async)", "type": "http" }, "http": { "method": "POST", "url": "/account/:accountId/cluster/:clusterId/delete", "headers": [ { "name": "traceparent", "value": "" } ], "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Account ID" }, { "name": "clusterId", "value": "", "type": "path", "description": "Cluster ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete cluster (async)" }, { "info": { "name": "Resize cluster (async)", "type": "http" }, "http": { "method": "POST", "url": "/account/:accountId/cluster/:clusterId/resize", "headers": [ { "name": "traceparent", "value": "" } ], "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Account ID" }, { "name": "clusterId", "value": "", "type": "path", "description": "Cluster ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "create cluster resize request (async)" }, { "info": { "name": "Update datacenter scaling policy", "type": "http" }, "http": { "method": "PUT", "url": "/account/:accountId/cluster/:clusterId/dc/:dcId/scaling", "headers": [ { "name": "traceparent", "value": "" } ], "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Account ID" }, { "name": "clusterId", "value": "", "type": "path", "description": "Cluster ID" }, { "name": "dcId", "value": "", "type": "path", "description": "ID of the datacenter" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Updates the scaling policy configuration for a specific datacenter including instance types, families, and scaling policies" }, { "info": { "name": "Create cluster-create request (async)", "type": "http" }, "http": { "method": "POST", "url": "/account/:accountId/cluster", "headers": [ { "name": "traceparent", "value": "" } ], "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Account ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a cluster-create request (async)." }, { "info": { "name": "Get cluster details", "type": "http" }, "http": { "method": "GET", "url": "/account/:accountId/cluster/:clusterId", "headers": [ { "name": "traceparent", "value": "" } ], "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Account ID" }, { "name": "clusterId", "value": "", "type": "path", "description": "Cluster ID" }, { "name": "enriched", "value": "", "type": "query", "description": "Enrich cluster with additional data" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get full details of a specific cluster." }, { "info": { "name": "Get cluster nodes", "type": "http" }, "http": { "method": "GET", "url": "/account/:accountId/cluster/:clusterId/nodes", "headers": [ { "name": "traceparent", "value": "" } ], "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Account ID" }, { "name": "clusterId", "value": "", "type": "path", "description": "Cluster ID" }, { "name": "enriched", "value": "", "type": "query", "description": "Enrich nodes with additional data" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get the list of cluster nodes." }, { "info": { "name": "Get cluster data centers", "type": "http" }, "http": { "method": "GET", "url": "/account/:accountId/cluster/:clusterId/dcs", "headers": [ { "name": "traceparent", "value": "" } ], "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Account ID" }, { "name": "clusterId", "value": "", "type": "path", "description": "Cluster ID" }, { "name": "enriched", "value": "", "type": "query", "description": "Enrich DCs with additional data" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get the list of data centers used by a cluster." }, { "info": { "name": "Update cluster name (async).", "type": "http" }, "http": { "method": "PATCH", "url": "/account/:accountId/cluster/:clusterId/name", "headers": [ { "name": "traceparent", "value": "" } ], "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Account ID" }, { "name": "clusterId", "value": "", "type": "path", "description": "Cluster ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update cluster name." }, { "info": { "name": "Set cluster notification emails", "type": "http" }, "http": { "method": "POST", "url": "/account/:accountId/cluster/:clusterId/notifications/email", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Account ID" }, { "name": "clusterId", "value": "", "type": "path", "description": "Cluster ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Set the contact email address(es) used for cluster notifications" } ] } ], "bundled": true }