f849f668a9
This is the result of running the following commands: git rm -rf api-ref/ git mv placement-api-ref api-ref Change-Id: Iffabaa757187879773ee3e7ffaa438ab95670dea
43 lines
1.1 KiB
PHP
43 lines
1.1 KiB
PHP
========================
|
|
Resource provider usages
|
|
========================
|
|
|
|
Show the consumption of resources for a resource provider
|
|
in an aggregated form, i.e. without information for a particular consumer.
|
|
See `Resource provider allocations`_.
|
|
|
|
List resource provider usages
|
|
=============================
|
|
|
|
Return a report of usage information for resources associated with
|
|
the resource provider identified by `{uuid}`. The value is a dictionary
|
|
of resource classes paired with the sum of the allocations of that
|
|
resource class for this resource provider.
|
|
|
|
.. rest_method:: GET /resource_providers/{uuid}/usages
|
|
|
|
Normal Response Codes: 200
|
|
|
|
Error response codes: itemNotFound(404)
|
|
|
|
Request
|
|
-------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- uuid: resource_provider_uuid_path
|
|
|
|
Response
|
|
--------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- resource_provider_generation: resource_provider_generation
|
|
- usages: resource_provider_usages
|
|
|
|
Response Example
|
|
----------------
|
|
|
|
.. literalinclude:: ./samples/resource_provider_usages/get-resource_provider_usages.json
|
|
:language: javascript
|