mirror of https://github.com/caronc/apprise
Updated Notify_Custom_XML (markdown)
parent
2ee8d50ca5
commit
bab2fcbbd6
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue