查询Agent运行时的三方通道配置。
接口说明
您可以查询无影 Agent 管理中心内的 JVS Computer、OpenClaw、Hermes Agent 等 Agent 运行时的三方通道配置状态。
请确保在使用该接口前,已充分了解无影 Agent 管理中心的操作与使用。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
appstreaming:GetRuntimeChannel |
get |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| RuntimeType |
string |
是 |
Agent 运行时类型。 枚举值:
|
CloudDesktop |
| RuntimeId |
string |
是 |
Agent 运行时 ID,ID 对应关系如下:
|
jvs-xxxx |
| AgentProvider |
string |
是 |
Agent 提供商。
枚举值:
|
OpenClaw |
| AgentPlatform |
string |
否 |
Agent 平台。 枚举值:
|
ENTERPRISE |
| IncludeRiskInfo |
boolean |
否 |
是否包含风险信息。 枚举值:
|
true |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
请求结果。 |
||
| Data |
array<object> |
返回对象。 |
|
|
object |
返回数据对象。 |
||
| Code |
string |
通道编码。 枚举值:
|
dingtalk-connector |
| Status |
string |
配置状态。 枚举值:
|
Configured |
| Config |
string |
通道配置 JSON 字符串。 目前仅支持简单配置模式,需要固定传递 AppKey 和 AppSecret。 |
{ "appKey": "abc", "appSecret": "efg" } |
| ConfigMode |
string |
配置模式。 枚举值:
|
Simple |
| AvatarUrl |
string |
通道头像 URL |
https://test.com/test.jpg |
| RiskType |
string |
风险类型(仅 includeRiskInfo=true 时返回)。 枚举值:
|
Normal |
| QrCodeStatus |
string |
扫码配置状态(仅非终态时返回) |
https://q.qq.com/qqbot/openclaw/entity-picker.html?session_id=c0882266-77c0-4094-af93-442*****2a58 |
| QrCodeNotifyUrl |
string |
二维码配置通知页面 URL(仅 ENTERPRISE/ENTERPRISE_JVS 平台返回) |
https://eds.console.aliyun.com/public/scan-pair?taskId=e7eb5d86-1b94-4d58-****-3b78b01df99e&code=dingtalk-connector®ion=cn-shanghai |
| ChannelType |
string |
通道类型。 枚举值:
|
System |
| TotalCount |
integer |
总数量。 |
6 |
| RequestId |
string |
请求 ID。 |
1CBAFFAB-B697-4049-A9B1-67E1FC5F**** |
示例
正常返回示例
JSON格式
{
"Data": [
{
"Code": "dingtalk-connector",
"Status": "Configured",
"Config": "{\n \"appKey\": \"abc\",\n \"appSecret\": \"efg\"\n}",
"ConfigMode": "Simple",
"AvatarUrl": "https://test.com/test.jpg",
"RiskType": "Normal",
"QrCodeStatus": "https://q.qq.com/qqbot/openclaw/entity-picker.html?session_id=c0882266-77c0-4094-af93-442*****2a58",
"QrCodeNotifyUrl": "https://eds.console.aliyun.com/public/scan-pair?taskId=e7eb5d86-1b94-4d58-****-3b78b01df99e&code=dingtalk-connector®ion=cn-shanghai",
"ChannelType": "System"
}
],
"TotalCount": 6,
"RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****"
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。