Schedule
Package : spaceone.api.report.v1
Schedule
Schedule Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 | ||||
5 | ||||
6 | ||||
7 |
get
GET /report/v1/schedule/{schedule_id}
Type | Message |
Request | |
Response |
list
GET /report/v1/schedules
POST /report/v1/schedules/search
Type | Message |
Request | |
Response |
add
POST /report/v1/schedule
Type | Message |
Request | |
Response |
delete
DELETE /report/v1/schedule/{schedule_id}
Type | Message |
Request | |
Response |
enable
PUT /report/v1/schedule/{schedule_id}/enable
Type | Message |
Request | |
Response |
disable
PUT /report/v1/schedule/{schedule_id}/disable
Type | Message |
Request | |
Response |
stat
POST /report/v1/schedules/stat
Type | Message |
Request | |
Response |
Message
AddScheduleRequest
No | Field | Type | Required | Description |
1 | domain_id | string | ✅ | |
2 | name | string | ✅ | |
3 | template_id | string | ✅ | |
4 | storage_id | string | ✅ | |
5 | schedule | ✅ | ||
6 | template_options | ❌ |
DeleteScheduleRequest
No | Field | Type | Required | Description |
1 | domain_id | string | ✅ | |
2 | schedule_id | string | ✅ |
DisableScheduleRequest
No | Field | Type | Required | Description |
1 | domain_id | string | ✅ | |
2 | schedule_id | string | ✅ |
EnableScheduleRequest
No | Field | Type | Required | Description |
1 | domain_id | string | ✅ | |
2 | schedule_id | string | ✅ |
GetScheduleRequest
No | Field | Type | Required | Description |
1 | domain_id | string | ✅ | |
2 | schedule_id | string | ✅ | |
3 | only | string | ❌ |
ScheduleInfo
No | Field | Type | Description |
1 | domain_id | string | |
2 | schedule_id | string | |
3 | name | string | |
4 | template_id | string | |
5 | template_options | ||
6 | storage_id | string | |
7 | state |
| |
8 | schedule | ||
9 | created_at | ||
10 | last_schedule_at |
ScheduleQuery
No | Field | Type | Required | Description |
1 | domain_id | string | ✅ | |
2 | query | ❌ | ||
3 | schedule_id | string | ❌ | |
4 | name | string | ❌ | |
5 | template_id | string | ❌ | |
6 | storage_id | string | ❌ | |
7 | created_at | ❌ | ||
8 | state |
| ❌ |
ScheduleStatQuery
No | Field | Type | Required | Description |
1 | query | ✅ | ||
2 | domain_id | string | ✅ |
SchedulesInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
Last updated