修改实例
PUT
/nacos/v1/ns/instance修改服务下的一个实例。
注意:在Nacos2.0版本后,通过该接口更新的元数据拥有更高的优先级,且具有记忆能力;会在对应实例删除后,依旧存在一段时间,如果在此期间实例重新注册,该元数据依旧生效;您可以通过nacos.naming.clean.expired-metadata.expired-time及nacos.naming.clean.expired-metadata.interval对记忆时间进行修改
Request
Query Params
serviceName
string
required
服务名
Example:
{{serviceName1}}
groupName
string
optional
分组名
ip
string
required
服务实例IP
Example:
{{ip}}
port
integer
required
服务实例IP
Example:
{{port}}
clusterName
string
optional
集群名称
Example:
{{clusterName}}
namespaceId
string
optional
命名空间ID
weight
string
optional
double,权重
Example:
8
metadata
string
optional
JSON,扩展信息
Example:
{}
enabled
string
optional
boolean,是否打开流量
ephemeral
string
optional
boolean,是否临时实例
Request samples
Responses
成功(200)
HTTP Code: 200
Content Type : Rawtext/plain
Example
ok
Last modified: 2 年前