Job Task
Package : spaceone.api.power_scheduler.v1
JobTask
JobTask Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 |
list
GET /power-scheduler/v1/job-tasks
POST /power-scheduler/v1/job-tasks/search
Type | Message |
Request | |
Response |
stat
POST /power-scheduler/v1/job-tasks/stat
Type | Message |
Request | |
Response |
Message
JobTaskInfo
No | Field | Type | Description |
1 | job_task_id | string | |
2 | status |
| |
3 | success_count | ||
4 | failure_count | ||
5 | total_count | ||
6 | errors | ||
7 | job_id | string | |
8 | control_action |
| |
9 | schedule_id | string | |
10 | resource_group_id | string | |
11 | priority | ||
12 | project_id | string | |
13 | domain_id | string | |
14 | created_at | ||
15 | started_at | ||
16 | finished_at |
JobTaskQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | job_task_id | string | ❌ | |
3 | status |
| ❌ | |
4 | job_id | string | ❌ | |
5 | control_action |
| ❌ | |
6 | schedule_id | string | ❌ | |
7 | resource_group_id | string | ❌ | |
8 | project_id | string | ❌ | |
9 | domain_id | string | ✅ |
JobTaskStatQuery
No | Field | Type | Required | Description |
1 | query | ✅ | ||
2 | domain_id | string | ✅ |
JobTasksInfo
No | Field | Type | Description |
1 | results | ||
2 | total_count |
Last updated