Queries the upload result of a custom weak password file.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DescribeCustomizedDict |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SourceIp |
string |
No |
The IP address of the access source. |
58.240.XX.XX |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The unique identifier that Alibaba Cloud generated for the request. |
A4EB8B1C-1DEC-5E18-BCD0-XXXXXXXXX |
| FileName |
string |
The name of the weak password file in OSS. |
test_dict.plain |
| OssUrl |
string |
The OSS object URL. |
cloudtest01/661767e1-5ae3-4ec5-865f-03039436893a/sacc2***** |
| UploadTime |
integer |
The upload timestamp. Unit: milliseconds. |
1719919421 |
| Limit |
integer |
The maximum number of weak password rules that can be added. |
9 |
| Count |
integer |
The number of weak password rules that have been added. |
1 |
| FileSize |
integer |
The file size. Unit: bytes. |
40 |
Examples
Success response
JSON format
{
"RequestId": "A4EB8B1C-1DEC-5E18-BCD0-XXXXXXXXX",
"FileName": "test_dict.plain\n",
"OssUrl": "cloudtest01/661767e1-5ae3-4ec5-865f-03039436893a/sacc2*****",
"UploadTime": 1719919421,
"Limit": 9,
"Count": 1,
"FileSize": 40
}
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.