Schedule
Package : spaceone.api.power_scheduler.v1
Schedule
Schedule Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 | ||||
3 | ||||
4 | ||||
5 | ||||
6 |
create
POST /power-scheduler/v1/schedules
Type | Message |
Request | |
Response |
update
PUT /power-scheduler/v1/schedule/{schedule_id}
Type | Message |
Request | |
Response |
delete
DELETE /power-scheduler/v1/schedule/{schedule_id}
Type | Message |
Request | |
Response |
get
GET /power-scheduler/v1/schedule/{schedule_id}
Type | Message |
Request | |
Response |
list
GET /power-scheduler/v1/schedules
POST /power-scheduler/v1/schedules/search
Type | Message |
Request | |
Response |
stat
POST /power-scheduler/v1/schedules/stat
Type | Message |
Request | |
Response |
Message
CreateScheduleRequest
No | Field | Type | Required | Description |
1 | name | string | ✅ | |
2 | tags | ❌ | ||
3 | project_id | string | ✅ | |
4 | domain_id | string | ✅ |
GetScheduleRequest
No | Field | Type | Required | Description |
1 | schedule_id | string | ✅ | |
2 | domain_id | string | ✅ | |
3 | only | string | ❌ |
ResourceGroup
No | Field | Type | Description |
1 | resource_group_id | string | |
2 | priority |
ScheduleInfo
No | Field | Type | Description |
1 | schedule_id | string | |
2 | name | string | |
3 | state | string | |
4 | resource_groups | ||
5 | tags | ||
6 | project_id | string | |
7 | domain_id | string | |
8 | created_by | string | |
9 | created_at |
ScheduleQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | schedule_id | string | ❌ | |
3 | name | string | ❌ | |
4 | state | string | ✅ | |
5 | resource_group_id | string | ✅ | |
6 | project_id | 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 | ✅ |
SchedulesInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
UpdateScheduleRequest
No | Field | Type | Required | Description |
1 | schedule_id | string | ✅ | |
2 | tags | ❌ | ||
3 | domain_id | string | ✅ |
Last updated