Performing an Edge Node Upgrade Check
Function
This API is used to check whether an edge node can be upgraded.
URI
GET /v2/{project_id}/edgemgr/nodes/{node_id}/upgrade
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Project ID. For details about how to obtain a project ID, see Obtaining a Project ID. |
node_id |
Yes |
String |
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
Response parameters
Parameter |
Type |
Description |
---|---|---|
upgrade_enable |
Boolean |
Whether the edge node can be upgraded. |
reason |
String |
Reason why the upgrade is not supported. |
version |
String |
Edge software version. |
Example response
{ "upgrade_enable": true, "reason": "xxx", "version": "xxx" }
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