Queries the third-party channel configurations of an Agent runtime.
Operation description
You can query the third-party channel configuration status of Agent runtimes such as JVS Computer, OpenClaw, and Hermes Agent in the Wuying Agent Management Center.
Before using this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
appstreaming:GetRuntimeChannel |
get |
*全部资源
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RuntimeType |
string |
Yes |
The type of the Agent runtime. Valid values:
|
CloudDesktop |
| RuntimeId |
string |
Yes |
The Agent runtime ID. The ID mappings are as follows:
|
jvs-xxxx |
| AgentProvider |
string |
Yes |
The Agent provider. Valid values:
|
OpenClaw |
| AgentPlatform |
string |
No |
The Agent platform. Valid values:
|
ENTERPRISE |
| IncludeRiskInfo |
boolean |
No |
Specifies whether to include risk information. Valid values:
|
true |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response. |
||
| Data |
array<object> |
The returned object. |
|
|
object |
The returned data object. |
||
| Code |
string |
The channel code. Valid values:
|
dingtalk-connector |
| Status |
string |
The configuration status. Valid values:
|
Configured |
| Config |
string |
The channel configuration JSON string. Currently, only the simple configuration mode is supported. You must pass in AppKey and AppSecret. |
{ "appKey": "abc", "appSecret": "efg" } |
| ConfigMode |
string |
The configuration mode. Valid values: Simple: simple configuration mode. Custom: custom configuration mode. |
|
| AvatarUrl |
string |
The channel avatar URL. |
|
| RiskType |
string |
The risk type. This parameter is returned only when includeRiskInfo=true. Valid values:
|
Normal |
| QrCodeStatus |
string |
The QR code configuration status. This parameter is returned only when the status is not in a final state. |
|
| QrCodeNotifyUrl |
string |
The QR code configuration notification page URL. This parameter is returned only for the ENTERPRISE or ENTERPRISE_JVS platform. |
|
| ChannelType |
string |
The channel type. Valid values: System: a system-supported channel. Custom: a custom channel. |
|
| TotalCount |
integer |
The total number of entries. |
6 |
| RequestId |
string |
The request ID. |
1CBAFFAB-B697-4049-A9B1-67E1FC5F**** |
Examples
Success response
JSON format
{
"Data": [
{
"Code": "dingtalk-connector",
"Status": "Configured",
"Config": "{\n \"appKey\": \"abc\",\n \"appSecret\": \"efg\"\n}",
"ConfigMode": "",
"AvatarUrl": "",
"RiskType": "Normal",
"QrCodeStatus": "",
"QrCodeNotifyUrl": "",
"ChannelType": ""
}
],
"TotalCount": 6,
"RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.