CostInputApiDTO
Description
Model to describe the request for Cost Statistics by a Time range
Optional Parameters
- tagFilters
-
-
type: array
-
description: List of Tag Filters. NOTE: Required non-empty when used with costGroupBys set to "TAG"
-
-
reference: TagApiDTO
-
-
- costGroupBys
-
-
type: array
-
description: List of values to group the results by. NOTE: When used non-empty tagFilters required
-
-
type: string
-
enum: ['TAG', 'TAG_GROUP', 'TAG_VAL', 'ENTITY', 'ENTITY_TYPE', 'ACCOUNT', 'REGION', 'CLOUD_SERVICE', 'SERVICE_PROVIDER', 'CLOUD_TIER_PROVIDER', 'COST_CATEGORY', 'PRICE_MODEL']
-
-
- startDate
-
-
type: string
-
description: Start time of the period to filter. If startDate and endDate not provided current stats will be processed
-
- endDate
-
-
type: string
-
description: End time of the period to filter. If startDate and endDate not provided current stats will be processed
-