Statistic
Package : spaceone.api.cost_saving.v1
Statistic
Statistic Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 |
list
GET /cost-saving/v1/statistics
POST /cost-saving/v1/statistics/search
Type | Message |
Request | |
Response |
stat
POST /cost-saving/v1/statistics/stat
Type | Message |
Request | |
Response |
Message
StatisticInfo
No | Field | Type | Description |
1 | cost_saving_stat_id | string | |
2 | domain_id | string | |
3 | project_id | string | |
4 | saving_by | string | |
5 | environment | string | |
6 | provider | string | |
7 | region | string | |
8 | resource_type | string | |
9 | cost | float | |
10 | created_at | ||
11 | update_at | ||
12 | expired_at |
StatisticQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | domain_id | string | ✅ | |
3 | project_id | string | ✅ | |
4 | start_hour | string | ❌ | |
5 | end_hour | string | ❌ | |
6 | aggregation | ❌ |
StatisticStatQuery
No | Field | Type | Required | Description |
1 | query | ✅ | ||
2 | domain_id | string | ✅ |
StatisticsInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
Last updated