Storage

Package : spaceone.api.statistics.v1

Storage

Storage Methods:

register

POST /statistics/v1/storages

TypeMessage

Request

Response

update

PUT /statistics/v1/storage/{storage_id}

TypeMessage

Request

Response

update_plugin

PUT /spot-automation/v1/storage/{storage_id}/plugin

TypeMessage

Request

Response

verify_plugin

POST /spot-automation/v1/storage/{storage_id}/plugin/verify

TypeMessage

Request

Response

enable

PUT /statistics/v1/storage/{schedule_id}/enable

TypeMessage

Request

Response

disable

PUT /statistics/v1/storage/{schedule_id}/disable

TypeMessage

Request

Response

deregister

DELETE /statistics/v1/storage/{schedule_id}

TypeMessage

Request

Response

get

GET /statistics/v1/storage/{schedule_id}

TypeMessage

Request

Response

list

GET /statistics/v1/storages

POST /statistics/v1/storages/search

TypeMessage

Request

Response

stat

POST /statistics/v1/storages/stat

TypeMessage

Request

Response

Message

GetStorageRequest

FieldTypeRequiredDescription

storage_id

string

domain_id

string

only

list of string

PluginInfo

FieldTypeDescription

plugin_id

string

version

string

options

secret_id

string

metadata

PluginRequest

FieldTypeDescription

plugin_id

string

version

string

options

secret_data

schema

string

RegisterStorageRequest

FieldTypeRequiredDescription

name

string

plugin_info

tags

user_id

string

domain_id

string

StorageInfo

FieldTypeDescription

storage_id

string

name

string

state

  • NONE

  • ENABLED

  • DISABLED

options

capability

plugin_info

tags

user_id

string

domain_id

string

created_at

string

StorageQuery

FieldTypeRequiredDescription

query

storage_id

string

name

string

state

string

user_id

string

domain_id

string

StorageRequest

FieldTypeRequiredDescription

storage_id

string

domain_id

string

StorageStatQuery

FieldTypeRequiredDescription

query

domain_id

string

StoragesInfo

FieldTypeDescription

results

total_count

UpdateStoragePluginRequest

FieldTypeRequiredDescription

storage_id

string

version

string

options

secret_data

domain_id

string

UpdateStorageRequest

FieldTypeRequiredDescription

storage_id

string

name

string

tags

domain_id

string

Last updated