Get Usage Data Storage
Returns the number of megabytes of disk storage for archived usage data.
Request
            
                URI
                    
                                GET                            
                            https://{api_host}/usage-data-storage
                            COPY
                    Header Parameters
                                    
            
            
                                    string
                
                
            
        
        
                sessionid            
                            Required
                    The authentication token obtained from login API response
Responses
                        
                200            
            
        OK
                Returns 
                
                                    
                        UsageDataStorageResponse                    
                
                of type(s)
                
                    application/json                
            
        
        {
    "availableStorageMB": 53908
}
            
            
                                    integer As int32
                
                                    As int32
                
            
        
        
                availableStorageMB            
                            Optional
                    availableStorageMB
                401            
            
        
                Returns 
                
                                    
                        401Unauthorized_sessionID                    
                
                of type(s)
                
                    application/json                
            
        
        {
    "errCode": "GW_LOGIN_REQUIRED",
    "errMessage": "Your session not found or already expired. Please login"
}
            
            
                                    string
                
                
            
        
        
                errCode            
                            Optional
                    errCode
            
            
                                    string
                
                
            
        
        
                errMessage            
                            Optional
                    errMessage
