[pve-devel] [PATCH manager 2/4] Status/Plugin: add id to schema

Dominik Csapak d.csapak at proxmox.com
Fri Nov 20 10:50:47 CET 2020


Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 PVE/Status/Plugin.pm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/PVE/Status/Plugin.pm b/PVE/Status/Plugin.pm
index 4476c5dd..baf670ae 100644
--- a/PVE/Status/Plugin.pm
+++ b/PVE/Status/Plugin.pm
@@ -16,6 +16,10 @@ cfs_register_file('status.cfg',
 
 my $defaultData = {
     propertyList => {
+	id => {
+	    description => "The ID of the entry.",
+	    type => 'string', format => 'pve-configid',
+	},
 	type => { 
 	    description => "Plugin type.",
 	    type => 'string', format => 'pve-configid',
-- 
2.20.1






More information about the pve-devel mailing list