split table src to multiple ones; replace xcatws.cgi with the content from restapi.pl

This commit is contained in:
daniceexi 2014-04-22 14:22:19 -04:00
parent 1057bd5b91
commit 08d73347c8
2 changed files with 2450 additions and 1958 deletions

View File

@ -54,14 +54,14 @@ my @apigroups = (
{
groupname => 'services',
header => "Service Resources",
desc => "The URI list which can be used to manage the dns and dhcp services on xCAT MN.",
desc => "The URI list which can be used to manage the host, dns and dhcp services on xCAT MN.",
resources => ['dns','dhcp','host', 'slpnodes', 'specific_slpnodes',]
},
{
groupname => 'tables',
header => "Table Resources",
desc => "URI list which can be used to create, query, change global configuration.",
resources => ['table_nodes', 'table_rows']
desc => "URI list which can be used to create, query, change table entries.",
resources => ['table_nodes', 'table_nodes_attrs', 'table_all_rows', 'table_rows', 'table_rows_attrs']
},
);

File diff suppressed because it is too large Load Diff