All REST Endpoints

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