History
A History is a record of data collection based on a Schedule.
Package : spaceone.api.statistics.v1
History
History Methods:
Method | Request | Response |
---|---|---|
create
POST /statistics/v1/history
Type | Message |
---|---|
Request | |
Response |
list
GET /statistics/v1/history
POST /statistics/v1/history/query
Gets a list of all Histories. You can use a query to get a filtered list of Histories.
Type | Message |
---|---|
Request | |
Response |
stat
POST /statistics/v1/history/stat
Type | Message |
---|---|
Request | |
Response |
Message
CreateHistoryRequest
Field | Type | Required | Description |
---|---|---|---|
schedule_id | string | ✔ | |
domain_id | string | ✔ |
HistoryInfo
Field | Type | Description |
---|---|---|
results | ||
total_count |
HistoryStatRequest
Field | Type | Required | Description |
---|---|---|---|
query | ✔ | ||
topic | string | ✘ | |
domain_id | string | ✔ |
HistoryValueInfo
Field | Type | Description |
---|---|---|
topic | string | |
values | ||
domain_id | string | |
created_at | string |
QueryHistoryRequest
Field | Type | Required | Description |
---|---|---|---|
query | ✘ | ||
topic | string | ✘ | |
domain_id | string | ✔ |
Last updated