Getting basic information from every DirectStorage
Format
Method | GET |
---|---|
URL | /directstorages |
Request contents | Empty |
Successful answer | BasicDirectStorageInfo Object Array |
Non-successful answer | ErrorMessage Object |
Unexpected error | HTTP 500 |
BasicDirectStorageInfo Object
Schema
direct_storage_id | String | DirectStorage's unique identifier |
---|
JSON example
{ "direct_storage_id" : "dataon" } |