Job Task
Package : spaceone.api.cost_analysis.v1
JobTask
JobTask Methods:
Method | Request | Response |
---|---|---|
get
GET /cost-analysis/v1/job-task/{job_task_id}
Type | Message |
---|---|
Request | |
Response |
list
GET /cost-analysis/v1/job-tasks
POST /cost-analysis/v1/job-tasks/search
Type | Message |
---|---|
Request | |
Response |
stat
POST /cost-analysis/v1/job-tasks/stat
Type | Message |
---|---|
Request | |
Response |
Message
GetJobTaskRequest
Field | Type | Required | Description |
---|---|---|---|
job_task_id | string | ✔ | |
domain_id | string | ✔ | |
only | list of string | ✘ |
JobTaskInfo
Field | Type | Description |
---|---|---|
job_task_id | string | |
status |
| |
options | ||
created_count | ||
error_code | string | |
error_message | string | |
job_id | string | |
data_source_id | string | |
domain_id | string | |
created_at | string | |
started_at | string | |
updated_at | string | |
finished_at | string |
JobTaskQuery
Field | Type | Required | Description |
---|---|---|---|
query | ✘ | ||
job_task_id | string | ✘ | |
status |
| ✘ | |
job_id | string | ✘ | |
data_source_id | string | ✘ | |
domain_id | string | ✔ |
JobTaskStatQuery
Field | Type | Required | Description |
---|---|---|---|
query | ✔ | ||
domain_id | string | ✔ |
JobTasksInfo
Field | Type | Description |
---|---|---|
results | ||
total_count |
Last updated