api:subscriptions:usage-metric-data
Retrieves aggregate usage metric data for a subscription.
For more help, see https://cloudapi-docs.acquia.com/ or https://dev.acquia.com/api-documentation/acquia-cloud-site-factory-api for acsf commands.
Usage
acli api:subscriptions:usage-metric-data [--filter FILTER] [--] <usageMetric> <subscriptionUuid>
acli api:subscriptions:usage-metric-data views 0f3ad33e-2fe4-11e9-b210-d663bd873d93
Arguments
- usageMetric- Required- A usage data metric type. 
- subscriptionUuid- Required- The subscription entity's universally unique identifier. 
Options
- --filter- Required- The filters query string parameter restricts the data returned from your request. Filtered queries restrict the rows that do (or do not) get included in the result by testing each row in the result against the filters. Not all fields are filterable. Filter parameters include: * `from` - Specifies absolute time period to retrieve results from. Requires ISO 8601 format. * `to` - Specifies absolute time period to retrieve results until. Requires ISO 8601 format. Formatting examples: * `2023-09-01` * `2023-09-01T00%3A00%3A00.000Z` (`2023-09-01T00:00:00.000Z`) Usage examples: * `{endpoint}?filter=from%3D2025-04-01,to%3D2025-04-30` (`from` is `2025-04-01` and `to` is `2025-04-30`) * `{endpoint}?filter=from%3D2025-04-01T00:00:00.000Z,to%3D2025-04-30T23:59:59.000Z` (`from` is `2025-04-01T00:00:00.000Z` and `to` is `2025-04-30T23:59:59.000Z`) 
- --help | -h- Optional- Display help for the given command. When no command is given display help for the `list` command - Defaults to - false
- --quiet | -q- Optional- Do not output any message - Defaults to - false
- --verbose | -v|-vv|-vvv- Optional- Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug - Defaults to - false
- --version | -V- Optional- Display this application version - Defaults to - false
- --ansi- Optional- Force (or disable --no-ansi) ANSI output 
- --no-ansi- Optional- Negate the "--ansi" option 
- --no-interaction | -n- Optional- Do not ask any interactive question - Defaults to - false