Job

Package : spaceone.api.cost_analysis.v1

Job

Job Methods:

cancel

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

Type
Message

Request

Response

get

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

Type
Message

Response

list

GET /cost-analysis/v1/jobs

POST /cost-analysis/v1/jobs/search

Type
Message

Request

Response

stat

POST /cost-analysis/v1/jobs/stat

Type
Message

Message

ChangedInfo

Field
Type
Description

start

string

end

string

GetJobRequest

Field
Type
Required
Description

job_id

string

domain_id

string

only

list of string

JobInfo

Field
Type
Description

job_id

string

status

  • SCOPE_NONE

  • IN_PROGRESS

  • SUCCESS

  • FAILURE

  • TIMEOUT

  • CANCELED

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

JobQuery

Field
Type
Required
Description

job_id

string

status

  • SCOPE_NONE

  • IN_PROGRESS

  • SUCCESS

  • FAILURE

  • TIMEOUT

  • CANCELED

data_source_id

string

domain_id

string

JobRequest

Field
Type
Required
Description

job_id

string

domain_id

string

JobStatQuery

Field
Type
Required
Description

domain_id

string

JobsInfo

Field
Type
Description

total_count

Last updated