调用 ModifyInstanceName 接口修改实例名称。
2018-01-01
。参数 | 参数类型 | 是否必选 | 示例值 | 说明 |
---|---|---|---|---|
InstanceID | String | 必选 | kafka-**** | 实例 ID。 |
InstanceDescription | String | 可选 | description | 实例描述信息。 |
InstanceName | String | 必选 | myinstance | 实例名称。 |
null
POST https://kafka.volcengineapi.com/?Action=ModifyInstanceName&Version=2018-01-01 HTTP/1.1 Accept: application/json Content-Type: application/json Host: kafka.volcengineapi.com X-Date: 20210328T100802Z Authorization: HMAC-SHA256 Credential=AK********/20210328/cn-beijing/kafka/request, SignedHeaders=x-date, Signature=******** { "InstanceId": "kafka-xxxxxxxx", "InstanceDescription": "new-describe", "InstanceName": "new-name" }
{ "ResponseMetadata": { "RequestId": "****************", "Action": "ModifyInstanceName", "Version": "2018-01-01", "Service": "kafka", "Region": "cn-beijing" }, "Result": null }