]> git.proxmox.com Git - pve-docs.git/blobdiff - gen-datacenter.cfg.5-opts.pl
export pct.1 pct.conf.5 vm.conf.5 and datacenter.conf.5
[pve-docs.git] / gen-datacenter.cfg.5-opts.pl
diff --git a/gen-datacenter.cfg.5-opts.pl b/gen-datacenter.cfg.5-opts.pl
new file mode 100755 (executable)
index 0000000..1c687c9
--- /dev/null
@@ -0,0 +1,11 @@
+#!/usr/bin/perl
+
+use lib '.';
+use strict;
+use warnings;
+use PVE::Cluster;
+use PVE::RESTHandler;
+
+my $schema = PVE::Cluster::get_datacenter_schema();
+
+print PVE::RESTHandler::dump_properties($schema->{properties});