查询已创建的机型参数规则列表。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
| 参数 | 类型 | 是否必选 | 示例值 | 描述 |
|---|---|---|---|---|
| Action | String | 是 | ListPropertyRule | 接口名称。当前 API 的名称为 ListPropertyRule。 |
| Version | String | 是 | 2023-10-30 | 接口版本。当前 API 的版本为 2023-10-30。 |
| RuleName | String | 否 | Oppo1 | 机型参数规则名称,账户下规则名称唯一 |
Offset | Long | 否 |
| 查询结果的起始位置,用于指定从哪一条记录开始返回数据。例如,若 说明 可与 |
Count | Long | 否 |
| 单次查询返回的最大记录数,用于控制每次查询返回的数据量。例如,若 说明 可与 |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构。
| 参数 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| Row | Array of PropertyRule | - | 查询到的参数规则信息。参看 PropertyRule定义。 |
| Total | Long | 1 | 查询结果总数。 |
| 参数 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| RuleName | String | Oppo1 | 规则名称。 |
| OverlayProperty | Array of SystemPropertyResult | - | 实例 System Properties 系统属性。 |
| OverlaySettings | Array of SettingsResult | - | 实例 Settings 属性。 |
| OverlayPersistProperty | Array of SystemPropertyResult | - | 实例初始化系统属性。 |
| 参数 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| SystemPropertyName | String | ro.product.name | 属性名称。 |
| SystemPropertyValue | String | LYA_AL00 | 属性值。 |
| SystemPropertyValueType | String | string | 属性值数据类型。 |
| 参数 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| SettingsName | String | locale_language | 属性名称。 |
| SettingsType | String | global | 设置类型。 |
| SettingsValue | String | zh-CN | 属性值。 |
| SettingsValueType | String | string | 属性值数据类型。 |
GET https://open.volcengineapi.com?Action=ListPropertyRule&Version=2023-10-30&RuleName=Oppo1&Offset=0&Count=10
{ "ResponseMetadata": { "Action": "ListPropertyRule", "Region": "cn-north-1", "Service": "ACEP", "Version": "2023-10-30", "RequestId": "20230604110420****100232280022D31" }, "Result": { "Row": [ { "RuleName": "Oppo1", "OverlayProperty": [ { "SystemPropertyName": "ro.product.name", "SystemPropertyValue": "LYA_AL00", "SystemPropertyValueType": "string" } ], "OverlaySettings": [ { "SettingsName": "locale_language", "SettingsType": "global", "SettingsValue": "zh-CN", "SettingsValueType": "string" } ], "OverlayPersistProperty": [ { "SystemPropertyName": "ro.product.name", "SystemPropertyValue": "LYA_AL00", "SystemPropertyValueType": "string" } ] } ], "Total": 1 } }
您可访问公共错误码,获取更多错误码信息。