History

A History is a record of data collection based on a Schedule.

Package : spaceone.api.statistics.v1

History

History Methods:

create

POST /statistics/v1/history

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
{
    "query": {},
    "domain_id": "domain-58010aa2e451"
}

stat

POST /statistics/v1/history/stat

Message

CreateHistoryRequest

Field
Type
Required
Description

schedule_id

string

domain_id

string

HistoryInfo

Field
Type
Description

HistoryStatRequest

Field
Type
Required
Description

topic

string

domain_id

string

HistoryValueInfo

Field
Type
Description

topic

string

domain_id

string

created_at

string

QueryHistoryRequest

Field
Type
Required
Description

topic

string

domain_id

string

Last updated