update static schema info

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-02-27 17:00:04 +01:00
parent 38d1451907
commit 29f6d740c6
4 changed files with 66 additions and 7 deletions

View File

@ -10402,10 +10402,10 @@ var apiSchema = [
"delete" : {
"description" : "A list of settings you want to delete.",
"enum" : [
"id",
"allow-subdomains",
"origin",
"rp"
"allow-subdomains",
"rp",
"id"
],
"optional" : 1,
"type" : "string"
@ -10580,6 +10580,16 @@ var apiSchema = [
"type" : "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" : {
"description" : "Default DKIM selector",
"format" : "dns-name",
@ -16838,6 +16848,47 @@ var apiSchema = [
"returns" : {
"additionalProperties" : 1,
"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" : {
"description" : "Database is synced with other nodes.",
"type" : "boolean"
@ -18201,8 +18252,8 @@ var apiSchema = [
"description" : "Query this type of quarantine for users.",
"enum" : [
"spam",
"attachment",
"virus"
"virus",
"attachment"
],
"optional" : 1,
"type" : "string"

View File

@ -30,6 +30,10 @@ Send daily reports.
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>` ::
Default DKIM selector

View File

@ -32,6 +32,10 @@ Send daily reports.
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>` ::
Default DKIM selector

View File

@ -8,9 +8,9 @@ Delete 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]`