Resource
Package : spaceone.api.statistics.v1
Resource
Resource Methods:
NO | Method | Request Type | Response Type | Description |
1 |
stat
POST /statistics/v1/resources/stat
Type | Message |
Request | |
Response |
Message
ResourceStatRequest
No | Field | Type | Required | Description |
1 | aggregate | ✅ | ||
2 | page | ❌ | ||
3 | domain_id | string | ✅ |
StatAggregate
No | Field | Type | Description |
1 | query | ||
2 | join | ||
3 | concat | ||
4 | sort | ||
5 | formula | ||
6 | fill_na |
StatAggregateConcat
No | Field | Type | Required | Description |
1 | resource_type | string | ✅ | |
2 | query | ✅ | ||
3 | extend_data | ❌ |
StatAggregateFillNA
No | Field | Type | Required | Description |
1 | data | ✅ |
StatAggregateFormula
No | Field | Type | Description |
1 | eval | string | |
2 | query | string |
StatAggregateJoin
No | Field | Type | Required | Description |
1 | resource_type | string | ✅ | |
2 | query | ✅ | ||
3 | extend_data | ❌ | ||
4 | type |
| ❌ | |
5 | keys | list of string | ❌ |
StatAggregateQuery
No | Field | Type | Required | Description |
1 | resource_type | string | ✅ | |
2 | query | ✅ | ||
3 | extend_data | ❌ |
StatAggregateSort
No | Field | Type | Required | Description |
1 | key | string | ✅ | |
2 | desc | bool | ❌ |
StatPage
Last updated