You can call this operation to query all models in an industry template.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sddp:DescribeTemplateAllRules |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Lang |
string |
No |
The language of the request and response. Default value: zh_cn. Valid values:
|
zh_cn |
| TemplateId |
integer |
No |
The ID of the industry template. Note
You can call the DescribeCategoryTemplateList operation to obtain the ID of the industry template. If you do not specify this parameter, the list of models for the primary template is returned by default. |
1 |
| FeatureType |
integer |
No |
This parameter is deprecated. |
2 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The unique ID of the request. |
769FB3C1-F4C9-4****** |
| RuleList |
array<object> |
A list of model objects. |
|
|
object |
A model object. |
||
| Name |
string |
The name of the model. |
Model Name |
| Id |
integer |
The unique ID of the model. |
376 |
Examples
Success response
JSON format
{
"RequestId": "769FB3C1-F4C9-4******",
"RuleList": [
{
"Name": "Model Name",
"Id": 376
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.