update generated docs

This commit is contained in:
Dietmar Maurer 2018-01-17 13:16:46 +01:00
parent d7dc630064
commit 4a46ced610
4 changed files with 59 additions and 22 deletions

View File

@ -1124,8 +1124,8 @@ var pmgapi = [
"value" : {
"description" : "The Value",
"maxLength" : 1024,
"pattern" : "[0-9a-zA-Z\\/\\\\[\\]\\+\\-\\.\\*\\_]+",
"type" : "string"
"type" : "string",
"typetext" : "<string>"
}
}
},
@ -1176,8 +1176,8 @@ var pmgapi = [
"value" : {
"description" : "The Value",
"maxLength" : 1024,
"pattern" : "[0-9a-zA-Z\\/\\\\[\\]\\+\\-\\.\\*\\_]+",
"type" : "string"
"type" : "string",
"typetext" : "<string>"
}
}
},
@ -2012,8 +2012,8 @@ var pmgapi = [
"value" : {
"description" : "The Value",
"maxLength" : 1024,
"pattern" : "[0-9a-zA-Z\\/\\\\[\\]\\+\\-\\.\\*\\_]+",
"type" : "string"
"type" : "string",
"typetext" : "<string>"
}
}
},
@ -2051,8 +2051,8 @@ var pmgapi = [
"value" : {
"description" : "The Value",
"maxLength" : 1024,
"pattern" : "[0-9a-zA-Z\\/\\\\[\\]\\+\\-\\.\\*\\_]+",
"type" : "string"
"type" : "string",
"typetext" : "<string>"
}
}
},
@ -4136,6 +4136,11 @@ var pmgapi = [
"parameters" : {
"additionalProperties" : 0
},
"permissions" : {
"check" : [
"admin"
]
},
"protected" : 1,
"returns" : {
"type" : "null"
@ -4986,7 +4991,8 @@ var pmgapi = [
},
"permissions" : {
"check" : [
"admin"
"admin",
"audit"
]
},
"proxyto" : "master",
@ -5200,7 +5206,8 @@ var pmgapi = [
},
"permissions" : {
"check" : [
"admin"
"admin",
"audit"
]
},
"protected" : 1,
@ -5244,7 +5251,8 @@ var pmgapi = [
},
"permissions" : {
"check" : [
"admin"
"admin",
"audit"
]
},
"protected" : 1,
@ -5304,7 +5312,8 @@ var pmgapi = [
},
"permissions" : {
"check" : [
"admin"
"admin",
"audit"
]
},
"protected" : 1,
@ -5351,7 +5360,8 @@ var pmgapi = [
},
"permissions" : {
"check" : [
"admin"
"admin",
"audit"
]
},
"protected" : 1,
@ -5462,7 +5472,8 @@ var pmgapi = [
},
"permissions" : {
"check" : [
"admin"
"admin",
"audit"
]
},
"proxyto" : "master",
@ -7279,7 +7290,7 @@ var pmgapi = [
"typetext" : "<integer> (0 - N)"
},
"ext_port" : {
"default" : 26,
"default" : 25,
"description" : "SMTP port number for incoming mail (untrusted). This must be a different number than 'int_port'.",
"maximum" : 65535,
"minimum" : 1,
@ -7309,7 +7320,7 @@ var pmgapi = [
"typetext" : "<boolean>"
},
"int_port" : {
"default" : 25,
"default" : 26,
"description" : "SMTP port number for outgoing mail (trusted).",
"maximum" : 65535,
"minimum" : 1,
@ -11232,6 +11243,13 @@ var pmgapi = [
}
}
},
"permissions" : {
"check" : [
"admin",
"qmanager",
"audit"
]
},
"protected" : 1,
"proxyto" : "master",
"returns" : {
@ -11360,7 +11378,9 @@ var pmgapi = [
},
"permissions" : {
"check" : [
"admin"
"admin",
"qmanager",
"audit"
]
},
"protected" : 1,
@ -11394,7 +11414,7 @@ var pmgapi = [
}
},
"POST" : {
"description" : "Creat new user",
"description" : "Create new user",
"method" : "POST",
"name" : "create",
"parameters" : {

View File

@ -80,7 +80,7 @@ Optional list of DNS white/blacklist domains (see postscreen_dnsbl_sites paramet
SMTP delay warning time (in hours).
`ext_port`: `<integer> (1 - 65535)` ('default =' `26`)::
`ext_port`: `<integer> (1 - 65535)` ('default =' `25`)::
SMTP port number for incoming mail (untrusted). This must be a different number than 'int_port'.
@ -96,7 +96,7 @@ Use SMTP HELO tests.
Hide received header in outgoing mails.
`int_port`: `<integer> (1 - 65535)` ('default =' `25`)::
`int_port`: `<integer> (1 - 65535)` ('default =' `26`)::
SMTP port number for outgoing mail (trusted).

View File

@ -1,8 +1,8 @@
`ext_port`: `<integer> (1 - 65535)` ('default =' `26`)::
`ext_port`: `<integer> (1 - 65535)` ('default =' `25`)::
SMTP port number for incoming mail (untrusted). This must be a different number than 'int_port'.
`int_port`: `<integer> (1 - 65535)` ('default =' `25`)::
`int_port`: `<integer> (1 - 65535)` ('default =' `26`)::
SMTP port number for outgoing mail (trusted).

View File

@ -7,6 +7,17 @@ Create initial cluster config with current node as master.
*pmgcm delete* `<cid>`
Remove a node from the cluster.
`<cid>`: `<integer> (1 - N)` ::
Cluster Node ID.
*pmgcm help* `[<cmd>]` `[OPTIONS]`
Get help about specified command.
@ -43,6 +54,12 @@ execute the command on the new node.
*pmgcm promote*
Promote current node to become the new master.
*pmgcm status* `[OPTIONS]`