发送实例心跳
PUT
/nacos/v1/ns/instance/beat发送某个实例的心跳
Request
Query Params
serviceName
string
required
服务名
Example:
{{serviceName2}}
ip
string
required
服务实例IP
Example:
{{ip}}
port
integer
required
服务实例PORT
Example:
{{port}}
namespaceId
string
optional
命名空间ID
groupName
string
optional
分组名
ephemeral
string
optional
是否临时实例,boolean
beat
string
required
实例心跳内容,JSON格式字符串
Request samples
Responses
成功(200)
HTTP Code: 200
Content Type : Rawtext/plain
Example
ok
Last modified: 2 年前