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 | required | |
2 | domain_id | string | required |
DiffHistoryRequest
No | Field | Type | Required | Description |
1 | topic | string | required | |
2 | filter | spaceone.api.core.v1.Filter | optional | |
3 | filter_or | spaceone.api.core.v1.Filter | optional | |
4 | from | string | required | |
5 | to | string | optional | |
6 | default_fields | string | required | |
7 | diff_fields | string | required | |
8 | domain_id | string | required |
HistoryInfo
No | Field | Type | Required | Description |
1 | results | |||
2 | total_count |
HistoryStatRequest
No | Field | Type | Required | Description |
1 | query | required | ||
2 | topic | string | required | |
3 | domain_id | string | required |
HistoryValueInfo
No | Field | Type | Required | Description |
1 | topic | string | ||
2 | values | |||
3 | domain_id | string | ||
4 | created_at |
QueryHistoryRequest
No | Field | Type | Required | Description |
1 | query | optional | ||
2 | topic | string | required | |
3 | domain_id | string | required |
Last updated