GET /api/v1/forward/identities/{identity_id}/templates/{template_id}/config
返回存储的 Forward Identity Config DSL;这是覆盖层,不是编译后的运行时配置。
请求头
| Header | 是否必填 | 说明 |
|---|---|---|
| Authorization | 是 | Bearer <PAT> |
路径参数
| 参数 | 类型 | 是否必填 | 说明 |
|---|---|---|---|
| identity_id | string | 是 | Forward Identity ID。 |
| template_id | string | 是 | Forward Template ID。 |
示例请求
示例响应
HTTP 200 OK响应字段
| 字段 | 类型 | 说明 |
|---|---|---|
| type | string | 固定为 config。 |
| identity_config | object | 存储的用户级覆盖 DSL。 |
| metadata | object | 业务元数据。 |
错误
| HTTP | Type | Code | 触发条件 |
|---|---|---|---|
| 404 | not_found_error | - | Identity、Template 或 Config 不存在。 |
| 401 | authentication_error | authentication_required | PAT 无效或已过期。 |
注意事项
- 要查看编译后的运行时配置,请使用 Get Effective Config。
- 资源 map 中的
enabled=false会禁用从 Template 继承的资源。