Schedule
Package : spaceone.api.statistics.v1
Schedule
Schedule Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 | ||||
5 | ||||
6 | ||||
7 | ||||
8 |
add
POST /statistics/v1/schedules
Type | Message |
Request | |
Response |
update
PUT /statistics/v1/schedule/{schedule_id}
Type | Message |
Request | |
Response |
enable
PUT /statistics/v1/schedule/{schedule_id}/enable
Type | Message |
Request | |
Response |
disable
PUT /statistics/v1/schedule/{schedule_id}/disable
Type | Message |
Request | |
Response |
delete
DELETE /statistics/v1/schedule/{schedule_id}
Type | Message |
Request | |
Response |
get
GET /statistics/v1/schedule/{schedule_id}
Type | Message |
Request | |
Response |
list
GET /statistics/v1/schedules
POST /statistics/v1/schedules/search
Type | Message |
Request | |
Response |
stat
POST /statistics/v1/schedules/stat
Type | Message |
Request | |
Response |
Message
AddScheduleRequest
No | Field | Type | Required | Description |
1 | topic | string | ✅ | |
2 | options | ✅ | ||
3 | schedule | ✅ | ||
4 | tags | ❌ | ||
5 | domain_id | string | ✅ |
GetScheduleRequest
No | Field | Type | Required | Description |
1 | schedule_id | string | ✅ | |
2 | domain_id | string | ✅ | |
3 | only | list of string | ❌ |
QueryOption
No | Field | Type | Required | Description |
1 | data_source_id | string | ❌ | |
2 | resource_type | string | ✅ | |
3 | query | ✅ | ||
4 | join | ❌ | ||
5 | formulas | ❌ |
ScheduleFormula
No | Field | Type | Required | Description |
1 | name | string | ❌ | |
2 | formula | string | ✅ | |
3 | operator | string | ❌ |
ScheduleInfo
No | Field | Type | Description |
1 | schedule_id | string | |
2 | topic | string | |
3 | state |
| |
4 | options | ||
5 | schedule | ||
6 | tags | ||
7 | domain_id | string | |
8 | created_at | ||
9 | last_scheduled_at |
ScheduleJoinQuery
No | Field | Type | Required | Description |
1 | keys | list of string | ❌ | |
2 | type |
| ❌ | |
3 | data_source_id | string | ❌ | |
4 | resource_type | string | ✅ | |
5 | query | ✅ |
ScheduleQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | schedule_id | string | ❌ | |
3 | topic | string | ❌ | |
4 | state | string | ❌ | |
5 | data_source_id | string | ❌ | |
6 | resource_type | string | ❌ | |
7 | domain_id | string | ✅ |
ScheduleRequest
No | Field | Type | Required | Description |
1 | schedule_id | string | ✅ | |
2 | domain_id | string | ✅ |
ScheduleStatQuery
No | Field | Type | Required | Description |
1 | query | ✅ | ||
2 | domain_id | string | ✅ |
Scheduled
No | Field | Type | Description |
1 | cron | string | |
2 | interval | ||
3 | minutes | ||
4 | hours |
SchedulesInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
UpdateScheduleRequest
No | Field | Type | Required | Description |
1 | schedule_id | string | ✅ | |
2 | schedule | ❌ | ||
3 | tags | ❌ | ||
4 | domain_id | string | ✅ |
Last updated