Retrieve Storage Capacity
post
                    /dhcs/management/api/v1/metrics/storageCapacity
This api retrieves the storage metrics for the cassandra nodes in a cassandra cluster. This response can be aggregated or absolute depending on the number of nodes in the cassandra cluster.
                Request
Supported Media Types
                - application/json
 
Storage Capacity request
                
                
                
                Root Schema : StorageCapacityRequest
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            cluster: 
            string
            Cluster for which a storage capacity is requested
 
Security
                - 
                        Authorization: apiKey
                        
                        Type:
apiKeyDescription:Authorization Header value format: 'Bearer [authId]' 
Response
Supported Media Types
                - application/json
 
202 Response
Task Created
                
                
                    Root Schema : TaskResponse
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            callbackUrl: 
            string
            Callback URL to poll for task status
 - 
            taskID: 
            string
            Unique task ID
 - 
            timestamp: 
            string
            Task creation timestamp
 
400 Response
Bad Request
                
                
                403 Response
Forbidden
                
                
                500 Response
Internal Server error