Skip to content

Commit

Permalink
[src] add new aggregationPeriod param to aws group detailed costs rou…
Browse files Browse the repository at this point in the history
…te (#675)
  • Loading branch information
IdanShohamNetApp authored Nov 27, 2024
1 parent 6c69b32 commit 22a489e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
get:
summary: "Detailed Cost"
description:
Get detailed financial information on a specific Elastigroup
Get detailed financial information on a specific Elastigroup, for all lifecycles.
operationId: "elastigroupAwsDetailedCosts"
tags:
- "Elastigroup AWS"
Expand All @@ -23,6 +23,14 @@ get:
schema:
type: "string"
required: true
- in: "query"
name: "aggregationPeriod"
example: "daily"
description: >
Optional. The time period over which data is aggregated. Can only be "daily". For example, the figures in each data set are per day
schema:
type: "string"
required: false
- in: "query"
name: "accountId"
example: "act-123abc"
Expand Down
2 changes: 1 addition & 1 deletion api/services/elastigroup/aws/paths/elastigroup-costs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
get:
summary: "Get Costs per Elastigroup"
description:
Get financial information on a specific Elastigroup
Get financial information on a specific Elastigroup, return only Spot costs.
operationId: "awsCostsPerElastigroup"
tags:
- "Elastigroup AWS"
Expand Down

0 comments on commit 22a489e

Please sign in to comment.