Querying the cert-manager Version
Function
Queries the cert-manager version.
Syntax
Operation type: GET
URL: https://{ip}:{port}/certmanager/v1/version
Usage Example
Request:
GET https://10.10.10.10:30035/certmanager/v1/version
Response:
{
"status": "00000000",
"msg": "success",
"data": " version: "6.0.0"
}
Response status code:
Output Description
Field |
Type |
Description |
|---|---|---|
status |
String |
Error code |
msg |
String |
Description |
data |
String |
Current version number |
Parent topic: Component Version APIs