projects
/
pve-docs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
bc396b43d7b2bfff89440ee15481bc50a3945af7
[pve-docs.git]
/
gen-datacenter-cfg-opts-adoc.pl
1
#!/usr/bin/perl
2
3
use
strict
;
4
use
warnings
;
5
use
PVE
::
Cluster
;
6
use
PVE
::
RESTHandler
;
7
8
my
$schema
=
PVE
::
Cluster
::
get_datacenter_schema
();
9
10
print
PVE
::
RESTHandler
::
dump_properties
(
$schema
->{
properties
});