更新实例的健康状态
PUT
/nacos/v1/ns/health/instance更新实例的健康状态,仅在集群的健康检查关闭时才生效,当集群配置了健康检查时,该接口会返回错误
Request
Query Params
namespaceId
string
optional
命名空间ID
Example:
n1
serviceName
string
required
服务名
Example:
{{serviceName3}}
groupName
string
optional
分组名
clusterName
string
optional
集群名
ip
string
required
服务实例IP
Example:
{{ip}}
port
string
required
服务实例port
Example:
8848
healthy
string
required
是否健康
Example:
true
Request samples
Responses
成功(200)
HTTP Code: 200
Content Type : Rawtext/plain
Example
ok
Last modified: 2 年前