查询配置
最近更新时间: 2026-09-17 00:04:02
1. 接口描述
接口请求域名: tsf.api3.fincloud.tencent.cn。
查询配置
默认接口请求频率限制:50次/秒。
接口更新时间:2024-09-14 11:55:39。
接口既验签名又鉴权。
2. 输入参数
以下请求参数列表仅列出了接口请求参数和部分公共参数,完整公共参数列表见公共请求参数。
| 参数名称 | 必选 | 允许NULL | 类型 | 描述 |
|---|---|---|---|---|
| Action | 是 | 否 | String | 公共参数,本接口取值:DescribeConfig |
| Version | 是 | 否 | String | 公共参数,本接口取值:2018-03-26 |
| Region | 是 | 否 | String | 公共参数,地域信息可通过DescribeRegions接口查看产品支持的地域列表 |
| ConfigId | 否 | 否 | String | 配置项ID 示例值: |
3. 输出参数
4. 错误码
以下仅列出了接口业务逻辑相关的错误码,其他错误码详见公共错误码。
| 错误码 | 描述 |
|---|---|
| MissingParameter.ConfigIdRequired | 配置项ID未填写。 |
| ResourceNotFound.MicroserviceOffline | 目标微服务已离线[%s]。。 |
| FailedOperation.ConfigApplicationQueryFailed | 应用查询失败。 |
5. 示例
示例1 查询配置
输入示例
https://tsf.api3.<no value>/?Action=DescribeConfig
&ConfigId=dcfg-qabr26yl
&<公共请求参数>
输出示例
{
"Response": {
"RequestId": "2e68ea83-3799-4fb0-ba9b-ab8be2488d98",
"Result": {
"ConfigId": "dcfg-qabr26yl",
"ConfigName": "test_pay_center",
"ConfigVersion": "0.0.9",
"ConfigVersionDesc": "\u9ed8\u8ba4100\u5143",
"ConfigValue": "facade:\r\n white-list:\r\n - 10.3.1.34\r\n - 10.3.1.32\r\n - 212.64.13.188\r\n - 172.16.0.192\r\norder:\r\n amount:\r\n min: 1\r\n wxScoreMin: 1\r\n wxScoreMax: 20000 \r\n enterpriseAmount: 10000 \r\n refundAmountMax: 1000000 ",
"CreationTime": "2019-05-28 20:23:35",
"LastUpdateTime": null,
"ConfigVersionCount": null,
"ApplicationId": "application-6ym9pbag",
"ApplicationName": "test_pay_center",
"DeleteFlag": false,
"ConfigType": null
}
}
}