All Products
Search
Document Center

:UpdateEdgeInstance

Last Updated:May 13, 2024

Updates an edge instance.

Limits

Each Alibaba Cloud account can run a maximum of five queries per second (QPS).

Note RAM users of an Alibaba Cloud account share the quota of the account.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

ParameterTypeRequiredExampleDescription
ActionStringYesUpdateEdgeInstance

The operation that you want to perform. Set the value to UpdateEdgeInstance.

InstanceIdStringYesF3APY0tPLhmgGtx0****

The ID of the edge instance. To obtain the instance ID, perform the following steps: Log on to the Link IoT Edge console. On the Edge Instances page, move the pointer over the name of the edge instance that you want to update and obtain the instance ID.

You can also call the QueryEdgeInstance operation to query the instance ID.

NameStringYesLinkIoTEdge_Node

The name of the edge instance.

The name can be up to 20 characters in length and can contain letters, digits, underscores (_), and hyphens (-).

IotInstanceIdStringNoiot_instc_pu****_c*-v64********

The ID of the Internet of Things (IoT) service instance. This parameter is not required for the public instance but required for Enterprise Edition instances.

TagsStringNok1:v1,k2:v2

The tags of the edge instance. Each tag is a key-value pair. Multiple tags are separated with commas (,). Example: k1:v1,k2:v2.

  • Take note of the following limits on tag keys:
    • Tag keys cannot be left empty.
    • Tag keys must be unique in the edge instance.
    • Tag keys support only letters.
    • Each tag key can be up to 20 characters in length.
  • Take note of the following limits on tag values:
    • Tag values cannot be left empty.
    • A tag value can contain letters, digits, underscores (_), and hyphens (-).
    • Each tag value can be up to 20 characters in length.

If you do not set this parameter, this parameter is not updated.

SpecIntegerNo10

The specifications of the edge instance. Valid values:

  • 10: Lite Edition
  • 20: Standard Edition
  • 30: Pro Edition

If you do not set this parameter, this parameter is not updated.

BizEnableBooleanNotrue

Specifies whether to enable the edge instance. Valid values:

  • true: enables the edge instance.
  • false: disables the edge instance.

If you do not set this parameter, this parameter is not updated.

In addition to the preceding operation-specific request parameters, you must specify common request parameters when you call this operation. For more information about common request parameters, see Common parameters.

Response parameters

ParameterTypeExampleDescription
CodeStringSuccess

The return code of the operation.

ErrorMessageStringrequest parameter error

The error message that is returned if the call failed.

RequestIdString10CA6DAD-EBAF-4D3E-9309-9DB5B0FF48F2

The ID of the request.

SuccessBooleantrue

Indicates whether the call was successful. A value of true indicates that the call was successful. A value of false indicates that the call failed.

Examples

Sample requests

http(s)://iot.cn-shanghai.aliyuncs.com/? Action=UpdateEdgeInstance
&InstanceId=F3APY0tPLhmgGtx0****
&Spec=30
&Tags=room:1,floor:1
&BizEnable=true
&Name=Test instance new
&<Common request parameters>

Sample success responses

XML format

<UpdateEdgeInstanceResponse>
      <RequestId>10CA6DAD-EBAF-4D3E-9309-9DB5B0FF48F2</RequestId>
      <Code>Success</Code>
      <Success>true</Success>
</UpdateEdgeInstanceResponse>

JSON format

{
  "RequestId": "10CA6DAD-EBAF-4D3E-9309-9DB5B0FF48F2",
  "Code": "Success",
  "Success": true
}

Error codes

For a list of error codes, visit the API Error Center.