osc placement usage list
Return a report of usage information for resources associated with the project identified by project_id and user identified by user_id. The value is a dictionary of resource classes paired with the sum of the allocations of that resource class for provided parameters.
Normal Response Codes: 200
Error response codes: badRequest(400)
Usage: osc placement usage list [OPTIONS] <--project-name <PROJECT_NAME>|--project-id <PROJECT_ID>|--current-project>
Options:
--consumer-type <CONSUMER_TYPE>
— A string that consists of numbers, A-Z, and _ describing the consumer type by which to filter usage results. For example, to retrieve only usage information for ‘INSTANCE’ type consumers a parameter of consumer_type=INSTANCE should be provided. The all query parameter may be specified to group all results under one key, all. The unknown query parameter may be specified to group all results under one key, unknown--project-name <PROJECT_NAME>
— Project Name--project-id <PROJECT_ID>
— Project ID--current-project
— Current project--user-name <USER_NAME>
— User Name--user-id <USER_ID>
— User ID--current-user
— Current authenticated user