]> git.proxmox.com Git - pve-docs.git/blame - gen-datacenter-cfg-opts-adoc.pl
add auto-generated host firewall options
[pve-docs.git] / gen-datacenter-cfg-opts-adoc.pl
CommitLineData
cfd83e21
DM
1#!/usr/bin/perl
2
3use strict;
4use warnings;
5use PVE::Cluster;
6use PVE::RESTHandler;
7
8my $schema = PVE::Cluster::get_datacenter_schema();
9
10print PVE::RESTHandler::dump_properties($schema->{properties});