Updated Notify_Custom_XML (markdown)

master
Chris Caron 2019-09-07 16:47:52 -04:00
parent 2ee8d50ca5
commit bab2fcbbd6
1 changed files with 10 additions and 4 deletions

@ -31,16 +31,22 @@ The *MessageType* will be one of the following:
### Syntax
Valid syntaxes are as follows:
* **xml**://**{hostname}**
* **xml**://**{hostname}**:**{port}**
* **xmls**://**{hostname}**
* **xmls**://**{hostname}**:**{port}**
* `xml://{hostname}`
* `xml://{hostname}:{port}`
* `xml://{user}:{password}@{hostname}`
* `xml://{user}:{password}@{hostname}:{port}`
* `xmls://{hostname}`
* `xmls://{hostname}:{port}`
* `xmls://{user}:{password}@{hostname}`
* `xmls://{user}:{password}@{hostname}:{port}`
### Parameter Breakdown
| Variable | Required | Description
| ----------- | -------- | -----------
| hostname | Yes | The Web Server's hostname
| port | No | The port our Web server is listening on. By default the port is **80** for **xml://** and **443** for all **xmls://** references.
| user | No | If you're system is set up to use HTTP-AUTH, you can provide _username_ for authentication to it.
| password | No | If you're system is set up to use HTTP-AUTH, you can provide _password_ for authentication to it.
#### Example
Send a XML notification to our web server listening on port 80: