Updated Notify_Custom_JSON (markdown)

Chris Caron 2021-10-14 20:27:42 -04:00
parent 54b7412247
commit ab0444ab49

@ -24,16 +24,18 @@ The *type* will be one of the following:
* **warning**: A warning report * **warning**: A warning report
### Syntax ### Syntax
Valid syntaxes are as follows: Valid syntax is as follows:
* `json://{hostname}`
* `json://{hostname}:{port}`
* `json://{user}:{password}@{hostname}`
* `json://{user}:{password}@{hostname}:{port}`
* `json://{hostname}` * `json://{hostname}`
* `json://{hostname}:{port}` * `json://{hostname}:{port}`
* `json://{user}:{password}@{hostname}` * `json://{user}:{password}@{hostname}`
* `json://{user}:{password}@{hostname}:{port}` * `json://{user}:{password}@{hostname}:{port}`
The secure versions:
* `jsons://{hostname}`
* `jsons://{hostname}:{port}`
* `jsons://{user}:{password}@{hostname}`
* `jsons://{user}:{password}@{hostname}:{port}`
### Parameter Breakdown ### Parameter Breakdown
| Variable | Required | Description | Variable | Required | Description
| ----------- | -------- | ----------- | ----------- | -------- | -----------