查看可用的通用维度。
ServiceName : apmplus_openapi Region : cn-beijing X-App-Ids : xxx Content-Type : application/json
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | PCCommonFieldKeys | 接口名称。当前 API 的名称为 PCCommonFieldKeys 。 |
Version | String | 是 | 2022-10-28 | 接口版本。当前 API 的版本为 2022-10-28 。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
app_id | Integer | 是 | 12345 | App ID。 |
ev_type | String | 否 | "" | 崩溃类型,暂时只有pc_crash。 |
lang | String | 否 | zh | 返回语言,zh。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
data | Array of FieldKeysResp | - | 可用key列表。 |
errmsg | String | "" | 错误信息,成功为空。 |
errno | Integer | 200 | 错误码,成功为200。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
name | String | key1 | 字段名。 |
description | String | 中文 | 中文描述。 |
displayTemplate | String |
| 筛选方式。
|
POST https://open.volcengineapi.com?Action=PCCommonFieldKeys&Version=2022-10-28 { "app_id": 12345, "lang": "zh", "ev_type": "" }
{ "errno": 200, "errmsg": "", "data": [ { "displayTemplate": "Symbol", "name": "key1", "description": "中文" } ] }
本接口无特有的错误码。更多信息请参见错误码。