Job
Package : spaceone.api.cost_saving.v1
Job
Job Methods:
NO | Method | Request Type | Response Type | Description |
1 | ||||
2 |
list
GET /cost-saving/v1/jobs
POST /cost-saving/v1/jobs/search
stat
POST /cost-saving/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 | project_id | string | |
8 | domain_id | string | |
9 | created_at | ||
10 | updated_at | ||
11 | finished_at |
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 | project_id | string | ❌ | |
5 | domain_id | string | ✅ |
Last updated