julien-vaz opened a new pull request, #10506:
URL: https://github.com/apache/cloudstack/pull/10506

   ### Description
   
   In the current version, the `quotaStatement` API is returning the internal 
ID for account and domain, which is not useful for users, since all APIs 
use/return the UUID. Also, when the `usage_type` parameter is informed, the API 
shows dummy records.
   
   To address those problems:
   - the API was modified so it returns the resources' UUID;
   - the dummy records bug was fixed;
   - a new parameter `showresources` was added to display more information to 
the user about each usage type;
   - a new `quotaStatementDetails` API was created to list more details about 
each usage type;
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [x] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   - [ ] build/CI
   - [ ] test (unit or integration test code)
   
   ### Feature/Enhancement Scale or Bug Severity
   
   #### Feature/Enhancement Scale
   
   - [x] Major
   - [ ] Minor
   
   ### How Has This Been Tested?
   
   On CloudMonkey the `quotaStatement` API was called and:
   - the resources' UUID was returned instead of the internal ID;
   - when specified a `usage_type` no dummy records were showed;
   - the `showresources` parameter is properly working;
   
   The `quotaStatementDetails` API was called successfully as well.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to