-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
93 changed files
with
184 additions
and
43 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"identification": "w5soar", | ||
"is_public": true, | ||
"name": "ES 查询", | ||
"version": "0.1", | ||
"description": "查询ES数据", | ||
"type": "数据库", | ||
"action": [ | ||
{ | ||
"name": "查询数据", | ||
"func": "query" | ||
} | ||
], | ||
"args": { | ||
"query": [ | ||
{ | ||
"key": "host", | ||
"type": "text", | ||
"required": true | ||
}, | ||
{ | ||
"key": "port", | ||
"type": "number", | ||
"required": true, | ||
"default": 9200 | ||
}, | ||
{ | ||
"key": "index", | ||
"type": "text", | ||
"required": true | ||
}, | ||
{ | ||
"key": "body", | ||
"type": "textarea", | ||
"required": true | ||
}, | ||
{ | ||
"key": "account", | ||
"type": "text", | ||
"required": false | ||
}, | ||
{ | ||
"key": "password", | ||
"type": "text", | ||
"required": false | ||
} | ||
] | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
## APP 说明 | ||
|
||
- 查询 ES 服务器中的数据 | ||
|
||
## 动作列表 | ||
|
||
### 查询信息 | ||
|
||
**参数:** | ||
|
||
| 参数 | 类型 | 必填 | 备注 | | ||
| ---- | ---- | ---- | ---- | | ||
| **host** | text | `是` | ES 服务器地址 | | ||
| **port** | number | `是` | ES 端口号 | | ||
| **index** | text | `是` | 索引名称 | | ||
| **body** | text | `是` | DSL 语句 | | ||
| **account** | text | `否` | 认证账号 | | ||
| **password** | text | `否` | 认证密码 | | ||
|
||
**返回值:** | ||
|
||
``` | ||
# 正常 | ||
{'Extra': None, 'StatusCode': 0, 'StatusMessage': 'success'} | ||
``` |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"identification": "w5soar", | ||
"is_public": true, | ||
"name": "飞书通知", | ||
"version": "0.1", | ||
"description": "飞书消息通知", | ||
"type": "消息通知", | ||
"action": [ | ||
{ | ||
"name": "飞书通知", | ||
"func": "send" | ||
} | ||
], | ||
"args": { | ||
"send": [ | ||
{ | ||
"key": "hook_uuid", | ||
"type": "text", | ||
"required": true | ||
}, | ||
{ | ||
"key": "msg", | ||
"type": "text", | ||
"required": true | ||
} | ||
] | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## APP 说明 | ||
|
||
- 飞书官方文档:https://www.feishu.cn/hc/zh-CN/articles/360024984973 | ||
|
||
## 动作列表 | ||
|
||
### 飞书通知 | ||
|
||
**参数:** | ||
|
||
| 参数 | 类型 | 必填 | 备注 | | ||
| ---- | ---- | ---- | ---- | | ||
| **hook_uuid** | text | `是` | URL hook 后面的 UUID | | ||
| **msg** | text | `是` | 通知内容| | ||
|
||
**返回值:** | ||
|
||
``` | ||
# 正常 | ||
{'Extra': None, 'StatusCode': 0, 'StatusMessage': 'success'} | ||
``` |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel="shortcut icon" type=image/x-icon href=static/favicon.ico><title>W5 SOAR - 无需编写代码的安全自动化平台</title><link href=./static/css/app.53d038a820ec1e26e409d15b3b7060ba.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.d12e5bfb66740ea12d27.js></script><script type=text/javascript src=./static/js/vendor.62490b09734a45385f12.js></script><script type=text/javascript src=./static/js/app.bd19c4bfdbb7974be759.js></script></body></html> | ||
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><link rel="shortcut icon" type=image/x-icon href=static/favicon.ico><title>W5 SOAR - 无需编写代码的安全自动化平台</title><link href=./static/css/app.2674f0ac4e9d106fe14d4815fb19bd73.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.52ec6ab1418921f3bbf8.js></script><script type=text/javascript src=./static/js/vendor.62490b09734a45385f12.js></script><script type=text/javascript src=./static/js/app.1e758d934c33d95bb4ab.js></script></body></html> |
2 changes: 1 addition & 1 deletion
2
.../app.53d038a820ec1e26e409d15b3b7060ba.css → .../app.2674f0ac4e9d106fe14d4815fb19bd73.css
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...web/static/js/app.bd19c4bfdbb7974be759.js → ...web/static/js/app.1e758d934c33d95bb4ab.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...tatic/js/manifest.d12e5bfb66740ea12d27.js → ...tatic/js/manifest.52ec6ab1418921f3bbf8.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters