Job
Package : spaceone.api.cost_analysis.v1
Job
Job Methods:
Method | Request | Response |
---|---|---|
cancel
POST /cost-analysis/v1/job/{job_id}/cancel
Type | Message |
---|---|
Request | |
Response |
get
GET /cost-analysis/v1/job/{job_id}
Type | Message |
---|---|
Request | |
Response |
list
GET /cost-analysis/v1/jobs
POST /cost-analysis/v1/jobs/search
stat
POST /cost-analysis/v1/jobs/stat
Type | Message |
---|---|
Request | |
Response |
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 |
| |
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
Field | Type | Required | Description |
---|---|---|---|
query | ✘ | ||
job_id | string | ✘ | |
status |
| ✘ | |
data_source_id | string | ✘ | |
domain_id | string | ✔ |
JobRequest
Field | Type | Required | Description |
---|---|---|---|
job_id | string | ✔ | |
domain_id | string | ✔ |
JobStatQuery
Field | Type | Required | Description |
---|---|---|---|
query | ✔ | ||
domain_id | string | ✔ |
JobsInfo
Field | Type | Description |
---|---|---|
results | ||
total_count |
Last updated