Storage
Package : spaceone.api.report.v1
Storage
Storage Methods:
NO
Method
Request Type
Response Type
Description
get
GET /report/v1/storage/{storage_id}
list
GET /report/v1/storages
POST /report/v1/storages/search
register
POST /report/v1/storage
deregister
DELETE /report/v1/storage/{storage_id}
update
PUT /report/v1/storage/{storage_id}
Message
DeregisterStorageRequest
No
Field
Type
Required
Description
1
domain_id
string
✅
2
storage_id
string
✅
GetStorageRequest
No
Field
Type
Required
Description
1
domain_id
string
✅
2
storage_id
string
✅
3
only
list of string
❌
RegisterStorageRequest
No
Field
Type
Required
Description
1
domain_id
string
✅
2
name
string
✅
3
secret_id
string
✅
4
storage_type_id
string
✅
StorageInfo
No
Field
Type
Description
1
domain_id
string
2
storage_id
string
3
name
string
4
secret_id
string
StorageQuery
No
Field
Type
Required
Description
1
domain_id
string
✅
3
storage_id
string
❌
4
storage_type_id
string
❌
5
secret_id
string
❌
6
name
string
❌
StoragesInfo
UpdateStorageRequest
No
Field
Type
Required
Description
1
domain_id
string
✅
2
storage_id
string
✅
3
secret_id
string
❌
5
name
string
❌
Last updated