Storage
Package : spaceone.api.statistics.v1
Storage
Storage Methods:
Method | Request | Response |
---|---|---|
register
POST /statistics/v1/storages
Type | Message |
---|---|
Request | |
Response |
update
PUT /statistics/v1/storage/{storage_id}
Type | Message |
---|---|
Request | |
Response |
update_plugin
PUT /spot-automation/v1/storage/{storage_id}/plugin
Type | Message |
---|---|
Request | |
Response |
verify_plugin
POST /spot-automation/v1/storage/{storage_id}/plugin/verify
Type | Message |
---|---|
Request | |
Response |
enable
PUT /statistics/v1/storage/{schedule_id}/enable
Type | Message |
---|---|
Request | |
Response |
disable
PUT /statistics/v1/storage/{schedule_id}/disable
Type | Message |
---|---|
Request | |
Response |
deregister
DELETE /statistics/v1/storage/{schedule_id}
Type | Message |
---|---|
Request | |
Response |
get
GET /statistics/v1/storage/{schedule_id}
Type | Message |
---|---|
Request | |
Response |
list
GET /statistics/v1/storages
POST /statistics/v1/storages/search
Type | Message |
---|---|
Request | |
Response |
stat
POST /statistics/v1/storages/stat
Type | Message |
---|---|
Request | |
Response |
Message
GetStorageRequest
Field | Type | Required | Description |
---|---|---|---|
storage_id | string | ✔ | |
domain_id | string | ✔ | |
only | list of string | ✘ |
PluginInfo
Field | Type | Description |
---|---|---|
plugin_id | string | |
version | string | |
options | ||
secret_id | string | |
metadata |
PluginRequest
Field | Type | Description |
---|---|---|
plugin_id | string | |
version | string | |
options | ||
secret_data | ||
schema | string |
RegisterStorageRequest
Field | Type | Required | Description |
---|---|---|---|
name | string | ✔ | |
plugin_info | ✘ | ||
tags | ✘ | ||
user_id | string | ✔ | |
domain_id | string | ✔ |
StorageInfo
Field | Type | Description |
---|---|---|
storage_id | string | |
name | string | |
state |
| |
options | ||
capability | ||
plugin_info | ||
tags | ||
user_id | string | |
domain_id | string | |
created_at | string |
StorageQuery
Field | Type | Required | Description |
---|---|---|---|
query | ✘ | ||
storage_id | string | ✘ | |
name | string | ✘ | |
state | string | ✘ | |
user_id | string | ✘ | |
domain_id | string | ✔ |
StorageRequest
Field | Type | Required | Description |
---|---|---|---|
storage_id | string | ✔ | |
domain_id | string | ✔ |
StorageStatQuery
Field | Type | Required | Description |
---|---|---|---|
query | ✔ | ||
domain_id | string | ✔ |
StoragesInfo
Field | Type | Description |
---|---|---|
results | ||
total_count |
UpdateStoragePluginRequest
Field | Type | Required | Description |
---|---|---|---|
storage_id | string | ✔ | |
version | string | ✘ | |
options | ✘ | ||
secret_data | ✘ | ||
domain_id | string | ✔ |
UpdateStorageRequest
Field | Type | Required | Description |
---|---|---|---|
storage_id | string | ✔ | |
name | string | ✘ | |
tags | ✘ | ||
domain_id | string | ✔ |
Last updated