Describes system property templates.
Try it now
Test
RAM authorization
Request parameters
Parameter | Type | Required | Description | Example |
MaxResults | integer | No | The maximum number of entries to return for a single request. | 10 |
NextToken | string | No | The starting position for reading. If this parameter is empty, reading starts from the beginning. | AAAAAV3MpHK1AP0pfERHZN5pu6k**** |
| TemplateIds | array | No | The property template ID. | |
string | No | The IDs of the templates to query. | ap-0caoenwutkkx**** | |
TemplateName | string | No | The template name. | 模板1 |
Response elements
Element | Type | Description | Example |
object | The response elements. | ||
RequestId | string | The request ID. | 5C5CEF0A-D6E1-58D3-8750-67DB4F82**** |
NextToken | string | The token used to start the next query. An empty value indicates that all results have been returned. | AAAAAV3MpHK1AP0pfERHZN5pu6kU**** |
TotalCount | integer | The total number of entries. | 10 |
| SystemPropertyTemplateModel | array<object> | The list of property template objects. | |
object | The property template object. | ||
TemplateId | string | The property template ID. | ap-0caoenwutkkx**** |
TemplateName | string | The template name. | 模板1 |
Status | string | The template status. | init |
| SystemPropertyInfo | object | The system property template information. | |
RoProductDevice | string | Note This parameter is not yet available for use. | null |
| CustomPropertyInfos | array<object> | The custom property information. | |
object | The custom property object, which consists of a key and a value. | ||
PropertyName | string | The property name. | propKey |
PropertyValue | string | The property value. | propValue |
FilePath | string | The URL path of the property template file. | https://filepath****.com |
EnableAuto | boolean | Indicates whether preset system properties can be automatically generated. | true |
Examples
Success response
JSON format
{
"RequestId": "5C5CEF0A-D6E1-58D3-8750-67DB4F82****",
"NextToken": "AAAAAV3MpHK1AP0pfERHZN5pu6kU****",
"TotalCount": 10,
"SystemPropertyTemplateModel": [
{
"TemplateId": "ap-0caoenwutkkx****",
"TemplateName": "模板1",
"Status": "init",
"SystemPropertyInfo": {
"RoProductDevice": "null",
"CustomPropertyInfos": [
{
"PropertyName": "propKey",
"PropertyValue": "propValue"
}
]
},
"FilePath": "https://filepath****.com",
"EnableAuto": true
}
]
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.