mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-04-29 08:32:38 +00:00
update static/schema information
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
cbd7a6589d
commit
287a95cfb2
@ -1498,7 +1498,7 @@ const apiSchema = [
|
|||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
"icmp-type" : {
|
"icmp-type" : {
|
||||||
"description" : "Specify icmp-type. Only valid if proto equals 'icmp'.",
|
"description" : "Specify icmp-type. Only valid if proto equals 'icmp' or 'icmpv6'/'ipv6-icmp'.",
|
||||||
"format" : "pve-fw-icmp-type-spec",
|
"format" : "pve-fw-icmp-type-spec",
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
@ -1741,7 +1741,7 @@ const apiSchema = [
|
|||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
"icmp-type" : {
|
"icmp-type" : {
|
||||||
"description" : "Specify icmp-type. Only valid if proto equals 'icmp'.",
|
"description" : "Specify icmp-type. Only valid if proto equals 'icmp' or 'icmpv6'/'ipv6-icmp'.",
|
||||||
"format" : "pve-fw-icmp-type-spec",
|
"format" : "pve-fw-icmp-type-spec",
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
@ -2145,7 +2145,7 @@ const apiSchema = [
|
|||||||
"typetext" : "<integer> (0 - N)"
|
"typetext" : "<integer> (0 - N)"
|
||||||
},
|
},
|
||||||
"icmp-type" : {
|
"icmp-type" : {
|
||||||
"description" : "Specify icmp-type. Only valid if proto equals 'icmp'.",
|
"description" : "Specify icmp-type. Only valid if proto equals 'icmp' or 'icmpv6'/'ipv6-icmp'.",
|
||||||
"format" : "pve-fw-icmp-type-spec",
|
"format" : "pve-fw-icmp-type-spec",
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
@ -2341,7 +2341,7 @@ const apiSchema = [
|
|||||||
"typetext" : "<integer> (0 - N)"
|
"typetext" : "<integer> (0 - N)"
|
||||||
},
|
},
|
||||||
"icmp-type" : {
|
"icmp-type" : {
|
||||||
"description" : "Specify icmp-type. Only valid if proto equals 'icmp'.",
|
"description" : "Specify icmp-type. Only valid if proto equals 'icmp' or 'icmpv6'/'ipv6-icmp'.",
|
||||||
"format" : "pve-fw-icmp-type-spec",
|
"format" : "pve-fw-icmp-type-spec",
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
@ -8727,6 +8727,7 @@ const apiSchema = [
|
|||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
"id" : {
|
"id" : {
|
||||||
|
"description" : "Resource id.",
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
"level" : {
|
"level" : {
|
||||||
@ -9719,7 +9720,7 @@ const apiSchema = [
|
|||||||
"typetext" : "<integer> (0 - N)"
|
"typetext" : "<integer> (0 - N)"
|
||||||
},
|
},
|
||||||
"icmp-type" : {
|
"icmp-type" : {
|
||||||
"description" : "Specify icmp-type. Only valid if proto equals 'icmp'.",
|
"description" : "Specify icmp-type. Only valid if proto equals 'icmp' or 'icmpv6'/'ipv6-icmp'.",
|
||||||
"format" : "pve-fw-icmp-type-spec",
|
"format" : "pve-fw-icmp-type-spec",
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
@ -9943,7 +9944,7 @@ const apiSchema = [
|
|||||||
"typetext" : "<integer> (0 - N)"
|
"typetext" : "<integer> (0 - N)"
|
||||||
},
|
},
|
||||||
"icmp-type" : {
|
"icmp-type" : {
|
||||||
"description" : "Specify icmp-type. Only valid if proto equals 'icmp'.",
|
"description" : "Specify icmp-type. Only valid if proto equals 'icmp' or 'icmpv6'/'ipv6-icmp'.",
|
||||||
"format" : "pve-fw-icmp-type-spec",
|
"format" : "pve-fw-icmp-type-spec",
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
@ -28232,7 +28233,7 @@ const apiSchema = [
|
|||||||
"typetext" : "<integer> (0 - N)"
|
"typetext" : "<integer> (0 - N)"
|
||||||
},
|
},
|
||||||
"icmp-type" : {
|
"icmp-type" : {
|
||||||
"description" : "Specify icmp-type. Only valid if proto equals 'icmp'.",
|
"description" : "Specify icmp-type. Only valid if proto equals 'icmp' or 'icmpv6'/'ipv6-icmp'.",
|
||||||
"format" : "pve-fw-icmp-type-spec",
|
"format" : "pve-fw-icmp-type-spec",
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
@ -28456,7 +28457,7 @@ const apiSchema = [
|
|||||||
"typetext" : "<integer> (0 - N)"
|
"typetext" : "<integer> (0 - N)"
|
||||||
},
|
},
|
||||||
"icmp-type" : {
|
"icmp-type" : {
|
||||||
"description" : "Specify icmp-type. Only valid if proto equals 'icmp'.",
|
"description" : "Specify icmp-type. Only valid if proto equals 'icmp' or 'icmpv6'/'ipv6-icmp'.",
|
||||||
"format" : "pve-fw-icmp-type-spec",
|
"format" : "pve-fw-icmp-type-spec",
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
@ -43131,7 +43132,7 @@ const apiSchema = [
|
|||||||
"typetext" : "<integer> (0 - N)"
|
"typetext" : "<integer> (0 - N)"
|
||||||
},
|
},
|
||||||
"icmp-type" : {
|
"icmp-type" : {
|
||||||
"description" : "Specify icmp-type. Only valid if proto equals 'icmp'.",
|
"description" : "Specify icmp-type. Only valid if proto equals 'icmp' or 'icmpv6'/'ipv6-icmp'.",
|
||||||
"format" : "pve-fw-icmp-type-spec",
|
"format" : "pve-fw-icmp-type-spec",
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
@ -43341,7 +43342,7 @@ const apiSchema = [
|
|||||||
"typetext" : "<integer> (0 - N)"
|
"typetext" : "<integer> (0 - N)"
|
||||||
},
|
},
|
||||||
"icmp-type" : {
|
"icmp-type" : {
|
||||||
"description" : "Specify icmp-type. Only valid if proto equals 'icmp'.",
|
"description" : "Specify icmp-type. Only valid if proto equals 'icmp' or 'icmpv6'/'ipv6-icmp'.",
|
||||||
"format" : "pve-fw-icmp-type-spec",
|
"format" : "pve-fw-icmp-type-spec",
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
@ -45692,9 +45693,9 @@ const apiSchema = [
|
|||||||
"default" : "login",
|
"default" : "login",
|
||||||
"description" : "Run specific command or default to login.",
|
"description" : "Run specific command or default to login.",
|
||||||
"enum" : [
|
"enum" : [
|
||||||
"ceph_install",
|
"login",
|
||||||
"upgrade",
|
"upgrade",
|
||||||
"login"
|
"ceph_install"
|
||||||
],
|
],
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
@ -45788,9 +45789,9 @@ const apiSchema = [
|
|||||||
"default" : "login",
|
"default" : "login",
|
||||||
"description" : "Run specific command or default to login.",
|
"description" : "Run specific command or default to login.",
|
||||||
"enum" : [
|
"enum" : [
|
||||||
"ceph_install",
|
"login",
|
||||||
"upgrade",
|
"upgrade",
|
||||||
"login"
|
"ceph_install"
|
||||||
],
|
],
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
@ -45914,9 +45915,9 @@ const apiSchema = [
|
|||||||
"default" : "login",
|
"default" : "login",
|
||||||
"description" : "Run specific command or default to login.",
|
"description" : "Run specific command or default to login.",
|
||||||
"enum" : [
|
"enum" : [
|
||||||
"ceph_install",
|
"login",
|
||||||
"upgrade",
|
"upgrade",
|
||||||
"login"
|
"ceph_install"
|
||||||
],
|
],
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
@ -49590,14 +49591,14 @@ const apiSchema = [
|
|||||||
"description" : "LDAP base domain name",
|
"description" : "LDAP base domain name",
|
||||||
"maxLength" : 256,
|
"maxLength" : 256,
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"pattern" : "(?^:\\w+=(\"[\\w ,+/<>;=]+\"|[^ ,+\"/<>;=]+)(,\\s*\\w+=(\"[\\w ,+/<>;=]+\"|[^ ,+\"/<>;=]+))*)",
|
"pattern" : "(?^:\\w+=(?^:(\"[^\"]+\"|[^ ,+\"/<>;=#][^,+\"/<>;=]*[^ ,+\"/<>;=]|[^ ,+\"/<>;=#]))(,\\s*\\w+=(?^:(\"[^\"]+\"|[^ ,+\"/<>;=#][^,+\"/<>;=]*[^ ,+\"/<>;=]|[^ ,+\"/<>;=#])))*)",
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
"bind_dn" : {
|
"bind_dn" : {
|
||||||
"description" : "LDAP bind domain name",
|
"description" : "LDAP bind domain name",
|
||||||
"maxLength" : 256,
|
"maxLength" : 256,
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"pattern" : "(?^:\\w+=(\"[\\w ,+/<>;=]+\"|[^ ,+\"/<>;=]+)(,\\s*\\w+=(\"[\\w ,+/<>;=]+\"|[^ ,+\"/<>;=]+))*)",
|
"pattern" : "(?^:\\w+=(?^:(\"[^\"]+\"|[^ ,+\"/<>;=#][^,+\"/<>;=]*[^ ,+\"/<>;=]|[^ ,+\"/<>;=#]))(,\\s*\\w+=(?^:(\"[^\"]+\"|[^ ,+\"/<>;=#][^,+\"/<>;=]*[^ ,+\"/<>;=]|[^ ,+\"/<>;=#])))*)",
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
"capath" : {
|
"capath" : {
|
||||||
@ -49694,7 +49695,7 @@ const apiSchema = [
|
|||||||
"description" : "LDAP base domain name for group sync. If not set, the base_dn will be used.",
|
"description" : "LDAP base domain name for group sync. If not set, the base_dn will be used.",
|
||||||
"maxLength" : 256,
|
"maxLength" : 256,
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"pattern" : "(?^:\\w+=(\"[\\w ,+/<>;=]+\"|[^ ,+\"/<>;=]+)(,\\s*\\w+=(\"[\\w ,+/<>;=]+\"|[^ ,+\"/<>;=]+))*)",
|
"pattern" : "(?^:\\w+=(?^:(\"[^\"]+\"|[^ ,+\"/<>;=#][^,+\"/<>;=]*[^ ,+\"/<>;=]|[^ ,+\"/<>;=#]))(,\\s*\\w+=(?^:(\"[^\"]+\"|[^ ,+\"/<>;=#][^,+\"/<>;=]*[^ ,+\"/<>;=]|[^ ,+\"/<>;=#])))*)",
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
"group_filter" : {
|
"group_filter" : {
|
||||||
@ -49936,14 +49937,14 @@ const apiSchema = [
|
|||||||
"description" : "LDAP base domain name",
|
"description" : "LDAP base domain name",
|
||||||
"maxLength" : 256,
|
"maxLength" : 256,
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"pattern" : "(?^:\\w+=(\"[\\w ,+/<>;=]+\"|[^ ,+\"/<>;=]+)(,\\s*\\w+=(\"[\\w ,+/<>;=]+\"|[^ ,+\"/<>;=]+))*)",
|
"pattern" : "(?^:\\w+=(?^:(\"[^\"]+\"|[^ ,+\"/<>;=#][^,+\"/<>;=]*[^ ,+\"/<>;=]|[^ ,+\"/<>;=#]))(,\\s*\\w+=(?^:(\"[^\"]+\"|[^ ,+\"/<>;=#][^,+\"/<>;=]*[^ ,+\"/<>;=]|[^ ,+\"/<>;=#])))*)",
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
"bind_dn" : {
|
"bind_dn" : {
|
||||||
"description" : "LDAP bind domain name",
|
"description" : "LDAP bind domain name",
|
||||||
"maxLength" : 256,
|
"maxLength" : 256,
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"pattern" : "(?^:\\w+=(\"[\\w ,+/<>;=]+\"|[^ ,+\"/<>;=]+)(,\\s*\\w+=(\"[\\w ,+/<>;=]+\"|[^ ,+\"/<>;=]+))*)",
|
"pattern" : "(?^:\\w+=(?^:(\"[^\"]+\"|[^ ,+\"/<>;=#][^,+\"/<>;=]*[^ ,+\"/<>;=]|[^ ,+\"/<>;=#]))(,\\s*\\w+=(?^:(\"[^\"]+\"|[^ ,+\"/<>;=#][^,+\"/<>;=]*[^ ,+\"/<>;=]|[^ ,+\"/<>;=#])))*)",
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
"capath" : {
|
"capath" : {
|
||||||
@ -50025,7 +50026,7 @@ const apiSchema = [
|
|||||||
"description" : "LDAP base domain name for group sync. If not set, the base_dn will be used.",
|
"description" : "LDAP base domain name for group sync. If not set, the base_dn will be used.",
|
||||||
"maxLength" : 256,
|
"maxLength" : 256,
|
||||||
"optional" : 1,
|
"optional" : 1,
|
||||||
"pattern" : "(?^:\\w+=(\"[\\w ,+/<>;=]+\"|[^ ,+\"/<>;=]+)(,\\s*\\w+=(\"[\\w ,+/<>;=]+\"|[^ ,+\"/<>;=]+))*)",
|
"pattern" : "(?^:\\w+=(?^:(\"[^\"]+\"|[^ ,+\"/<>;=#][^,+\"/<>;=]*[^ ,+\"/<>;=]|[^ ,+\"/<>;=#]))(,\\s*\\w+=(?^:(\"[^\"]+\"|[^ ,+\"/<>;=#][^,+\"/<>;=]*[^ ,+\"/<>;=]|[^ ,+\"/<>;=#])))*)",
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
"group_filter" : {
|
"group_filter" : {
|
||||||
|
@ -8,7 +8,7 @@ Restrict TCP/UDP destination port. You can use service names or simple numbers (
|
|||||||
|
|
||||||
`--icmp-type` `<string>` ::
|
`--icmp-type` `<string>` ::
|
||||||
|
|
||||||
Specify icmp-type. Only valid if proto equals 'icmp'.
|
Specify icmp-type. Only valid if proto equals 'icmp' or 'icmpv6'/'ipv6-icmp'.
|
||||||
|
|
||||||
`--iface` `<string>` ::
|
`--iface` `<string>` ::
|
||||||
|
|
||||||
|
@ -200,11 +200,11 @@ Specifies the Authentication Context Class Reference values that theAuthorizatio
|
|||||||
|
|
||||||
Automatically create users if they do not exist.
|
Automatically create users if they do not exist.
|
||||||
|
|
||||||
`--base_dn` `(?^:\w+=("[\w ,+/<>;=]+"|[^ ,+"/<>;=]+)(,\s*\w+=("[\w ,+/<>;=]+"|[^ ,+"/<>;=]+))*)` ::
|
`--base_dn` `(?^:\w+=(?^:("[^"]+"|[^ ,+"/<>;=#][^,+"/<>;=]*[^ ,+"/<>;=]|[^ ,+"/<>;=#]))(,\s*\w+=(?^:("[^"]+"|[^ ,+"/<>;=#][^,+"/<>;=]*[^ ,+"/<>;=]|[^ ,+"/<>;=#])))*)` ::
|
||||||
|
|
||||||
LDAP base domain name
|
LDAP base domain name
|
||||||
|
|
||||||
`--bind_dn` `(?^:\w+=("[\w ,+/<>;=]+"|[^ ,+"/<>;=]+)(,\s*\w+=("[\w ,+/<>;=]+"|[^ ,+"/<>;=]+))*)` ::
|
`--bind_dn` `(?^:\w+=(?^:("[^"]+"|[^ ,+"/<>;=#][^,+"/<>;=]*[^ ,+"/<>;=]|[^ ,+"/<>;=#]))(,\s*\w+=(?^:("[^"]+"|[^ ,+"/<>;=#][^,+"/<>;=]*[^ ,+"/<>;=]|[^ ,+"/<>;=#])))*)` ::
|
||||||
|
|
||||||
LDAP bind domain name
|
LDAP bind domain name
|
||||||
|
|
||||||
@ -252,7 +252,7 @@ LDAP filter for user sync.
|
|||||||
|
|
||||||
The objectclasses for groups.
|
The objectclasses for groups.
|
||||||
|
|
||||||
`--group_dn` `(?^:\w+=("[\w ,+/<>;=]+"|[^ ,+"/<>;=]+)(,\s*\w+=("[\w ,+/<>;=]+"|[^ ,+"/<>;=]+))*)` ::
|
`--group_dn` `(?^:\w+=(?^:("[^"]+"|[^ ,+"/<>;=#][^,+"/<>;=]*[^ ,+"/<>;=]|[^ ,+"/<>;=#]))(,\s*\w+=(?^:("[^"]+"|[^ ,+"/<>;=#][^,+"/<>;=]*[^ ,+"/<>;=]|[^ ,+"/<>;=#])))*)` ::
|
||||||
|
|
||||||
LDAP base domain name for group sync. If not set, the base_dn will be used.
|
LDAP base domain name for group sync. If not set, the base_dn will be used.
|
||||||
|
|
||||||
@ -364,11 +364,11 @@ Specifies the Authentication Context Class Reference values that theAuthorizatio
|
|||||||
|
|
||||||
Automatically create users if they do not exist.
|
Automatically create users if they do not exist.
|
||||||
|
|
||||||
`--base_dn` `(?^:\w+=("[\w ,+/<>;=]+"|[^ ,+"/<>;=]+)(,\s*\w+=("[\w ,+/<>;=]+"|[^ ,+"/<>;=]+))*)` ::
|
`--base_dn` `(?^:\w+=(?^:("[^"]+"|[^ ,+"/<>;=#][^,+"/<>;=]*[^ ,+"/<>;=]|[^ ,+"/<>;=#]))(,\s*\w+=(?^:("[^"]+"|[^ ,+"/<>;=#][^,+"/<>;=]*[^ ,+"/<>;=]|[^ ,+"/<>;=#])))*)` ::
|
||||||
|
|
||||||
LDAP base domain name
|
LDAP base domain name
|
||||||
|
|
||||||
`--bind_dn` `(?^:\w+=("[\w ,+/<>;=]+"|[^ ,+"/<>;=]+)(,\s*\w+=("[\w ,+/<>;=]+"|[^ ,+"/<>;=]+))*)` ::
|
`--bind_dn` `(?^:\w+=(?^:("[^"]+"|[^ ,+"/<>;=#][^,+"/<>;=]*[^ ,+"/<>;=]|[^ ,+"/<>;=#]))(,\s*\w+=(?^:("[^"]+"|[^ ,+"/<>;=#][^,+"/<>;=]*[^ ,+"/<>;=]|[^ ,+"/<>;=#])))*)` ::
|
||||||
|
|
||||||
LDAP bind domain name
|
LDAP bind domain name
|
||||||
|
|
||||||
@ -424,7 +424,7 @@ LDAP filter for user sync.
|
|||||||
|
|
||||||
The objectclasses for groups.
|
The objectclasses for groups.
|
||||||
|
|
||||||
`--group_dn` `(?^:\w+=("[\w ,+/<>;=]+"|[^ ,+"/<>;=]+)(,\s*\w+=("[\w ,+/<>;=]+"|[^ ,+"/<>;=]+))*)` ::
|
`--group_dn` `(?^:\w+=(?^:("[^"]+"|[^ ,+"/<>;=#][^,+"/<>;=]*[^ ,+"/<>;=]|[^ ,+"/<>;=#]))(,\s*\w+=(?^:("[^"]+"|[^ ,+"/<>;=#][^,+"/<>;=]*[^ ,+"/<>;=]|[^ ,+"/<>;=#])))*)` ::
|
||||||
|
|
||||||
LDAP base domain name for group sync. If not set, the base_dn will be used.
|
LDAP base domain name for group sync. If not set, the base_dn will be used.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user