Job Task
Package : spaceone.api.cost_analysis.v1
JobTask
JobTask Methods:
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
SCOPE_NONE
PENDING
IN_PROGRESS
SUCCESS
FAILURE
TIMEOUT
CANCELED
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
job_task_id
string
✘
status
SCOPE_NONE
PENDING
IN_PROGRESS
SUCCESS
FAILURE
TIMEOUT
CANCELED
✘
job_id
string
✘
data_source_id
string
✘
domain_id
string
✔
JobTaskStatQuery
Field
Type
Required
Description
domain_id
string
✔
JobTasksInfo
Field
Type
Description
Last updated