DescribeSignatureLibVersion - 查询特征库版本信息

查询特征库版本信息。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

调试

授权信息

当前API暂无授权信息透出。

请求参数

名称

类型

必填

描述

示例值

当前API无需请求参数

返回参数

名称

类型

描述

示例值

object

TotalCount

integer

总数。

132

RequestId

string

本次请求的 ID。

9C50C2A9-4BBB-5504-8ADA-C41A79B8C946

Version

array<object>

版本信息。

object

版本号。

Type

string

类型。

枚举值:

  • ips :

    基础防御和虚拟补丁

  • intelligence :

    威胁情报

ips

Version

string

版本。

IPS-2307-02

UpdateTime

integer

更新时间。

1741067915

示例

正常返回示例

JSON格式

{
  "TotalCount": 132,
  "RequestId": "9C50C2A9-4BBB-5504-8ADA-C41A79B8C946",
  "Version": [
    {
      "Type": "ips",
      "Version": "IPS-2307-02",
      "UpdateTime": 1741067915
    }
  ]
}

错误码

HTTP status code

错误码

错误信息

描述

400 ErrorSourceCodeError The source code is invalid. 无效的source code
400 ErrorDBSelectError A database select error occurred. 内部错误:数据库查询错误
400 ErrorMarshalJSON internal error. 内部错误。
400 IdempotentParameterMismatch The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical. 该请求使用与上一个请求相同但不相同的客户端令牌。不要在不同的请求中重复使用客户端令牌,除非请求相同。

访问错误中心查看更多错误码。

变更历史

更多信息,参考变更详情