-
-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Labels
Description
Does anybody have one for us not-so-technically-savvy? lol
I tried using several different online XML to JSON converters with the XML example from:
https://phpbu.de/manual/current/en/logging.html#logging.webhook
but they're not working (I get errors). Plus the XML example seems(?) like it doesn't include all possible results (available result vars).
Should I just copy the 'default result body example':
{
"status": 0,
"timestamp": 12783781381,
"duration": 234.3402,
"backupCount": 1,
"backupFailed": 0,
"errorCount": 0,
"errors": [],
"backups": [
{
"name":
"status":
"checks": {
"executed": 1,
"failed": 0,
},
"crypt": {
"executed": 1,
"skipped": 0,
"failed": 0,
},
"syncs" => {
"executed": 1,
"skipped": 0,
"failed": 0
},
"cleanup" => {
"executed": 1,
"skipped": 0,
"failed": 0
}
}
]
}
and hunt down the available matching vars to place on their respective lines? Where can I find that list of all available vars?
thanks in advance! :)
YouveGotMeowxy