Counting the Number of Node Groups
Function
Counts the number of node groups.
Syntax
Operation type: GET
URL: https://{ip}:{port}/edgemanager/v1/nodegroup/stats
Usage Example
Request:
GET https://10.10.10.10:30035/edgemanager/v1/nodegroup/stats
Response:
{
"status": "00000000",
"msg": "success",
"data": 1
}
Response status code: 200
Output Description
Parameter |
Type |
Description |
|---|---|---|
status |
String |
Error code |
msg |
String |
Description |
data |
Number |
Total number of node groups |
Parent topic: Node Group Management