api/nodes: add journal to index

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-05-15 15:15:51 +02:00
parent 4e0947c88b
commit 952280b49a

View File

@ -168,6 +168,7 @@ __PACKAGE__->register_method ({
{ name => 'apt' },
{ name => 'version' },
{ name => 'syslog' },
{ name => 'journal' },
{ name => 'status' },
{ name => 'wakeonlan' },
{ name => 'subscription' },
@ -196,7 +197,7 @@ __PACKAGE__->register_method ({
{ name => 'certificates' },
{ name => 'config' },
{ name => 'hosts' },
];
];
return $result;
}});