创建服务
POST
/nacos/v1/ns/service创建一个服务
Request
Query Params
serviceName
string
required
服务名
Example:
{{serviceName2}}
groupName
string
optional
分组名
namespaceId
string
optional
命名空间ID
protectThreshold
string
optional
浮点数,保护阈值,取值0到1,默认0
Example:
0
metadata
string
optional
元数据
Example:
{{metadata}}
selector
string
optional
JSON格式字符串,访问策略
Request samples
Responses
成功(200)
HTTP Code: 200
Content Type : Rawtext/plain
Example
ok
Last modified: 2 年前