Get Quotas For Group
Get the effective quotas applicable for the given group.
Request
            
                URI
                    
                                GET                            
                            https://{api_host}/cloudapi/1.0.0/groups/{groupUrn}/quotas
                            COPY
                    Path Parameters
                                    
            
            
                                    string
                
                
            
        
        
                groupUrn            
                            Required
                    groupUrn
            
            
                                    string
                
                
            
        
        
                groupUrn            
                            Required
                    groupUrn
Responses
                        
                200            
            
        OK
                Returns 
                
                                    
                        Quotas                    
                
                of type(s)
                
                    application/json;version=36.2                
            
        
        {
    "quotaPools": [
        {
            "enforcingQuotaPolicy": {
                "inheritedFrom": {
                    "name": "string",
                    "id": "string"
                }
            },
            "quotaPoolDefinition": {
                "quotaResourceName": "Running VMs quota is the user friendly name for resource type VM with qualifiers deployed == true. Consumed Memory quota is the user fiendly name for resource type memory.",
                "resourceType": "string",
                "quotaResourceUnit": "memory unit - MB, cpu unit - MHz, storage unit - MB",
                "quota": 0,
                "qualifiers": [
                    "string"
                ]
            },
            "quotaConsumed": 0
        }
    ]
}Availability
                    Added in 35.0
        
        
        
            Entity Quotas Operations
        
                                            
                            
                                    PUT                                
                                
                                        Assign Quotas To Group                                    
                                
                                    PUT                                
                                
                                        Assign Quotas To Org                                    
                                
                                    PUT                                
                                
                                        Assign Quotas To User                                    
                                
                                    GET                                
                                
                                        Get Quotas For Group                                    
                                
                                    GET                                
                                
                                        Get Quotas For Org                                    
                                
                                    GET                                
                                
                                        Get Quotas For User                                    
                                
                                    GET                                
                                
                                        Get Quotas For V App                                    
                                