mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-08-07 10:14:17 +00:00
update static schema info
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
38d1451907
commit
29f6d740c6
@ -10402,10 +10402,10 @@ var apiSchema = [
|
|||||||
"delete" : {
|
"delete" : {
|
||||||
"description" : "A list of settings you want to delete.",
|
"description" : "A list of settings you want to delete.",
|
||||||
"enum" : [
|
"enum" : [
|
||||||
"id",
|
|
||||||
"allow-subdomains",
|
|
||||||
"origin",
|
"origin",
|
||||||
"rp"
|
"allow-subdomains",
|
||||||
|
"rp",
|
||||||
|
"id"
|
||||||
],
|
],
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
@ -10580,6 +10580,16 @@ var apiSchema = [
|
|||||||
"type" : "string",
|
"type" : "string",
|
||||||
"typetext" : "<string>"
|
"typetext" : "<string>"
|
||||||
},
|
},
|
||||||
|
"dkim-use-domain" : {
|
||||||
|
"default" : "envelope",
|
||||||
|
"description" : "Whether to sign using the address from the header or the envelope.",
|
||||||
|
"enum" : [
|
||||||
|
"header",
|
||||||
|
"envelope"
|
||||||
|
],
|
||||||
|
"optional" : 1,
|
||||||
|
"type" : "string"
|
||||||
|
},
|
||||||
"dkim_selector" : {
|
"dkim_selector" : {
|
||||||
"description" : "Default DKIM selector",
|
"description" : "Default DKIM selector",
|
||||||
"format" : "dns-name",
|
"format" : "dns-name",
|
||||||
@ -16838,6 +16848,47 @@ var apiSchema = [
|
|||||||
"returns" : {
|
"returns" : {
|
||||||
"additionalProperties" : 1,
|
"additionalProperties" : 1,
|
||||||
"properties" : {
|
"properties" : {
|
||||||
|
"boot-info" : {
|
||||||
|
"description" : "Meta-information about the boot mode.",
|
||||||
|
"properties" : {
|
||||||
|
"mode" : {
|
||||||
|
"description" : "Through which firmware the system got booted.",
|
||||||
|
"enum" : [
|
||||||
|
"efi",
|
||||||
|
"legacy-bios"
|
||||||
|
],
|
||||||
|
"type" : "string"
|
||||||
|
},
|
||||||
|
"secureboot" : {
|
||||||
|
"description" : "System is booted in secure mode, only applicable for the \"efi\" mode.",
|
||||||
|
"optional" : 1,
|
||||||
|
"type" : "boolean"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type" : "object"
|
||||||
|
},
|
||||||
|
"current-kernel" : {
|
||||||
|
"description" : "Meta-information about the currently booted kernel.",
|
||||||
|
"properties" : {
|
||||||
|
"machine" : {
|
||||||
|
"description" : "Hardware (architecture) type",
|
||||||
|
"type" : "string"
|
||||||
|
},
|
||||||
|
"release" : {
|
||||||
|
"description" : "OS kernel release (e.g., \"6.8.0\")",
|
||||||
|
"type" : "string"
|
||||||
|
},
|
||||||
|
"sysname" : {
|
||||||
|
"description" : "OS kernel name (e.g., \"Linux\")",
|
||||||
|
"type" : "string"
|
||||||
|
},
|
||||||
|
"version" : {
|
||||||
|
"description" : "OS kernel version with build info",
|
||||||
|
"type" : "string"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type" : "object"
|
||||||
|
},
|
||||||
"insync" : {
|
"insync" : {
|
||||||
"description" : "Database is synced with other nodes.",
|
"description" : "Database is synced with other nodes.",
|
||||||
"type" : "boolean"
|
"type" : "boolean"
|
||||||
@ -18201,8 +18252,8 @@ var apiSchema = [
|
|||||||
"description" : "Query this type of quarantine for users.",
|
"description" : "Query this type of quarantine for users.",
|
||||||
"enum" : [
|
"enum" : [
|
||||||
"spam",
|
"spam",
|
||||||
"attachment",
|
"virus",
|
||||||
"virus"
|
"attachment"
|
||||||
],
|
],
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
|
@ -30,6 +30,10 @@ Send daily reports.
|
|||||||
|
|
||||||
Demo mode - do not start SMTP filter.
|
Demo mode - do not start SMTP filter.
|
||||||
|
|
||||||
|
`dkim-use-domain`: `<envelope | header>` ('default =' `envelope`)::
|
||||||
|
|
||||||
|
Whether to sign using the address from the header or the envelope.
|
||||||
|
|
||||||
`dkim_selector`: `<string>` ::
|
`dkim_selector`: `<string>` ::
|
||||||
|
|
||||||
Default DKIM selector
|
Default DKIM selector
|
||||||
|
@ -32,6 +32,10 @@ Send daily reports.
|
|||||||
|
|
||||||
Demo mode - do not start SMTP filter.
|
Demo mode - do not start SMTP filter.
|
||||||
|
|
||||||
|
`dkim-use-domain`: `<envelope | header>` ('default =' `envelope`)::
|
||||||
|
|
||||||
|
Whether to sign using the address from the header or the envelope.
|
||||||
|
|
||||||
`dkim_selector`: `<string>` ::
|
`dkim_selector`: `<string>` ::
|
||||||
|
|
||||||
Default DKIM selector
|
Default DKIM selector
|
||||||
|
@ -8,9 +8,9 @@ Delete PMG rule database.
|
|||||||
|
|
||||||
Print the PMG rule database.
|
Print the PMG rule database.
|
||||||
|
|
||||||
`--active` `<boolean>` ('default =' `0`)::
|
`--rules` `<active | all | inactive>` ('default =' `all`)::
|
||||||
|
|
||||||
Print only active rules
|
Which rules should be printed
|
||||||
|
|
||||||
*pmgdb help* `[OPTIONS]`
|
*pmgdb help* `[OPTIONS]`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user