Skip to content

Commit

Permalink
doc: update documentation with http handler usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
LetMeR00t committed Aug 8, 2023
1 parent 7636cde commit 47f777c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions analyzers/Jupyter_Analyzer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ Here is the description for each parameter:
- `any_handler_http_user`: [ANY][HTTP Handler] If you want to use the REST API directly (HTTP handler), you must indicate which user will be used as the reference for having the original notebooks, otherwise don't take this parameter into account.
- `any_only_html`: [ANY] Indicates if you want only the HTML conversion as a response (not the full detailed payload) (Default: true)

Here is an example of what it could looks like:

![Cortex Analyzer Settings example](assets/screenshot_cortex_analyzer_settings_example.png)

## Run the connector

### Inputs
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions responders/Jupyter_Responder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ Here is the description for each parameter:
- `output_folder`: [OUTPUT] Folder path in which executed notebooks will be stored. **Output folder must start and end with a "/"**. (Default: /)
- `any_handler_http_user`: [ANY][HTTP Handler] If you want to use the REST API directly (HTTP handler), you must indicate which user will be used as the reference for having the original notebooks, otherwise don't take this parameter into account.

Here is an example of what it could looks like:

![Cortex Responder Settings example](assets/screenshot_cortex_responder_settings_example.png)

## Run the connector

### Inputs
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 47f777c

Please sign in to comment.