Querying Details About an Edge Node
Function
This API is used to query details about an edge node.
URI
GET /v2/{project_id}/edgemgr/nodes/{node_id}
Parameter |
Mandatory |
Description |
---|---|---|
project_id |
Yes |
Project ID. For details about how to obtain a project ID, see Obtaining a Project ID. |
node_id |
Yes |
Edge node ID. |
Request
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
Content-Type |
Yes |
String |
Message body type (format). The default value application/json is recommended. |
X-Auth-Token |
Yes |
String |
User token. The token can be obtained by calling the IAM API used to obtain a user token. The value of X-Subject-Token in the response header is the user token. |
Response
Parameter |
Type |
Description |
---|---|---|
node |
Table 1 object |
Details about the edge node. |
Example response
{ "node": { "edged_version": "2.6.0", "mqtt_internal": "tls://0.0.0.0:8883", "ca": null, "updated_at": "2019-07-24T06:11:54.649516+08:00", "node_type": null, "docker_enable": true, "device_infos": [], "upgrade_history": [ { "to_version": "2.3.0", "upgrade_time": 1557987888, "result": "install_success", "id": 0 }, { "from_version": "2.3.0", "to_version": "2.3.0", "result": "install_success", "dur_time": 2248264, "upgrade_time": 1560236152, "id": 1 }, { "from_version": "2.3.0", "to_version": "2.3.0", "result": "install_success", "dur_time": 87129, "upgrade_time": 1560323281, "id": 2 }, { "from_version": "2.3.0", "to_version": "2.3.0", "result": "install_success", "dur_time": 158246, "upgrade_time": 1560481527, "id": 3 }, { "from_version": "2.3.0", "to_version": "2.5.0", "result": "install_success", "dur_time": 1466742, "upgrade_time": 1561948269, "id": 4 }, { "from_version": "2.5.0", "to_version": "2.5.0", "result": "install_success", "dur_time": 884941, "upgrade_time": 1562833210, "id": 5 }, { "from_version": "2.5.0", "to_version": "2.6.0", "result": "install_success", "dur_time": 1106868, "upgrade_time": 1563940078, "id": 6 } ], "pause_docker_image": null, "ntp_configs": { "ntp_servers": [ "10.127.1.0", "ntp.myhuaweicloud.com" ], "ntp_enabled": true }, "ief_node_version": "2.6.0", "id": "699de693-8493-4912-89dc-882134c5bf13", "device_num": 0, "certificate": null, "nics": [ { "interface": "eth0", "ip": "10.0.0.41" } ], "gpu_num": 0, "os_version": "3.10.0-957.21.3.el7.x86_64", "state": "RUNNING", "error_reason": null, "memory": 990, "mqtt_mode": "internal", "project_id": "", "private_key": null, "os_name": "CentOS Linux 7 (Core)", "description": "", "gpu_info": [], "mqtt_external": null, "arch": "x86_64", "host_ips": [ "10.0.0.41" ], "enable_gpu": false, "enable_npu": false, "name": "ief-node", "deployment_num": 0, "package": null, "container_runtime_version": "docker://19.03.0", "created_at": "2019-05-16T06:19:10.303502+08:00", "cpu": 1, "product_id": null, "host_name": "iefnode", "attributes": [], "os_type": "linux", "log_configs": [ { "level": "info", "rotate_num": 5, "component": "system", "rotate_period": "daily", "type": "local", "id": "ccc1080e-e156-48d2-b2d0-20044900d6ac", "size": 50 }, { "level": "on", "rotate_num": 5, "component": "app", "rotate_period": "daily", "type": "local", "id": "e42f9c75-e010-4320-ad2d-a7501a3aa543", "size": 50 }, { "level": "off", "rotate_num": 5, "component": "system", "rotate_period": "yearly", "type": "LTS", "id": "b29659b5-364a-4d7e-8447-b5525b6b46d0", "size": 50 }, { "level": "off", "rotate_num": 5, "component": "app", "rotate_period": "yearly", "type": "LTS", "id": "c4ac8c83-64f5-4b84-b163-33581f08b1a8", "size": 50 } ] } }
Error Codes
For details, see Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot