根据 install token 查询 Agent 信息
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| InstallToken |
string |
是 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| RequestId |
string |
||
| Success |
boolean |
||
| ErrorCode |
string |
||
| ErrorMessage |
string |
||
| Data |
object |
||
| AgentId |
string |
||
| AgentName |
string |
||
| Description |
string |
||
| OwnerId |
string |
||
| AgentType |
string |
||
| CreationType |
string |
||
| Status |
string |
||
| CreatedAt |
string |
||
| ActiveApiKeyPrefixes |
array |
||
|
string |
示例
正常返回示例
JSON格式
{
"RequestId": "",
"Success": true,
"ErrorCode": "",
"ErrorMessage": "",
"Data": {
"AgentId": "",
"AgentName": "",
"Description": "",
"OwnerId": "",
"AgentType": "",
"CreationType": "",
"Status": "",
"CreatedAt": "",
"ActiveApiKeyPrefixes": [
""
]
}
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。
该文章对您有帮助吗?