All Products
Search
Document Center

Cloud Phone:DescribeSystemPropertyTemplates

Last Updated:Dec 15, 2025

Describes system property templates.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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.