Job Task

Package : spaceone.api.cost_analysis.v1

JobTask

JobTask Methods:

get

GET /cost-analysis/v1/job-task/{job_task_id}

TypeMessage

Request

Response

list

GET /cost-analysis/v1/job-tasks

POST /cost-analysis/v1/job-tasks/search

TypeMessage

Request

Response

stat

POST /cost-analysis/v1/job-tasks/stat

TypeMessage

Request

Response

Message

GetJobTaskRequest

FieldTypeRequiredDescription

job_task_id

string

domain_id

string

only

list of string

JobTaskInfo

FieldTypeDescription

job_task_id

string

status

  • SCOPE_NONE

  • PENDING

  • IN_PROGRESS

  • SUCCESS

  • FAILURE

  • TIMEOUT

  • CANCELED

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

FieldTypeRequiredDescription

query

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

FieldTypeRequiredDescription

query

domain_id

string

JobTasksInfo

FieldTypeDescription

results

total_count

Last updated