Bu sayfa henüz yerel dilinizde mevcut değildir. Daha fazla dil seçeneği eklemek için yoğun bir şekilde çalışıyoruz. Desteğiniz için teşekkür ederiz.

Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive

Modify Instance Information

Updated on 2025-03-03 GMT+08:00

Function

Modifying IoTDA instance information.

Debugging

You can debug this API through automatic authentication in API Explorer or use the SDK sample code generated by API Explorer.

URI

PUT /v5/iot/{project_id}/iotda-instances/{instance_id}

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Parameter description: project ID. For details, see Obtaining a Project ID.

instance_id

Yes

String

Parameter description: instance ID.

Value: Enter up to 36 characters, including lowercase letters (a-f), digits, and hyphens (-).

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

No

String

Parameter description: user token. You can obtain the token by calling the IAM API Obtaining a User Token Through Password Authentication. In the returned response header, X-Subject-Token is the desired user token. For details about how to obtain the token, see Token Authentication.

Table 3 Request body parameters

Parameter

Mandatory

Type

Description

name

No

String

Parameter description: instance name.

Value: Enter 1 to 64 characters, including letters, digits, underscores (_), and hyphens (-).

description

No

String

Parameter description: description of an IoTDA instance.

Value: The value can contain a maximum of 256 characters. Use only letters, digits, and special characters (_,.&-).

operate_window

No

OperateWindow object

Instance maintenance time window. You can specify the time window during which the specifications are modified.

forwarding_info

No

UpdateForwardingInfo object

SNAT configuration of the enterprise instance. After the configuration is enabled, the enterprise instance can communicate externally over public networks.

Only enterprise instances support data transfer configuration modification.

access_info

No

UpdateAccessInfo object

Access information of IoTDA instances. Used for connecting applications and devices to the IoT platform.

Only enterprise instances support custom access information.

Table 4 OperateWindow

Parameter

Mandatory

Type

Description

start_time

Yes

String

Parameter description: start time of the change time window. The value is UTC time in HH:mm format.

end_time

Yes

String

Parameter description: end time of the change time window. The value is UTC time in HH:mm format.

Table 5 UpdateForwardingInfo

Parameter

Mandatory

Type

Description

enable_snat

Yes

Boolean

Parameter description: whether to enable the SNAT configuration. After SNAT is enabled for an enterprise instance, the instance can communicate externally over public networks.

SNAT can be configured only for enterprise instances. After SNAT is enabled, it cannot be disabled.

Options:

  • true

Table 6 UpdateAccessInfo

Parameter

Mandatory

Type

Description

access_type

Yes

String

Parameter description: access address type. For example, if HTTPS is used for application access, the value is APP_HTTPS. If MQTT is used for device access, the value is DEVICE_MQTT.

Options:

  • APP_HTTPS: HTTPS for application access

  • APP_AMQP: AMQP for application access

  • APP_MQTT: MQTT for application access

  • DEVICE_COAP: CoAP for device access

  • DEVICE_MQTT: MQTT for device access

  • DEVICE_HTTPS: HTTPS for device access

domain_name

No

String

Parameter description: access domain name. If the domain name needs to be updated, this parameter is carried.

public_addresses_enable

No

Boolean

Parameter description: whether to configure the public network access address.

Options:

  • true: Configure a public network access address, which is automatically allocated by the platform. After an address is allocated, it cannot be modified or deleted.

ip_whitelist

No

IPWhiteList object

IP address whitelist.

The IP address whitelist can be configured only for the APP_HTTPS protocol of the enterprise instances.

Table 7 IPWhiteList

Parameter

Mandatory

Type

Description

enable

Yes

Boolean

Parameter description: whether to enable the IP address whitelist access control.

allow_list

No

Array of IpAllowList objects

Parameter description: List of IP addresses that are allowed to access the enterprise edition instance.

Table 8 IpAllowList

Parameter

Mandatory

Type

Description

address

Yes

String

Parameter description: whitelist IP address.

description

No

String

Parameter description: description.

Response Parameters

Status code: 200

Table 9 Response body parameters

Parameter

Type

Description

instance_type

String

Parameter description: instance type.

Options:

  • standard

  • enterprise

instance_id

String

Parameter description: instance ID.

Value: Enter up to 36 characters, including lowercase letters (a-f), digits, and hyphens (-).

charge_mode

String

Parameter description: payment mode of the instance.

Options:

  • prePaid: yearly/monthly

  • postPaid: pay-per-use

name

String

Parameter description: instance name.

Value: Enter 1 to 64 characters, including letters, digits, underscores (_), and hyphens (-).

flavor

Flavor object

Parameter description: specifications of an IoTDA instance.

status

String

Parameter description: instance status.

Options:

  • CREATING: The instance is being created.

  • ACTIVE: The instance is normal.

  • FROZEN: The instance is frozen.

  • TRADING: The instance is in a transaction.

  • MODIFYING: The instance class is being changed.

  • FAILED: The instance fails to be created.

region_id

String

Parameter description: region to which the instance belongs.

description

String

Parameter description: description of an IoTDA instance.

Value: The value can contain a maximum of 256 characters. Use only letters, digits, spaces, and special characters (_,.&-).

access_infos

Array of AccessInfo objects

Parameter description: access information of an IoTDA instance.

create_time

String

Parameter description: time when the instance is created. Example: 2023-01-28T06:57:52Z.

update_time

String

Parameter description: last update time of the instance. Example: 2023-01-28T06:57:52Z.

enterprise_project_id

String

Parameter description: enterprise project ID.

tags

Array of Tag objects

Parameter description: tag information of an IoTDA instance. This field has values if the instance has tags. Or, it is left empty.

order_id

String

Parameter description: order ID. This parameter is returned only for yearly/monthly instances. For details about how to check the order details, see [Querying Order Details]. (tag:hws)

operate_window

OperateWindow object

Instance maintenance time window. You can specify the time window during which the specifications are modified.

additional_params

AdditionalParamsResp object

Additional parameter information of the enterprise edition.

Table 10 Flavor

Parameter

Type

Description

type

String

Parameter description: specification name of the IoTDA instance to create. For details, see Specifications.

size

Integer

Parameter description: unit number of the standard IoTDA instances to create. For details, see Specifications. This parameter is mandatory when instance_type is set to standard.

Table 11 AccessInfo

Parameter

Type

Description

type

String

Parameter description: access address type. For example, if HTTPS is used for application access, the value is APP_HTTPS. If MQTT is used for device access, the value is DEVICE_MQTT.

Options:

  • APP_HTTPS: HTTPS for application access

  • APP_AMQP: AMQP for application access

  • APP_MQTT: MQTT for application access

  • DEVICE_COAP: CoAP for device access

  • DEVICE_MQTT: MQTT for device access

  • DEVICE_HTTPS: HTTPS for device access

port

Integer

Parameter description: secure access port of the application or device of the instance.

non_tls_port

Integer

Parameter description: non-secure access port of the application or device of the instance. If null is returned, the access address of this type does not support non-secure port access.

websocket_port

Integer

Parameter description: WebSocket-based MQTT access port. If null is returned, the access address of this type does not support WebSocket port access.

domain_name

String

Parameter description: access domain name of the instance.

private_addresses

Array of strings

Parameter description: private network access address list of the instance.

public_address

Array of strings

Parameter description: public access address of the instance.

ipv6_address

Array of strings

Parameter description: IPv6 access address list of the instance.

ip_whitelist

IPWhiteList object

IP address whitelist.

The IP address whitelist can be configured only for the APP_HTTPS protocol of the enterprise instances.

Table 12 IPWhiteList

Parameter

Type

Description

enable

Boolean

Parameter description: whether to enable the IP address whitelist access control.

allow_list

Array of IpAllowList objects

Parameter description: List of IP addresses that are allowed to access the enterprise edition instance.

Table 13 IpAllowList

Parameter

Type

Description

address

String

Parameter description: whitelist IP address.

description

String

Parameter description: description.

Table 14 Tag

Parameter

Type

Description

key

String

Parameter description: tag key. Use letters, digits, spaces, and special characters (_.:=+-@). No space is allowed at the beginning or end.

value

String

Parameter description: tag value, which can be an empty string or null. Use letters, digits, spaces, and special characters (_.:=+-@).

Table 15 OperateWindow

Parameter

Type

Description

start_time

String

Parameter description: start time of the change time window. The value is UTC time in HH:mm format.

end_time

String

Parameter description: end time of the change time window. The value is UTC time in HH:mm format.

Table 16 AdditionalParamsResp

Parameter

Type

Description

vpc_id

String

Parameter description: VPC ID of the instance of the enterprise edition.

subnet_id

String

Parameter description: subnet ID of the instance of the enterprise edition.

security_group_id

String

Parameter description: security group ID of the instance of the enterprise edition.

ciphering_algorithm

String

Parameter description: encryption algorithm supported by the instance.

Options:

  • COMMON_ALGORITHM: common encryption algorithm (international cryptographic algorithms such as RSA and SHA-256)

  • SM_ALGORITHM: SM series commercial encryption algorithms (Chinese cryptographic algorithms such as SM2, SM3, and SM4)

forwarding_info

ForwardingInfo object

SNAT configuration information of the instance of the enterprise edition.

Table 17 ForwardingInfo

Parameter

Type

Description

eip

String

Parameter description: EIP bound to the NAT gateway.

enable_snat

Boolean

Parameter description: whether to enable the SNAT configuration.

Options:

  • true

  • false

Example Requests

  • Modifying the instance name, description, and operation time window.

    PUT https://{endpoint}/v5/iot/{project_id}/iotda-instances/{instance_id}
    
    {
      "name" : "iotda_instance01",
      "description" : "IoTDA instance for test.",
      "operate_window" : {
        "start_time" : "18:00",
        "end_time" : "22:00"
      }
    }
  • Enabling SNAT configuration on data transfer of public networks for enterprise instances.

    PUT https://{endpoint}/v5/iot/{project_id}/iotda-instances/{instance_id}
    
    {
      "forwarding_info" : {
        "enable_snat" : "true"
      }
    }
  • Modifying the access information of an enterprise instance.

    PUT https://{endpoint}/v5/iot/{project_id}/iotda-instances/{instance_id}
    
    {
      "access_info" : {
        "access_type" : "APP_HTTPS",
        "domain_name" : "example.myhuaweicloud.com",
        "public_addresses_enable" : true
      }
    }

Example Responses

Status code: 200

OK

{
  "instance_type" : "standard",
  "instance_id" : "8561675c-d8a3-4956-9884-9cf9cbdd3134",
  "charge_mode" : "prePaid",
  "name" : "iotda_instance",
  "flavor" : {
    "type" : "iotda.standard.s1",
    "size" : 1
  },
  "status" : "ACTIVE",
  "region_id" : "cn-north-4",
  "create_time" : "2023-01-28T06:57:52Z",
  "update_time" : "2023-01-28T06:58:52Z",
  "description" : "IoTDA instance for production.",
  "access_infos" : [ {
    "type" : "APP_AMQP",
    "port" : 5671,
    "non_tls_port" : null,
    "websocket_port" : null,
    "domain_name" : "example.myhuaweicloud.com",
    "public_address" : [ ],
    "ipv6_address" : [ ],
    "ip_whitelist" : null
  }, {
    "type" : "APP_HTTPS",
    "port" : 443,
    "non_tls_port" : null,
    "websocket_port" : null,
    "domain_name" : "example1.myhuaweicloud.com",
    "public_address" : [ ],
    "ipv6_address" : [ ],
    "ip_whitelist" : null
  }, {
    "type" : "DEVICE_MQTT",
    "port" : 8883,
    "non_tls_port" : 1883,
    "websocket_port" : 443,
    "domain_name" : "example2.myhuaweicloud.com",
    "public_address" : [ ],
    "ipv6_address" : [ ],
    "ip_whitelist" : null
  }, {
    "type" : "DEVICE_COAP",
    "port" : 5684,
    "non_tls_port" : 5683,
    "websocket_port" : null,
    "domain_name" : "example3.myhuaweicloud.com",
    "public_address" : [ ],
    "ipv6_address" : [ ],
    "ip_whitelist" : null
  } ],
  "enterprise_project_id" : "d22e47e9-cfad-4254-8a29-d2a56a07681d",
  "tags" : [ {
    "key" : "testTagName",
    "value" : "testTagValue"
  } ],
  "order_id" : "CS22121614500ABCD",
  "operate_window" : {
    "start_time" : "22:00",
    "end_time" : "24:00"
  },
  "additional_params" : null
}

Status Codes

Status Code

Description

200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

Error Codes

See Error Codes.

Sitemizi ve deneyiminizi iyileştirmek için çerezleri kullanırız. Sitemizde tarama yapmaya devam ederek çerez politikamızı kabul etmiş olursunuz. Daha fazla bilgi edinin

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback