All Products
Search
Document Center

Cloud Firewall:DescribeSignatureLibVersion

Last Updated:Jan 07, 2026

Describes the version information of the signature library.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

No parameters required.

Response elements

Element

Type

Description

Example

object

TotalCount

integer

The total number of entries.

132

RequestId

string

The ID of the request.

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

Version

array<object>

The version information.

object

The version number.

Type

string

The type.

Valid values:

  • ips :

    Basic protection and virtual patching

  • intelligence :

    Threat intelligence

ips

Version

string

The version.

IPS-2307-02

UpdateTime

integer

The update time.

1741067915

Examples

Success response

JSON format

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

Error codes

HTTP status code

Error code

Error message

Description

400 ErrorSourceCodeError The source code is invalid. The source code is invalid.
400 ErrorDBSelectError A database select error occurred. The error message returned because an internal error has occurred in querying the database.
400 ErrorMarshalJSON internal error. 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. This request uses the same client token as the previous request, but not the same. Do not reuse client tokens in different requests unless the request is the same.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.