Storage
Package : spaceone.api.report.v1
Storage
Storage Methods:
NO
Method
Request Type
Response Type
Description
1
2
3
4
5
get
GET /report/v1/storage/{storage_id}
Type
Message
Request
Response
list
GET /report/v1/storages
POST /report/v1/storages/search
Type
Message
Request
Response
register
POST /report/v1/storage
Type
Message
Request
Response
deregister
DELETE /report/v1/storage/{storage_id}
Type
Message
Request
Response
update
PUT /report/v1/storage/{storage_id}
Type
Message
Request
Response
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
string
❌
RegisterStorageRequest
No
Field
Type
Required
Description
1
domain_id
string
✅
2
name
string
✅
3
secret_id
string
✅
4
storage_type_id
string
✅
5
options
✅
StorageInfo
No
Field
Type
Description
1
domain_id
string
2
storage_id
string
3
name
string
4
secret_id
string
5
storage_type_info
6
options
7
created_at
StorageQuery
No
Field
Type
Required
Description
1
domain_id
string
✅
2
query
❌
3
storage_id
string
❌
4
storage_type_id
string
❌
5
secret_id
string
❌
6
name
string
❌
StoragesInfo
No
Field
Type
Description
1
results
2
total_count
UpdateStorageRequest
No
Field
Type
Required
Description
1
domain_id
string
✅
2
storage_id
string
✅
3
secret_id
string
❌
4
options
❌
5
name
string
❌
Last updated