Obtains storage configurations.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:GetStorageList |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
No |
The application ID. |
app-**** |
| StorageType |
string |
No |
The storage type. |
vod_oss_bucket |
| Status |
string |
No |
The OSS storage status. |
Normal |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The ID of the request. |
******73-8B78-5D86-A50C-49B96C****** |
| StorageInfoList |
array<object> |
The storage configurations. |
|
|
object |
|||
| AppId |
string |
The application ID. |
app-**** |
| StorageLocation |
string |
The bucket. |
your-bucket |
| Path |
string |
The file path. |
your-path/ |
| StorageType |
string |
The storage type. |
vod_oss_bucket |
| Status |
string |
The OSS storage status. |
Normal |
| DefaultStorage |
boolean |
Indicates whether it is the default storage location. |
true |
| EditingTempFileStorage |
boolean |
Indicates whether temporary files created during editing processes are stored in this location. |
false |
| CreationTime |
string |
The time when the configuration was created. |
2024-06-06T01:55:07Z |
| ModifiedTime |
string |
The time when the configuration was last modified. |
2024-06-06T03:07:07Z |
Examples
Success response
JSON format
{
"RequestId": "******73-8B78-5D86-A50C-49B96C******",
"StorageInfoList": [
{
"AppId": "app-****",
"StorageLocation": "your-bucket",
"Path": "your-path/",
"StorageType": "vod_oss_bucket",
"Status": "Normal",
"DefaultStorage": true,
"EditingTempFileStorage": false,
"CreationTime": "2024-06-06T01:55:07Z",
"ModifiedTime": "2024-06-06T03:07:07Z"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.