Job

Package : spaceone.api.cost_analysis.v1

Job

Job Methods:

cancel

POST /cost-analysis/v1/job/{job_id}/cancel

TypeMessage

Request

Response

get

GET /cost-analysis/v1/job/{job_id}

TypeMessage

Request

Response

list

GET /cost-analysis/v1/jobs

POST /cost-analysis/v1/jobs/search

TypeMessage

Request

Response

stat

POST /cost-analysis/v1/jobs/stat

TypeMessage

Request

Response

Message

ChangedInfo

FieldTypeDescription

start

string

end

string

GetJobRequest

FieldTypeRequiredDescription

job_id

string

domain_id

string

only

list of string

JobInfo

FieldTypeDescription

job_id

string

status

  • SCOPE_NONE

  • IN_PROGRESS

  • SUCCESS

  • FAILURE

  • TIMEOUT

  • CANCELED

options

error_code

string

error_message

string

total_tasks

remained_tasks

data_source_id

string

domain_id

string

created_at

string

updated_at

string

finished_at

string

changed

JobQuery

FieldTypeRequiredDescription

query

job_id

string

status

  • SCOPE_NONE

  • IN_PROGRESS

  • SUCCESS

  • FAILURE

  • TIMEOUT

  • CANCELED

data_source_id

string

domain_id

string

JobRequest

FieldTypeRequiredDescription

job_id

string

domain_id

string

JobStatQuery

FieldTypeRequiredDescription

query

domain_id

string

JobsInfo

FieldTypeDescription

results

total_count

Last updated