Queries a tag's application rules.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dytns:QueryTagApplyRule |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| TagId |
integer |
No |
The tag ID. |
61 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
CC3BB6D2-****-****-9DCE-B38165CE4C47 |
| Message |
string |
The description of the status code. |
OK |
| Data |
object |
The returned data. |
|
| NeedApplyMaterial |
integer |
Indicates whether application materials are required. Valid values:
|
1 |
| EncryptedQuery |
integer |
Indicates whether encrypted queries are supported. Valid values:
|
0 |
| SlaLink |
string |
The link to the service agreement. |
example.aliyundoc.com |
| ApplyMaterialDesc |
string |
The requirements for the application materials. This parameter is returned when NeedApplyMaterial is 1. |
申请材料的要求是XXX |
| AutoAudit |
integer |
Indicates whether the application is automatically approved. Valid values:
|
1 |
| ChargingStandardLink |
string |
The link to the billing description. |
aliyundoc.com |
| Code |
string |
The request status code. OK indicates that the request was successful. |
OK |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "CC3BB6D2-****-****-9DCE-B38165CE4C47",
"Message": "OK",
"Data": {
"NeedApplyMaterial": 1,
"EncryptedQuery": 0,
"SlaLink": "example.aliyundoc.com",
"ApplyMaterialDesc": "申请材料的要求是XXX",
"AutoAudit": 1,
"ChargingStandardLink": "aliyundoc.com"
},
"Code": "OK",
"Success": true
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter | Invalid parameter. | |
| 400 | AuthCodeIllegal | Illegal authCode. | |
| 500 | InternalError | A system error occurred. | |
| 500 | RequestTimeout | Request supplier timed out. | Request supplier timeout |
| 500 | RequestSupplierError | Request supplier error. | Request supplier error. |
See for a complete list.
Release notes
See Release Notes for a complete list.