Update nezha接口文档.md
This commit is contained in:
@@ -4213,6 +4213,7 @@ nodeGroupIds |Integer[] |R |节点组id
|
|||||||
nodeIds |Integer[] |R |节点uuid
|
nodeIds |Integer[] |R |节点uuid
|
||||||
remark |String |R |备注
|
remark |String |R |备注
|
||||||
commandName |String |O |当type!=1时 必须有值
|
commandName |String |O |当type!=1时 必须有值
|
||||||
|
commandType |String |O |当type!=1时 必须有值
|
||||||
|
|
||||||
示例:
|
示例:
|
||||||
|
|
||||||
@@ -4228,7 +4229,8 @@ commandName |String |O |当type!=1时 必须有值
|
|||||||
"remark": "",
|
"remark": "",
|
||||||
"nodeGroupIds": [1,2,3],
|
"nodeGroupIds": [1,2,3],
|
||||||
"nodeIds": [7,8],
|
"nodeIds": [7,8],
|
||||||
"commandName":""
|
"commandName":"",
|
||||||
|
"commandType":""
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user