All REST Endpoints
Administration
Administer the cassandra cluster.
- Login
- Method: postPath:
/dhcs/management/api/v1/admin/login - Refresh Access Token
- Method: postPath:
/dhcs/management/api/v1/admin/refreshToken
Cluster Metrics
Retrieve metrics for the cassandra cluster.
- Retrieve CPU Usage
- Method: postPath:
/dhcs/management/api/v1/metrics/cpuUsage - Retrieve Memory Usage
- Method: postPath:
/dhcs/management/api/v1/metrics/memoryUsage - Retrieve Node Performance
- Method: postPath:
/dhcs/management/api/v1/metrics/retrieveNodePerformance - Retrieve Node Resource Utilization
- Method: postPath:
/dhcs/management/api/v1/metrics/retrieveNodeResourceUtilization - Retrieve Read Write Latency
- Method: postPath:
/dhcs/management/api/v1/metrics/readwriteLatency - Retrieve Service Cluster Metrics Summary
- Method: postPath:
/dhcs/management/api/v1/metrics/serviceClusterMetricsSummary - Retrieve Service Summary
- Method: postPath:
/dhcs/management/api/v1/metrics/serviceSummary - Retrieve Storage Capacity
- Method: postPath:
/dhcs/management/api/v1/metrics/storageCapacity
Status
Retrieve the status of a task.
- Check Task Status
- Method: getPath:
/dhcs/management/api/v1/status/{taskID}