Storage

Package : spaceone.api.statistics.v1

Storage

Storage Methods:

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

No

Field

Type

Required

Description

1

storage_id

string

2

domain_id

string

3

only

list of string

PluginInfo

No

Field

Type

Description

1

plugin_id

string

2

version

string

3

options

4

secret_id

string

5

metadata

PluginRequest

No

Field

Type

Description

1

plugin_id

string

2

version

string

3

options

4

secret_data

string

5

schema

string

RegisterStorageRequest

No

Field

Type

Required

Description

1

name

string

2

plugin_info

3

tags

4

user_id

string

5

domain_id

string

StorageInfo

No

Field

Type

Description

1

storage_id

string

2

name

string

3

state

  • NONE

  • ENABLED

  • DISABLED

4

options

5

capability

6

plugin_info

7

tags

8

user_id

string

9

domain_id

string

10

created_at

string

StorageQuery

No

Field

Type

Required

Description

1

query

2

storage_id

string

3

name

string

4

state

string

5

user_id

string

6

domain_id

string

StorageRequest

No

Field

Type

Required

Description

1

storage_id

string

2

domain_id

string

StorageStatQuery

No

Field

Type

Required

Description

1

query

2

domain_id

string

StoragesInfo

No

Field

Type

Description

1

results

2

total_count

UpdateStoragePluginRequest

No

Field

Type

Required

Description

1

storage_id

string

2

version

string

3

options

4

domain_id

string

UpdateStorageRequest

No

Field

Type

Required

Description

1

storage_id

string

2

name

string

3

tags

4

domain_id

string

Last updated