Job
Package : spaceone.api.power_scheduler.v1
Job
Job Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 |
list
GET /power-scheduler/v1/jobs
POST /power-scheduler/v1/jobs/search
stat
POST /power-scheduler/v1/jobs/stat
Type | Message |
Request | |
Response |
Message
ErrorInfo
No | Field | Type | Description |
1 | error_code | string | |
2 | message | string | |
3 | additional |
JobInfo
No | Field | Type | Description |
1 | job_id | string | |
2 | status |
| |
3 | filter | ||
4 | total_tasks | ||
5 | remained_tasks | ||
6 | errors | ||
7 | schedule_info | ||
8 | control_action |
| |
9 | project_id | string | |
10 | domain_id | string | |
11 | job_type |
| |
12 | created_at | string | |
13 | updated_at | string | |
14 | finished_at | string |
JobStatQuery
No | Field | Type | Required | Description |
1 | query | ✅ | ||
2 | domain_id | string | ✅ |
JobsInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
JobsQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | job_id | string | ❌ | |
3 | status |
| ❌ | |
4 | schedule_id | string | ❌ | |
5 | control_action |
| ❌ | |
6 | project_id | string | ❌ | |
7 | domain_id | string | ✅ | |
8 | job_type |
| ❌ |
Last updated