Describes the version information of the signature library.
Try it now
Test
RAM authorization
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 |
| 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.