数据结构

最近更新时间:2026-06-30 01:09:47

我的收藏

AgentAppMcpServerDTO

关联的mcp服务配置

被如下接口引用:CreateAgentAppMcpServers。

名称 类型 必选 描述
ID String mcp server id
示例值:mcp-xxxxxxxx
NeedAuth Boolean 是否需要鉴权
注意:此字段可能返回 null,表示取不到有效值。
示例值:true
AgentCredentialID String 凭据代填的ID
注意:此字段可能返回 null,表示取不到有效值。
示例值:agc-xxxxxxxx
SSEResourceIdentifier String 应用为OAuth2认证时,sse模式请求mcp时的资源标识
注意:此字段可能返回 null,表示取不到有效值。
示例值:http://127.0.0.1/_llmsgw_/sse/aga-05b85106/mcp-2fc41d77
StreamableResourceIdentifier String 应用为OAuth2认证时,streamable模式请求mcp时的资源标识
注意:此字段可能返回 null,表示取不到有效值。
示例值:http://127.0.0.1/_llmsgw_/mcp/aga-05b85106/mcp-2fc41d77

AgentAppMcpServerVO

应用关联的mcp响应

被如下接口引用:DescribeAgentAppMcpServers。

名称 类型 描述
ID String 绑定ID
示例值:aga-41d42939
NeedAuth Boolean 需要认证
示例值:true
AgentCredentialID String 凭据ID
示例值:agc-4440aa1d
AgentCredentialVO DescribeAgentCredentialResp 凭据详情
McpServerVO DescribeMcpServerResponseVO mcp详情
RelateTime String 关联时间
示例值:2025-12-28T00:55:38.218Z
SSEResourceIdentifier String 应用为OAuth2认证时,sse模式请求mcp时的资源标识
注意:此字段可能返回 null,表示取不到有效值。
示例值:http://10.0.0.4/_llmsgw_/sse/aga-41d42939/mcp-2fc41d77
StreamableResourceIdentifier String 应用为OAuth2认证时,streamable模式请求mcp时的资源标识
注意:此字段可能返回 null,表示取不到有效值。
示例值:http://10.0.0.4/_llmsgw_/aga-41d42939/mcp-2fc41d77
AgentAppID String 应用ID
注意:此字段可能返回 null,表示取不到有效值。
示例值:aga-41d42939
McpServerID String mcp ID
注意:此字段可能返回 null,表示取不到有效值。
示例值:mcp-41d42939

AgentAppModelServiceDTO

应用绑定模型服务入参

被如下接口引用:CreateAgentAppModelServices, ModifyAgentAppModelServices。

名称 类型 必选 描述
ID String 模型服务ID
示例值:mds-36d0b658
InvokeLimitConfigStatus Boolean 是否开启流量控制
示例值:true
InvokeLimitConfig InvokeLimitConfigDTO 流量控制
TokenLimitStatus Boolean 是否开启token控制
示例值:true
TokenLimitConfig TokenLimitConfigDTO token控制

AgentAppSecretKeyVO

secretKey的出参

被如下接口引用:DescribeAgentApp。

名称 类型 描述
SecretID String secret id
示例值:AK290f08b25DF12029ceb2e47519BFC50C
SecretKey String secret key
示例值:****

AgentAppServiceDTO

Agent应用关联的服务配置

被如下接口引用:CreateAgentAppServices。

名称 类型 必选 描述
ID String

ID


示例值:svr-17244a65
InvokeLimitConfigStatus Boolean

是否限流


示例值:true
InvokeLimitConfig InvokeLimitConfigDTO

限流配置

NeedAuth Boolean

是否要认证


示例值:true
AgentCredentialID String

凭据ID


示例值:agc-aca72fd4

AgentAppServiceVO

应用API详情

被如下接口引用:DescribeAgentAppServices。

名称 类型 描述
ID String

ID


示例值:aga-cc2448c0-svr-17244a65
AgentAppID String

应用ID


示例值:aga-cc2448c0
ServiceID String

服务ID


示例值:svr-17244a65
InvokeLimitConfigStatus Boolean

是否限流


示例值:true
InvokeLimitConfig InvokeLimitConfigDTO

限流配置

ServiceVO ServiceVO

服务详情

RelateTime String

关联时间


示例值:2026-05-27T02:25:08.692Z
NeedAuth Boolean

是否需要认证


示例值:true
AgentCredentialID String

凭据ID


示例值:agc-aca72fd4
AgentCredentialVO DescribeAgentCredentialResp

凭据详情

AgentCredentialContentDTO

凭证内容

被如下接口引用:DescribeAgentAppMcpServers, DescribeAgentAppServices。

名称 类型 必选 描述
STSSystem String 如果认证类型为sts时,该项必填
示例值:tencent
STSService String 如果认证类型为sts时,该项必填
示例值:cos
Headers Array of AgentCredentialContentHeaderDTO 如果认证类型为reqKey时,该项必填

AgentCredentialContentHeaderDTO

凭证内容头

被如下接口引用:DescribeAgentAppMcpServers, DescribeAgentAppServices。

名称 类型 必选 描述
Key String 凭据header key
示例值:apiKey
Value String 凭据header value
示例值:**

BindMcpSecurityRuleDTO

BindMcpSecurityRuleDTO,替换之前的McpSecurityRule

被如下接口引用:CreateMcpServer, ModifyMcpServer。

名称 类型 必选 描述
ID String 规则ID
示例值:mr-xxxxxxxx
Act String 处置动作
示例值:watch

BindMcpSecurityRuleVO

BindMcpSecurityRuleVO,重新定义了之前的McpSecurityRulesVO

被如下接口引用:DescribeMcpServer。

名称 类型 必选 描述
ID String 规则ID
示例值:msr-0101
Type String 规则类型
示例值:data
Name String 规则名称
示例值:data
Description String 规则描述
示例值:data
RiskLevel String 风险等级
示例值:low
VersionNumber String 版本号
示例值:2026010101
Act String 当前选择的处置动作
示例值:watch
SupportActs Array of String 支持的处置动作
示例值:["watch"]
BodyType String 内容类型
示例值:data
IconType String icon类型
示例值:data

CompoundCondition

匹配条件

被如下接口引用:DescribeAgentAppServices。

名称 类型 必选 描述
Enable Boolean

是否启用


注意:此字段可能返回 null,表示取不到有效值。
示例值:true
Rules Array of SimpleCondition

匹配信息


注意:此字段可能返回 null,表示取不到有效值。

CreateAgentAppResp

创建Agent应用的返回值,根据创建的AuthType,返回ApiKey或者SecretKey

被如下接口引用:CreateAgentApp。

名称 类型 描述
ID String app id
示例值:aga-xxxxxxxx
ApiKey String 如果authType为apiKey时,返回该字段
示例值:sk-01010100101010
SecretKey String 如果authType为secretKey时,返回该字段
示例值:AK01010100101010
SecretID String 如果authType为secretKey时,返回该字段
示例值:010101001010100101010

CustomMatch

自定义匹配条件

被如下接口引用:DescribeAgentAppServices。

名称 类型 必选 描述
HeadersMatch CompoundCondition

请求头 匹配条件


注意:此字段可能返回 null,表示取不到有效值。
QueryMatch CompoundCondition

请求参数 匹配条件


注意:此字段可能返回 null,表示取不到有效值。

DescribeAgentAppMcpServersResp

查询App mcpServer绑定列表响应

被如下接口引用:DescribeAgentAppMcpServers。

名称 类型 描述
Total Integer 条目总数
示例值:4
Items Array of AgentAppMcpServerVO 具体条目

DescribeAgentAppResp

查询app详情响应

被如下接口引用:DescribeAgentApp, DescribeAgentApps。

名称 类型 描述
AppID Integer

租户appID


示例值:1300273807
Uin String

租户ID


示例值:700001136234
InstanceID String

实例ID


示例值:ins-a7af1980
ID String

应用ID


示例值:aga-41d42939
Name String

名称


示例值:测试agentApp
Description String

描述


示例值:description 01
Status String

状态


示例值:normal
CreateTime String

创建时间


示例值:2025-12-28T00:55:30.53Z
UpdateTime String

修改时间


示例值:2025-12-28T00:55:30.53Z
AuthType String

认证类型


示例值:apiKey
ApiKeys Array of String

apiKeys列表,脱敏


示例值:["SK**DF"]
SecretKeys Array of AgentAppSecretKeyVO

secretKey列表,脱敏

OAuth2ResourceServerID String

OAuth2 Resource Server ID


注意:此字段可能返回 null,表示取不到有效值。
示例值:ors-be1312ba
McpServersNum Integer

绑定mcpServer数量


示例值:1
ModelServicesNum Integer

绑定的模型服务数量


注意:此字段可能返回 null,表示取不到有效值。
示例值:0
ConnectorIDs Array of String

API认证列表


示例值:["ctr-****"]
ServicesNum Integer

关联API数量


示例值:1

DescribeAgentAppServicesVO

应用服务查询

被如下接口引用:DescribeAgentAppServices。

名称 类型 描述
Total Integer

总数


示例值:1
Items Array of AgentAppServiceVO

数据列表

DescribeAgentAppsResp

查询App列表响应

被如下接口引用:DescribeAgentApps。

名称 类型 描述
Total Integer 条目总数
示例值:10
Items Array of DescribeAgentAppResp 具体条目

DescribeAgentAppsSortDTO

agentApp查询排序

被如下接口引用:DescribeAgentApps。

名称 类型 必选 描述
CreateTime Integer 创建时间
示例值:1
UpdateTime Integer 修改时间
示例值:1
Name Integer 名称
示例值:1
Status Integer 状态
示例值:1

DescribeAgentCredentialResp

凭据详情响应

被如下接口引用:DescribeAgentAppMcpServers, DescribeAgentAppServices。

名称 类型 描述
AppID Integer

租户应用ID


示例值:1300273807
Uin String

租户ID


示例值:700001136234
InstanceID String

实例ID


示例值:ins-a7af1980
ID String

凭据ID


示例值:agc-4440aa1d
Name String

凭据名称


示例值:pingju
Status String

状态


示例值:normal
RelateMcpServerNum Integer

关联mcp数


示例值:0
RelateModelNum Integer

关联模型数


注意:此字段可能返回 null,表示取不到有效值。
示例值:1
RelateServiceNum Integer

关联服务数


注意:此字段可能返回 null,表示取不到有效值。
示例值:0
Content AgentCredentialContentDTO

凭据内容

CreateTime String

创建时间


示例值:2025-08-07T10:06:37.246Z
LastUpdateTime String

修改时间


示例值:2025-08-07T10:06:37.246Z
Type String

类型


示例值:reqKey

DescribeMcpServerResponseVO

DescribeMcpServerResponseVO

被如下接口引用:DescribeAgentAppMcpServers, DescribeMcpServer, DescribeMcpServers。

名称 类型 描述
InstanceID String 实例ID
注意:此字段可能返回 null,表示取不到有效值。
示例值:ins-a7af1980
Name String 名称
注意:此字段可能返回 null,表示取不到有效值。
示例值:testmcp
Description String 描述
注意:此字段可能返回 null,表示取不到有效值。
示例值:testmcp
LabelIDs Array of String 标签ID数组
注意:此字段可能返回 null,表示取不到有效值。
示例值:["01010"]
CategoryIDs Array of String 目录ID数组
注意:此字段可能返回 null,表示取不到有效值。
示例值:["01010"]
TargetSelect String 负载方式,robin random consistentHash
注意:此字段可能返回 null,表示取不到有效值。
示例值:random
TargetHosts Array of TargetHostDTO 目标服务器
注意:此字段可能返回 null,表示取不到有效值。
HttpProtocolType String 后端协议:http https
注意:此字段可能返回 null,表示取不到有效值。
示例值:http
CheckTargetCertsError Boolean 证书检查
注意:此字段可能返回 null,表示取不到有效值。
示例值:false
TargetPath String 目标路径
注意:此字段可能返回 null,表示取不到有效值。
示例值:/
InvokeLimitConfigStatus Boolean 流量控制状态
注意:此字段可能返回 null,表示取不到有效值。
示例值:true
InvokeLimitConfig InvokeLimitConfigDTO 流量控制配置
注意:此字段可能返回 null,表示取不到有效值。
IpWhiteStatus Boolean IP白名单开启状态
注意:此字段可能返回 null,表示取不到有效值。
示例值:false
IpWhiteConfig IpConfig IP白名单配置
注意:此字段可能返回 null,表示取不到有效值。
IpBlackStatus Boolean IP黑名单开启状态
注意:此字段可能返回 null,表示取不到有效值。
示例值:true
IpBlackConfig IpConfig IP黑名单配置
注意:此字段可能返回 null,表示取不到有效值。
ID String mcp server ID
注意:此字段可能返回 null,表示取不到有效值。
示例值:mcp-2fc41d77
Status String 状态
注意:此字段可能返回 null,表示取不到有效值。
示例值:normal
Url String 预览地址
注意:此字段可能返回 null,表示取不到有效值。
示例值:http://1.1.1.1/
App IDNameVO 应用
注意:此字段可能返回 null,表示取不到有效值。
Catalogs Array of IDNameVO 目录
注意:此字段可能返回 null,表示取不到有效值。
Labels Array of IDNameVO 标签
注意:此字段可能返回 null,表示取不到有效值。
CreateTime String 创建时间
注意:此字段可能返回 null,表示取不到有效值。
示例值:2025-08-07T09:55:58.696Z
LastUpdateTime String 最后修改时间
注意:此字段可能返回 null,表示取不到有效值。
示例值:2025-12-04T06:07:53.241Z
AppID Integer 用户appID
注意:此字段可能返回 null,表示取不到有效值。
示例值:1300273807
Uin String 用户ID
注意:此字段可能返回 null,表示取不到有效值。
示例值:700001136234
CustomHttpHost String 自定义host
注意:此字段可能返回 null,表示取不到有效值。
示例值:default
HttpHostType String Http 请求host类型 useRequestHost 保持源请求host targetHost 修正为源站host customHost 自定义host
注意:此字段可能返回 null,表示取不到有效值。
示例值:useRequestHost
Timeout Integer 请求的超时时间
注意:此字段可能返回 null,表示取不到有效值。
示例值:60
Mode String mcp server模式
示例值:wrap
McpVersion String mcp version
示例值:2024-11-05
WrapServices Array of String 封装模式下绑定的服务ID列表
注意:此字段可能返回 null,表示取不到有效值。
示例值:["svr-7e7f07e8"]
ToolNum Integer 工具数量
示例值:0
McpSecurityRulesVO Array of McpSecurityRulesVO 安全规则集响应
ToolConfigs Array of ToolConfigVO 真实工具级别配置,实时拉取了tool/list做渲染的,如果tool/list不通,就拉不到。
注意:此字段可能返回 null,表示取不到有效值。
UrlObj McpUrlObj 访问URL
ToolMessage String 后端mcp服务是否正常
示例值:error
Tools Array of McpTool 后端mcp服务的工具列表
WrapPaasID String 封装的API分组ID
示例值:app-be27914b
RelateAgentAppNum Integer 关联的agentApp数量
示例值:0
PluginConfigs Array of PluginConfigDTO 插件配置
注意:此字段可能返回 null,表示取不到有效值。

DescribeMcpServersResponseVO

ServicesVO

被如下接口引用:DescribeMcpServers。

名称 类型 描述
Total Integer 条目
注意:此字段可能返回 null,表示取不到有效值。
示例值:10
Items Array of DescribeMcpServerResponseVO 数组
注意:此字段可能返回 null,表示取不到有效值。

DescribeModelResponseVO

查询模型详情的响应

被如下接口引用:DescribeModel, DescribeModels。

名称 类型 描述
AppID Integer

腾讯云AppID


示例值:1300273807
Uin String

腾讯云Uin


示例值:700001136234
InstanceID String

实例ID


示例值:ins-a7af1980
ID String

模型ID


示例值:mod-85b343e0
Name String

模型名称


示例值:{55.52493325438*55.52493325438}
CredentialID String

凭据ID


示例值:agc-4440aa1d
CredentialName String

凭据名称


示例值:pingju
HttpProtocolType String

http协议类型


示例值:http
CheckTargetCertsError Boolean

https时,是否校验目标证书


示例值:true
HttpProtocolVersion String

http协议版本:1.1/2.0


示例值:1.1
TargetPath String

目标路径


示例值:/v122222
TargetHosts Array of TargetHostDTO

目标器列表

ModelServiceCount Integer

被模型服务使用的个数


示例值:1
CreateTime String

创建时间


示例值:2026-02-10T18:09:29.011Z
LastUpdateTime String

最后修改时间


示例值:2026-02-10T18:09:32.104Z
ModelID String

model ID


示例值:deepseek-v4
Description String

描述


示例值:deepseek-v4

DescribeModelServiceResponseVO

查询模型服务详情的响应

被如下接口引用:DescribeModelService, DescribeModelServices。

名称 类型 描述
AppID Integer

腾讯云AppID


示例值:1300273807
Uin String

腾讯云Uin


示例值:70000***
InstanceID String

实例ID


示例值:ins-****
ID String

模型ID


示例值:mds-****
Name String

模型名称


示例值:heheh
Description String

描述


示例值:heheh
PubPath String

访问路径


示例值:/modeltest
PathMatchType String

路径匹配方式:absolute,prefix,regex


示例值:prefix
TargetModels Array of TargetModelDTO

目标模型列表


注意:此字段可能返回 null,表示取不到有效值。
ModelNames Array of String

模板模型的名称列表


注意:此字段可能返回 null,表示取不到有效值。
示例值:["deepseek"]
InvokeLimitConfigStatus Boolean

是否开启限流


示例值:true
InvokeLimitConfig InvokeLimitConfigDTO

限流配置

CreateTime String

创建时间


示例值:2026-02-09T07:18:30.357Z
LastUpdateTime String

最后修改时间


示例值:2026-02-09T07:18:30.357Z
TokenLimitStatus Boolean

是否开启token控制


示例值:true
TokenLimitConfig TokenLimitConfigDTO

token控制

TmsStatus Boolean

是否开启tms配置


示例值:true
TmsConfig TmsConfigDTO

tms配置

IpWhiteStatus Boolean

是否开启IP白名单


示例值:true
IpWhiteList Array of String

IP白名单列表


注意:此字段可能返回 null,表示取不到有效值。
示例值:["1.1.1.1"]
IpBlackStatus Boolean

是否开启IP黑名单


示例值:true
IpBlackList Array of String

IP黑名单列表


注意:此字段可能返回 null,表示取不到有效值。
示例值:["1.1.1.1"]
PluginConfigs Array of PluginConfigDTO

插件配置


注意:此字段可能返回 null,表示取不到有效值。
Timeout Integer

超时配置,单位秒


示例值:60
Status String

状态:normal,disabled


示例值:disabled
RelateAgentAppNum Integer

关联应用数


示例值:1
Url String

请求路径


示例值:http://10.0.0.6/modeltest
PromptModerateStatus Boolean

是否开启提示词安全检测


注意:此字段可能返回 null,表示取不到有效值。
示例值:true
PromptModerateConfig PromptModerateConfigDTO

提示词安全检测配置


注意:此字段可能返回 null,表示取不到有效值。
SensitiveDataCheckStatus Boolean

是否开启敏感数据检测


注意:此字段可能返回 null,表示取不到有效值。
示例值:true
SensitiveDataCheckConfig SensitiveDataCheckConfigDTO

敏感数据检测配置


注意:此字段可能返回 null,表示取不到有效值。
TargetSelect String

负载方式

枚举值:

  • random: 随机
  • consistentHash: 会话保持

注意:此字段可能返回 null,表示取不到有效值。
示例值:consistentHash
FindHostKeyMethod String

会话判断方式

枚举值:

  • fromClientIP: 从客户端IP判断
  • fromHeader: 从请求header判断
  • autoDetect: 自动探测

注意:此字段可能返回 null,表示取不到有效值。
示例值:autoDetect
HostKeyHeaderName String

会话判断header名称


注意:此字段可能返回 null,表示取不到有效值。
示例值:x-session-id
FallbackStatus Boolean

是否开启备份模型


注意:此字段可能返回 null,表示取不到有效值。
示例值:true
FallbackModels Array of TargetModelDTO

备份模型


注意:此字段可能返回 null,表示取不到有效值。
ModelProtocol String

模型类型


注意:此字段可能返回 null,表示取不到有效值。
示例值:OpenAI
RawCustomModelProtocolConfig String

自定义模型协议配置


示例值:{ "request": { "userPromptPaths": [ "input.message" ] }, "response": { "streamContentPaths": [ "rawEvent.content" ] } }

DescribeModelServicesResponseVO

查询模型列表的响应

被如下接口引用:DescribeModelServices。

名称 类型 描述
Total Integer 条目
示例值:2
Items Array of DescribeModelServiceResponseVO 列表

DescribeModelServicesSort

查询模型服务列表的排序

被如下接口引用:DescribeModelServices。

名称 类型 必选 描述
CreateTime Integer 创建时间
示例值:1
LastUpdateTime Integer 最后修改时间
示例值:1
Name Integer 模型名称
示例值:1
Status Integer 状态
示例值:-1

DescribeModelsResponseVO

查询模型列表的响应

被如下接口引用:DescribeModels。

名称 类型 描述
Total Integer 条目
示例值:301
Items Array of DescribeModelResponseVO 列表

DescribeModelsSort

DescribeModelsSort

被如下接口引用:DescribeModels。

名称 类型 必选 描述
CreateTime Integer 创建时间
示例值:1
LastUpdateTime Integer 最后修改时间
示例值:1
Name Integer 模型名称
示例值:-1

FieldValueDTO

FieldValue结构体

被如下接口引用:DescribeAgentAppServices。

名称 类型 必选 描述
Field String

属性


示例值:field1
Value String


示例值:vaule1

HealthCheckConfigDTO

HealthCheckConfigDTO

被如下接口引用:DescribeAgentAppServices, ModifyService。

名称 类型 必选 描述
HealthCheckPath String 健康检查路径
注意:此字段可能返回 null,表示取不到有效值。
ValidHealthCheckStatusCode Array of Integer 状态码
注意:此字段可能返回 null,表示取不到有效值。
HealthCheckTimeout Integer 请求的超时时间
注意:此字段可能返回 null,表示取不到有效值。

IDNameVO

IDNameVO

被如下接口引用:DescribeAgentAppServices, DescribeMcpServer。

名称 类型 必选 描述
ID String 业务ID
注意:此字段可能返回 null,表示取不到有效值。
Name String 名称
注意:此字段可能返回 null,表示取不到有效值。

InvokeLimitConfigDTO

InvokeLimitConfigDTO

被如下接口引用:CreateAgentAppModelServices, CreateAgentAppServices, CreateMcpServer, CreateModelService, DescribeAgentAppServices, DescribeMcpServer, DescribeModelService, ModifyAgentAppModelServices, ModifyMcpServer, ModifyModelService, ModifyService。

名称 类型 必选 描述
Type String Type类型
注意:此字段可能返回 null,表示取不到有效值。
TokenBucketMaxNum Integer 令牌桶最大容量

注意:此字段可能返回 null,表示取不到有效值。
TokenBucketRate Integer 令牌生成速率
注意:此字段可能返回 null,表示取不到有效值。
FunnelMaxNum Integer 漏斗容量
注意:此字段可能返回 null,表示取不到有效值。
FunnelRate Integer 漏嘴流速
注意:此字段可能返回 null,表示取不到有效值。
SlidingWindowMaxNum Integer 滑动窗口最大请求数
注意:此字段可能返回 null,表示取不到有效值。
SlidingWindowSize Integer 滑动窗口长度
注意:此字段可能返回 null,表示取不到有效值。
TimeWindow Integer 时间窗口最大请求数
注意:此字段可能返回 null,表示取不到有效值。
TimeWindowInterval Integer 时间窗口长度
注意:此字段可能返回 null,表示取不到有效值。
Timeout Integer 请求的超时时间
注意:此字段可能返回 null,表示取不到有效值。

IpConfig

ip黑白名单配置

被如下接口引用:CreateMcpServer, DescribeMcpServer, ModifyMcpServer。

名称 类型 必选 描述
Ips Array of String ip数组
注意:此字段可能返回 null,表示取不到有效值。
示例值:["1.1.1.1"]
EffectType String 生效类型
注意:此字段可能返回 null,表示取不到有效值。
示例值:always
EffectTimes Array of StartEndTime 生效时间
注意:此字段可能返回 null,表示取不到有效值。
Comment String 备注
注意:此字段可能返回 null,表示取不到有效值。
示例值:test_e

LimitWindowsDTO

限流窗口配置

被如下接口引用:CreateModelService, ModifyModelService。

名称 类型 必选 描述
Interval Integer 时间窗口,分钟
注意:此字段可能返回 null,表示取不到有效值。
示例值:10
Limit Integer 累计上限,k
注意:此字段可能返回 null,表示取不到有效值。
示例值:100

McpInputOutSchema

出入参说明

被如下接口引用:DescribeMcpServer。

名称 类型 必选 描述
Type String 类型
注意:此字段可能返回 null,表示取不到有效值。
示例值:string
Properties String 属性
注意:此字段可能返回 null,表示取不到有效值。
示例值:test_ee
Required Array of String 必填字段
注意:此字段可能返回 null,表示取不到有效值。
示例值:["string"]
Description String 描述
注意:此字段可能返回 null,表示取不到有效值。
示例值:test_ee

McpSecurityRule

mcp安全规则

被如下接口引用:CreateMcpServer, ModifyMcpServer。

名称 类型 必选 描述
ID String 规则ID
示例值:mr-xxxxxxxx
Status String 状态
示例值:open
Act String 处置动作
示例值:watch

McpSecurityRulesVO

绑定的安全规则列表

被如下接口引用:DescribeMcpServer。

名称 类型 描述
ID String 规则ID
示例值:msr-0101
Type String 规则类型
示例值:data
Name String 规则名称
示例值:data
Description String 规则描述
示例值:data
RiskLevel String 风险等级
示例值:low
VersionNumber String 版本号
示例值:2026010101
Status String 状态开关
示例值:normal
Act String 当前选择的处置动作
示例值:watch
SupportActs Array of String 支持的处置动作
示例值:["watch"]
BodyType String 内容类型
示例值:data
IconType String icon类型
示例值:data

McpTool

mcp工具

被如下接口引用:DescribeMcpServer。

名称 类型 必选 描述
Name String 名称
注意:此字段可能返回 null,表示取不到有效值。
示例值:getUser
Description String 描述
注意:此字段可能返回 null,表示取不到有效值。
示例值:getUser
InputSchema McpInputOutSchema 入参参数
注意:此字段可能返回 null,表示取不到有效值。
Annotations McpToolAnnotation 注释
注意:此字段可能返回 null,表示取不到有效值。
OutputSchema McpInputOutSchema 出参参数
注意:此字段可能返回 null,表示取不到有效值。

McpToolAnnotation

mcp工具注解

被如下接口引用:DescribeMcpServer。

名称 类型 必选 描述
Title String title for the tool
注意:此字段可能返回 null,表示取不到有效值。
示例值:getUser
ReadOnlyHint Boolean If true, the tool does not modify its environment
注意:此字段可能返回 null,表示取不到有效值。
示例值:true
DestructiveHint Boolean If true, the tool may perform destructive updates
注意:此字段可能返回 null,表示取不到有效值。
示例值:true
IdempotentHint Boolean If true, repeated calls with same args have no additional effect
注意:此字段可能返回 null,表示取不到有效值。
示例值:true
OpenWorldHint Boolean If true, tool interacts with external entities
注意:此字段可能返回 null,表示取不到有效值。
示例值:false

McpUrlObj

Mcp的访问URL

被如下接口引用:DescribeMcpServer。

名称 类型 描述
SSEUrl String sse访问URL
示例值:http://10.0.0.4/_llmsgw_/sse/aga-41d42939/mcp-2fc41d77
StreamAbleUrl String streamable访问URL
示例值:http://10.0.0.4/_llmsgw_/mcp/aga-2f812567/mcp-2fc41d77

PluginConfigDTO

PluginConfigDTO

被如下接口引用:CreateMcpServer, CreateModelService, DescribeAgentAppServices, DescribeMcpServer, DescribeModelService, ModifyMcpServer, ModifyModelService, ModifyService。

名称 类型 必选 描述
Status Boolean 状态
注意:此字段可能返回 null,表示取不到有效值。
PluginName String 名称
注意:此字段可能返回 null,表示取不到有效值。
Description String 描述
注意:此字段可能返回 null,表示取不到有效值。
PluginID String ID
注意:此字段可能返回 null,表示取不到有效值。
Level Integer 优先级
注意:此字段可能返回 null,表示取不到有效值。
PluginFormValues Array of PluginFormValueDTO 表单配置
注意:此字段可能返回 null,表示取不到有效值。

PluginFormValueDTO

PluginFormValueDTO

被如下接口引用:CreateMcpServer, CreateModelService, ModifyMcpServer, ModifyModelService, ModifyService。

名称 类型 必选 描述
Field String 字段
注意:此字段可能返回 null,表示取不到有效值。
Value String
注意:此字段可能返回 null,表示取不到有效值。

PromptModerateConfigDTO

提示词安全配置

被如下接口引用:CreateModelService, DescribeModelService, ModifyModelService。

名称 类型 必选 描述
Action String

执行动作


注意:此字段可能返回 null,表示取不到有效值。
示例值:watch
InterceptMessage String

响应拦截内容


注意:此字段可能返回 null,表示取不到有效值。
示例值:intercept
ContextScope String

检测上下文


注意:此字段可能返回 null,表示取不到有效值。
示例值:hybrid

ResultIDVO

ResultIDVO

被如下接口引用:CreateAgentAppMcpServers, CreateAgentAppModelServices, CreateAgentAppServices, CreateMcpServer, CreateModel, CreateModelService, DeleteAgentApp, DeleteAgentAppMcpServers, DeleteAgentAppModelServices, DeleteAgentAppServices, DeleteMcpServer, DeleteModelService, ModifyAgentApp, ModifyAgentAppModelServices, ModifyMcpServer, ModifyModel, ModifyModelService。

名称 类型 描述
ID String 对象ID
注意:此字段可能返回 null,表示取不到有效值。
示例值:mds-36d0b658

ResultIDsVO

结果ID数组

被如下接口引用:DeleteModel。

名称 类型 描述
IDs Array of String 结果ID数组
注意:此字段可能返回 null,表示取不到有效值。
示例值:["mod-edd55e4f"]

SensitiveDataCheckConfigDTO

敏感数据检测配置

被如下接口引用:CreateModelService, DescribeModelService, ModifyModelService。

名称 类型 必选 描述
Action String

执行动作


注意:此字段可能返回 null,表示取不到有效值。
示例值:intercept
InterceptMessage String

响应拦截内容


注意:此字段可能返回 null,表示取不到有效值。
示例值:intercept
CheckItems Array of String

检测项

枚举值:

  • birthday: 生日
  • email: 邮箱
  • identity_number: 身份证
  • phone_number: 电话号码
  • secret: 秘钥
  • password: 密码
  • private_key: 私钥

注意:此字段可能返回 null,表示取不到有效值。
示例值:["password"]
ContextScope String

检测上下文


注意:此字段可能返回 null,表示取不到有效值。
示例值:global

ServiceDatabaseOrderParam

ServiceDatabaseOrderParam

被如下接口引用:DescribeAgentAppServices。

名称 类型 必选 描述
FieldName String

字段名称


注意:此字段可能返回 null,表示取不到有效值。
示例值:field
Order String

排序 asc desc


注意:此字段可能返回 null,表示取不到有效值。
示例值:asc

ServiceDatabaseReqParam

向导模式请求参数

被如下接口引用:DescribeAgentAppServices。

名称 类型 必选 描述
FieldName String

表字段名


注意:此字段可能返回 null,表示取不到有效值。
示例值:field
Operator String

操作符


注意:此字段可能返回 null,表示取不到有效值。
示例值:eq
Val String

参数名/常量


注意:此字段可能返回 null,表示取不到有效值。
示例值:value
ValType String

参数类型


注意:此字段可能返回 null,表示取不到有效值。
示例值:string
InternalField Boolean

内部字段


注意:此字段可能返回 null,表示取不到有效值。
示例值:true

ServiceDatabaseRespParam

响应参数

被如下接口引用:DescribeAgentAppServices。

名称 类型 必选 描述
FieldName String

源字段名称


注意:此字段可能返回 null,表示取不到有效值。
示例值:field1
Name String

目标字段名称


注意:此字段可能返回 null,表示取不到有效值。
示例值:field2

ServiceVO

ServiceVO

被如下接口引用:DescribeAgentAppServices。

名称 类型 必选 描述
InstanceID String

实例


注意:此字段可能返回 null,表示取不到有效值。
示例值:ins-4fe8e5ab
Name String

名称


注意:此字段可能返回 null,表示取不到有效值。
示例值:llm_test
Description String

描述


注意:此字段可能返回 null,表示取不到有效值。
示例值:大模型测试
LabelIDs Array of String

标签


注意:此字段可能返回 null,表示取不到有效值。
示例值:["lab-xxxxxxx"]
CategoryIDs Array of String

目录


注意:此字段可能返回 null,表示取不到有效值。
示例值:["cat-xxxxxxxx"]
TargetSelect String

负载方式


注意:此字段可能返回 null,表示取不到有效值。
示例值:random
PubPath String

公开路径


注意:此字段可能返回 null,表示取不到有效值。
示例值:/llm
RequestMethod String

请求方法


注意:此字段可能返回 null,表示取不到有效值。
示例值:any
TargetHosts Array of TargetHostDTO

目标服务器


注意:此字段可能返回 null,表示取不到有效值。
HttpProtocolType String

是否https


注意:此字段可能返回 null,表示取不到有效值。
示例值:http
CheckTargetCertsError Boolean

证书检查


注意:此字段可能返回 null,表示取不到有效值。
示例值:true
HttpProtocolVersion String

http协议类型


注意:此字段可能返回 null,表示取不到有效值。
示例值:1.1
Versions Array of VersionDTO

版本号


注意:此字段可能返回 null,表示取不到有效值。
TargetPath String

目标路径


注意:此字段可能返回 null,表示取不到有效值。
示例值:/compatible-mode/v1/chat/completions
RequestParamsValidatorStatus Boolean

入参


注意:此字段可能返回 null,表示取不到有效值。
示例值:true
RequestParamsValidatorJsonInfoT String

入参


注意:此字段可能返回 null,表示取不到有效值。
示例值:{"Body":{"Type":"object"},"Query":{"Type":"object"},"Header":{"Type":"object"}}
ResponseParamsValidatorStatus Boolean

出参


注意:此字段可能返回 null,表示取不到有效值。
示例值:true
ResponseParamsValidatorJsonInfoT String

出参


注意:此字段可能返回 null,表示取不到有效值。
示例值:{"Body":{"Type":"object"},"Query":{"Type":"object"},"Header":{"Type":"object"}}
InvokeLimitConfigStatus Boolean

流量控制


注意:此字段可能返回 null,表示取不到有效值。
示例值:true
InvokeLimitConfig InvokeLimitConfigDTO

流量控制


注意:此字段可能返回 null,表示取不到有效值。
HealthCheckStatus Boolean

健康检查


注意:此字段可能返回 null,表示取不到有效值。
示例值:true
HealthCheckConfig HealthCheckConfigDTO

健康检查


注意:此字段可能返回 null,表示取不到有效值。
SourceTypeStatus Boolean

格式转换


注意:此字段可能返回 null,表示取不到有效值。
示例值:true
SourceTypeConfig SourceTypeConfigDTO

格式转换


注意:此字段可能返回 null,表示取不到有效值。
IpWhiteStatus Boolean

IP白名单


注意:此字段可能返回 null,表示取不到有效值。
示例值:true
IpWhiteList Array of String

IP白名单


注意:此字段可能返回 null,表示取不到有效值。
示例值:["127.0.0.1"]
IpBlackStatus Boolean

IP黑名单


注意:此字段可能返回 null,表示取不到有效值。
示例值:true
IpBlackList Array of String

IP黑名单


注意:此字段可能返回 null,表示取不到有效值。
示例值:["127.0.0.1"]
PluginConfigs Array of PluginConfigDTO

插件


注意:此字段可能返回 null,表示取不到有效值。
ID String

服务ID


注意:此字段可能返回 null,表示取不到有效值。
示例值:svr-462e07d3
Status String

状态


注意:此字段可能返回 null,表示取不到有效值。
示例值:normal
Url String

预览地址


注意:此字段可能返回 null,表示取不到有效值。
示例值:http://www.app.com/llm
App IDNameVO

app


注意:此字段可能返回 null,表示取不到有效值。
Catalogs Array of IDNameVO

目录


注意:此字段可能返回 null,表示取不到有效值。
Labels Array of IDNameVO

标签


注意:此字段可能返回 null,表示取不到有效值。
Logins Array of IDNameVO

认证方式


注意:此字段可能返回 null,表示取不到有效值。
AuthAppNum Integer

授权数


注意:此字段可能返回 null,表示取不到有效值。
示例值:0
CreateTime String

创建时间


注意:此字段可能返回 null,表示取不到有效值。
示例值:2026-01-04T03:15:26.362Z
LastUpdateTime String

最后修改时间


注意:此字段可能返回 null,表示取不到有效值。
示例值:2026-01-07T03:33:26.398Z
AppID Integer

应用ID


注意:此字段可能返回 null,表示取不到有效值。
示例值:251272682
Uin String

用户ID


注意:此字段可能返回 null,表示取不到有效值。
示例值:700001382999
Domain String

域名


注意:此字段可能返回 null,表示取不到有效值。
示例值:test.com
OpenMessageLogStatus Boolean

是否开启报文记录


注意:此字段可能返回 null,表示取不到有效值。
示例值:true
TargetServiceType String

目标服务类型 Restful Database Mock


注意:此字段可能返回 null,表示取不到有效值。
示例值:Restful
SqlTemplate SqlTemplate

SQL模板


注意:此字段可能返回 null,表示取不到有效值。
TargetHostType Integer

目标Host类型 0 默认 1 vpc


注意:此字段可能返回 null,表示取不到有效值。
示例值:0
TargetServiceHostType Integer

后端服务类型 0 自定义 原始数据:ip/域名或vpc 1 后端服务 服务组


注意:此字段可能返回 null,表示取不到有效值。
示例值:0
TargetServerGroupID String

后端服务组ID


注意:此字段可能返回 null,表示取不到有效值。
示例值:tsg-xxxxxxxx
TargetServerGroup TargetServerGroupDTO

后端服务组


注意:此字段可能返回 null,表示取不到有效值。
CustomHttpHost String

自定义host


注意:此字段可能返回 null,表示取不到有效值。
示例值:test.com
HttpHostType String

Http 请求host类型 useRequestHost 保持源请求host targetHost 修正为源站host customHost 自定义host


注意:此字段可能返回 null,表示取不到有效值。
示例值:targetHost
MockStatusCode Integer

mock响应状态码


注意:此字段可能返回 null,表示取不到有效值。
示例值:400
MockBody String

mock响应body


注意:此字段可能返回 null,表示取不到有效值。
示例值:MockBody
MockHeaders Array of FieldValueDTO

mock响应头


注意:此字段可能返回 null,表示取不到有效值。
PathMatchType String

路径匹配类型: prefix 前缀匹配(不送默认); absolute 绝对匹配; regex正则匹配;


注意:此字段可能返回 null,表示取不到有效值。
示例值:prefix
CustomMatch CustomMatch

自定义匹配条件


注意:此字段可能返回 null,表示取不到有效值。
Timeout Integer

请求的超时时间


注意:此字段可能返回 null,表示取不到有效值。
示例值:60
McpServerNum Integer

绑定的mcp server数量


注意:此字段可能返回 null,表示取不到有效值。
示例值:1

SimpleCondition

匹配条件请求参数

被如下接口引用:DescribeAgentAppServices。

名称 类型 必选 描述
Key String

字段名


注意:此字段可能返回 null,表示取不到有效值。
示例值:key1
Condition String

匹配方式: eq 等于;ne 不等于;regex 正则;


注意:此字段可能返回 null,表示取不到有效值。
示例值:eq
Value String

字段值 或正则表达式


注意:此字段可能返回 null,表示取不到有效值。
示例值:value1

SourceTypeConfigDTO

SourceTypeConfigDTO

被如下接口引用:DescribeAgentAppServices, ModifyService。

名称 类型 必选 描述
ReqSourceType String json xml urlencoded amf0 amf3 hessian1 hessian2

注意:此字段可能返回 null,表示取不到有效值。
ReqTargetType String json xml urlencoded amf0 amf3 hessian1 hessian2

注意:此字段可能返回 null,表示取不到有效值。
ResSourceType String json xml urlencoded amf0 amf3 hessian1 hessian2

注意:此字段可能返回 null,表示取不到有效值。
ResTargetType String json xml urlencoded amf0 amf3 hessian1 hessian2

注意:此字段可能返回 null,表示取不到有效值。

SqlTemplate

SqlTemplate SQL模板

被如下接口引用:DescribeAgentAppServices。

名称 类型 必选 描述
DbConfigMode String

配置方式 script 脚本 wizard 向导


注意:此字段可能返回 null,表示取不到有效值。
示例值:script
DataSourceID String

数据源ID


注意:此字段可能返回 null,表示取不到有效值。
示例值:ds-****
Sql String

Sql代码


注意:此字段可能返回 null,表示取不到有效值。
示例值:select * from xxx
WizardConfig WizardConfig

向导模式配置


注意:此字段可能返回 null,表示取不到有效值。

StartEndTime

开始结束时间结构体

被如下接口引用:CreateMcpServer, DescribeMcpServer, ModifyMcpServer。

名称 类型 必选 描述
StartTime String 开始时间
注意:此字段可能返回 null,表示取不到有效值。
示例值:202512121212
EndTime String 结束时间
注意:此字段可能返回 null,表示取不到有效值。
示例值:202601010101

TargetHostDTO

TargetHostDTO

被如下接口引用:CreateMcpServer, CreateModel, DescribeAgentAppServices, DescribeMcpServer, DescribeModel, ModifyMcpServer, ModifyModel。

名称 类型 必选 描述
Host String 服务器
注意:此字段可能返回 null,表示取不到有效值。
示例值:10.1.2.3
Rank Integer 权重
注意:此字段可能返回 null,表示取不到有效值。
示例值:10

TargetModelDTO

模板模型

被如下接口引用:CreateModelService, DescribeModelService, ModifyModelService。

名称 类型 必选 描述
ID String 模型ID
示例值:mod-0926d298
Name String 匹配名称
示例值:deepseek
Rank Integer 权重
示例值:10

TargetServerGroupDTO

后端服务组DTO

被如下接口引用:DescribeAgentAppServices。

名称 类型 必选 描述
ID String

后端服务组ID


注意:此字段可能返回 null,表示取不到有效值。
示例值:tsg-****
Name String

名称


注意:此字段可能返回 null,表示取不到有效值。
示例值:testgroup
TargetHosts Array of TargetHostDTO

目标服务器列表


注意:此字段可能返回 null,表示取不到有效值。
TargetHostType Integer

目标Host类型 0 默认 1 vpc


注意:此字段可能返回 null,表示取不到有效值。
示例值:0
ServiceCount Integer

关联的服务数量


注意:此字段可能返回 null,表示取不到有效值。
示例值:0
CreateTime String

创建时间


注意:此字段可能返回 null,表示取不到有效值。
示例值:0001-01-01T00:00:00Z

TmsConfigDTO

内容安全配置

被如下接口引用:CreateModelService, DescribeModelService, ModifyModelService。

名称 类型 必选 描述
Scope Array of String

检测范围,请求/响应


注意:此字段可能返回 null,表示取不到有效值。
示例值:["request"]
Mode String

检测形式


注意:此字段可能返回 null,表示取不到有效值。
示例值:sync
Action String

执行动作


注意:此字段可能返回 null,表示取不到有效值。
示例值:watch
MergeCount Integer

合并请求检测event数,联动Mode字段sync


注意:此字段可能返回 null,表示取不到有效值。
示例值:10
BizType String

风控策略


注意:此字段可能返回 null,表示取不到有效值。
示例值:tms-01010
InterceptMessage String

响应拦截内容


注意:此字段可能返回 null,表示取不到有效值。
示例值:failed
ContextScope String

检测上下文


注意:此字段可能返回 null,表示取不到有效值。
示例值:latest

TokenLimitConfigDTO

Token限流配置

被如下接口引用:CreateAgentAppModelServices, CreateModelService, DescribeModelService, ModifyAgentAppModelServices, ModifyModelService。

名称 类型 必选 描述
Type String

限流类型

枚举值:

  • minute: 时间窗口
  • day: 自然日
  • month: 自然月

注意:此字段可能返回 null,表示取不到有效值。
示例值:day
LimitRequestBody Integer

单次请求上限,k


注意:此字段可能返回 null,表示取不到有效值。
示例值:100
LimitWindows Array of LimitWindowsDTO

累次token总量消耗上限


注意:此字段可能返回 null,表示取不到有效值。

ToolConfigDTO

工具级别配置

被如下接口引用:CreateMcpServer, ModifyMcpServer。

名称 类型 必选 描述
ToolName String 工具名称
注意:此字段可能返回 null,表示取不到有效值。
示例值:tool-test
InvokeLimitConfigStatus Boolean 是否开启限流配置
示例值:true
InvokeLimitConfig InvokeLimitConfigDTO 限流配置
McpSecurityRules Array of BindMcpSecurityRuleDTO 绑定安全规则

ToolConfigVO

工具配置响应

被如下接口引用:DescribeMcpServer。

名称 类型 描述
ToolName String 工具名称
示例值:toolName
InvokeLimitConfigStatus Boolean 是否开启限流配置
示例值:false
InvokeLimitConfig InvokeLimitConfigDTO 限流配置
McpSecurityRules Array of BindMcpSecurityRuleVO 绑定安全规则(响应)

VersionDTO

VersionDTO

被如下接口引用:DescribeAgentAppServices, ModifyService。

名称 类型 必选 描述
Version String Version版本
注意:此字段可能返回 null,表示取不到有效值。
TargetPath String 目标路径
注意:此字段可能返回 null,表示取不到有效值。

WizardConfig

WizardConfig 向导模式配置

被如下接口引用:DescribeAgentAppServices。

名称 类型 必选 描述
DbTable String

表名


注意:此字段可能返回 null,表示取不到有效值。
示例值:test_table
DbEnablePaging Boolean

是否分页


注意:此字段可能返回 null,表示取不到有效值。
示例值:true
DbReqParams Array of ServiceDatabaseReqParam

请求参数


注意:此字段可能返回 null,表示取不到有效值。
DbRespParams Array of ServiceDatabaseRespParam

响应参数


注意:此字段可能返回 null,表示取不到有效值。
DbOrdParams Array of ServiceDatabaseOrderParam

排序参数


注意:此字段可能返回 null,表示取不到有效值。
DbEnableMappingResp Boolean

是否开启出参映射


注意:此字段可能返回 null,表示取不到有效值。
示例值:true