History
Package : spaceone.api.statistics.v1
History
History Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 |
create
POST /statistics/v1/history
Type | Message |
Request | |
Response |
list
GET /statistics/v1/history
POST /statistics/v1/history/query
Type | Message |
Request | |
Response |
stat
POST /statistics/v1/history/stat
Type | Message |
Request | |
Response |
diff
POST /statistics/v1/history/diff
Type | Message |
Request | |
Response |
Message
CreateHistoryRequest
No | Field | Type | Required | Description |
1 | schedule_id | string | ✅ | |
2 | domain_id | string | ✅ |
DiffHistoryRequest
No | Field | Type | Required | Description |
1 | topic | string | ✅ | |
2 | filter | spaceone.api.core.v1.Filter | ❌ | |
3 | filter_or | spaceone.api.core.v1.Filter | ❌ | |
4 | from | string | ✅ | |
5 | to | string | ❌ | |
6 | default_fields | string | ✅ | |
7 | diff_fields | string | ✅ | |
8 | domain_id | string | ✅ |
HistoryInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
HistoryStatRequest
No | Field | Type | Required | Description |
1 | query | ✅ | ||
2 | topic | string | ✅ | |
3 | domain_id | string | ✅ |
HistoryValueInfo
No | Field | Type | Description |
1 | topic | string | |
2 | values | ||
3 | domain_id | string | |
4 | created_at |
QueryHistoryRequest
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | topic | string | ✅ | |
3 | domain_id | string | ✅ |
Last updated