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 | errors | ||
6 | job_id | string | |
7 | secret_id | string | |
8 | provider | string | |
9 | service_account_id | string | |
10 | project_id | string | |
11 | domain_id | string | |
12 | created_at | ||
13 | started_at | ||
14 | finished_at |
JobTaskQuery
No | Field | Type | Required | Description |
1 | query | ❌ | ||
2 | job_task_id | string | ❌ | |
3 | status |
| ❌ | |
4 | job_id | string | ❌ | |
5 | secret_id | string | ❌ | |
6 | provider | string | ❌ | |
7 | service_account_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