Refresh Licenses V2 Using GET
This API is used to get all licenses through myvmware account.
Request
            
                URI
                    
                                GET                            
                            https://{api_host}/lcm/locker/api/v2/licenses/refresh
                            COPY
                    Responses
                        
                200            
            
        OK
                Returns 
                
                                    
                        LicenseValidateResponseDTO                    
                
                of type(s)
                
                    application/json                
            
        
        {
    "action": "VALIDATE_AND_ADD_LICENSE",
    "message": "Validate and Add request queued for license license1",
    "requestId": "071d88e6-6ef3-4ff3-abd9-21420ff4cca4",
    "transactionId": "string",
    "vmid": "6c9fca27-678d-4e79-9a0f-5f690735e67c"
}
            
            
                                    string
                
                
            
        
        
                action            
                            Optional
            
            
        Action
            
            
                                    string
                
                
            
        
        
                message            
                            Optional
            
            
        Message
            
            
                                    string
                
                
            
        
        
                requestId            
                            Optional
            
            
        Request ID
            
            
                                    string
                
                
            
        
        
                transactionId            
                            Optional
            
            
        transactionId
            
            
                                    string
                
                
            
        
        
                vmid            
                            Optional
            
            
        vmid
                401            
            
        Unauthorized
Operation doesn't return any data structure
            
            
                    
                403            
            
        Forbidden
Operation doesn't return any data structure
            
            
                    
                404            
            
        Not Found
Operation doesn't return any data structure
            
            
                    
                500            
            
        Internal Server Error
                Returns 
                
                                    
                        GenericErrorResponseDTO                    
                
                of type(s)
                
                    application/json                
            
        
        {
    "errorCode": "LCM_EXAMPLE_API_ERROR0000",
    "errorLabel": "Example Error!",
    "message": "Something went wrong!",
    "recommendations": []
}
            
            
                                    string
                
                
            
        
        
                errorCode            
                            Optional
            
            
        errorCode
            
            
                                    string
                
                
            
        
        
                errorLabel            
                            Optional
            
            
        errorLabel
            
            
                                    string
                
                
            
        
        
                message            
                            Optional
            
            
        message
                            
                                    array of 
                
            
            
                                    string
                
                
            
        
        
                recommendations            
                            Optional
            
            
        recommendations
