Queries the information about the OSS bucket that stores custom weak password files.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DescribeCustomizedDictUploadInfo |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SourceIp |
string |
No |
The IP address of the access source. |
106.11.43.*** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Key |
string |
The OSS file key. |
HC_CUSTOMIZED_DICT/176618589410****.tmp |
| Signature |
string |
The OSS signature. |
mWGRgn0CtdbVf8UuJbTXOmo2**** |
| Host |
string |
The OSS domain name. |
https://aegis-update-static-file.oss-cn-hangzhou.aliyuncs.com |
| RequestId |
string |
The request ID. Alibaba Cloud generates a unique identifier for each API request. You can use this identifier to troubleshoot issues. |
BDEDEEE7-AC25-559E-8C12-5168B139**** |
| Policy |
string |
The bucket policy of the OSS bucket. |
eyJleHBpcmF0aW9uIjoiMjAyNC0wNy0wMlQxMTo1Nzo1MC44MzJaIiwiY29uZGl0aW9ucyI6W1siY29udGVudC1sZW5ndGgtcmFuZ2UiLDAsNDA5NjBdLFsiZXEiLCIka2V5IiwiSENfQ1VTVE9NSVpFRF9ESUNUXC8xNzY2MTg1ODk0MTA0Njc1LnRtc**** |
| Accessid |
string |
The AccessKey ID required to access the file. |
yourAccessKeyID |
| Expire |
string |
The expiration time of the authentication, in timestamp format. |
1719921470 |
| SecurityToken |
string |
The Security Token Service (STS) token. |
*** |
Examples
Success response
JSON format
{
"Key": "HC_CUSTOMIZED_DICT/176618589410****.tmp",
"Signature": "mWGRgn0CtdbVf8UuJbTXOmo2****",
"Host": "https://aegis-update-static-file.oss-cn-hangzhou.aliyuncs.com",
"RequestId": "BDEDEEE7-AC25-559E-8C12-5168B139****",
"Policy": "eyJleHBpcmF0aW9uIjoiMjAyNC0wNy0wMlQxMTo1Nzo1MC44MzJaIiwiY29uZGl0aW9ucyI6W1siY29udGVudC1sZW5ndGgtcmFuZ2UiLDAsNDA5NjBdLFsiZXEiLCIka2V5IiwiSENfQ1VTVE9NSVpFRF9ESUNUXC8xNzY2MTg1ODk0MTA0Njc1LnRtc****",
"Accessid": "yourAccessKeyID",
"Expire": "1719921470",
"SecurityToken": "***"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | -101 | %s %s | |
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.