Queries the file types supported by tamper-proofing protection.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:DescribeWebLockInclusiveFileType |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| TotalCount |
integer |
The total number of file types supported by tamper-proofing protection. |
15 |
| RequestId |
string |
The ID of the request. Alibaba Cloud generates a unique identifier for each request. You can use the ID to troubleshoot issues. |
CE500770-42D3-442E-9DDD-156E0F9F3B45 |
| InclusiveFileType |
array |
The list of file types supported by tamper-proofing protection. |
|
|
string |
The file type supported by tamper-proofing protection.
Valid values:
|
jsp |
Examples
Success response
JSON format
{
"TotalCount": 15,
"RequestId": "CE500770-42D3-442E-9DDD-156E0F9F3B45",
"InclusiveFileType": [
"jsp"
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 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.