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