Custom Widget
Package : spaceone.api.cost_analysis.v1
CustomWidget
CustomWidget Methods:
Method | Request | Response |
---|---|---|
create
POST /cost-analysis/v1/custom-widgets
Type | Message |
---|---|
Request | |
Response |
update
PUT /cost-analysis/v1/custom-widget/{widget_id}
Type | Message |
---|---|
Request | |
Response |
delete
DELETE /cost-analysis/v1/custom-widget/{widget_id}
Type | Message |
---|---|
Request | |
Response |
get
GET /cost-analysis/v1/custom-widget/{widget_id}
Type | Message |
---|---|
Request | |
Response |
list
GET /cost-analysis/v1/custom-widgets
POST /cost-analysis/v1/custom-widgets/search
Type | Message |
---|---|
Request | |
Response |
stat
POST /cost-analysis/v1/custom-widgets/stat
Type | Message |
---|---|
Request | |
Response |
Message
CreateCustomWidgetRequest
Field | Type | Required | Description |
---|---|---|---|
name | string | ✔ | |
options | ✔ | ||
tags | ✘ | ||
domain_id | string | ✔ |
CustomWidgetInfo
Field | Type | Description |
---|---|---|
widget_id | string | |
name | string | |
options | ||
tags | ||
user_id | string | |
domain_id | string | |
created_at | string | |
updated_at | string |
CustomWidgetQuery
Field | Type | Required | Description |
---|---|---|---|
query | ✘ | ||
widget_id | string | ✘ | |
name | string | ✘ | |
user_id | string | ✘ | |
domain_id | string | ✔ |
CustomWidgetRequest
Field | Type | Required | Description |
---|---|---|---|
widget_id | string | ✔ | |
domain_id | string | ✔ |
CustomWidgetStatQuery
Field | Type | Required | Description |
---|---|---|---|
query | ✔ | ||
domain_id | string | ✔ |
CustomWidgetsInfo
Field | Type | Description |
---|---|---|
results | ||
total_count |
GetCustomWidgetRequest
Field | Type | Required | Description |
---|---|---|---|
widget_id | string | ✔ | |
domain_id | string | ✔ | |
only | list of string | ✘ |
UpdateCustomWidgetRequest
Field | Type | Required | Description |
---|---|---|---|
widget_id | string | ✔ | |
name | string | ✘ | |
options | ✘ | ||
tags | ✘ | ||
domain_id | string | ✔ |
Last updated