UpdateServiceInstance
更新服务实例属性,目前只支持隔离服务实例
服务地址:
华东1(杭州)
输入参数
只看必填
ClusterId服务所在区域
ServiceName服务名字
InstanceName服务实例的名字
body请求Body
Isolate是否隔离
请选择布尔值
插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

请求语法

PUT /api/v2/services/{ClusterId}/{ServiceName}/instances/{InstanceName} HTTP/1.1

路径参数

字段名称字段详情
ClusterIdstring

服务所在区域。

示例值:cn-shanghai
ServiceNamestring

服务名字。如何查看服务名称,请参见 ListServices

示例值:foo参考取值来源:
    CreateService
    CloneService
    ListServices
InstanceNamestring

服务实例的名字。如何查看实例名称,请参见 ListServiceInstances

示例值:foo-69xxxx4f4-5w9r9参考取值来源:
    ListServiceInstances

请求参数

字段名称字段详情
bodyobject

请求 Body。

返回参数

字段名称字段详情
RequestIdstring

请求 ID。

示例值:40325405-579C-4D82****
Messagestring

操作成功信息。

示例值:instance xxxx isolation updated to true。
变更历史
暂无变更历史