VMware Cloud Director API - POST-GetVmHistoricUsageAllMetrics
POST /vApp/{id}/metrics/historic
- Operation:
 - POST /vApp/{id}/metrics/historic
 - Description:
 - Gets the historic usage for VM metrics according to the provided spec object. 
The spec object can contain a collection of wildcard-style metric name patterns to fine-tune the list of returned metrics, as well as a start and end time (either relative or absolute) to refine the set of sample points to a specific date range.
 - Since:
 - Input parameters
 - 
                    controls which metrics to retrieve
- Consume media type(s):
 - application/vnd.vmware.vcloud.metrics.historicUsageSpec+xml
application/vnd.vmware.vcloud.metrics.historicUsageSpec+json - Input type:
 - HistoricUsageSpecType
 
 - Output parameters
 - 
                    a {@link HistoricUsageType} instance of metrics for the specified VM
- Produce media type(s):
 - application/vnd.vmware.vcloud.metrics.historicUsage+xml
application/vnd.vmware.vcloud.metrics.historicUsage+json - Output type:
 - HistoricUsageType
 
 - Examples
 -