Browse Source

Merge pull request #157 from Dany9966/instance-name-standard

Add 'instance_name' to VM export info schema
Nashwan Azhari 5 years ago
parent
commit
b2ff4b3135
1 changed files with 4 additions and 0 deletions
  1. 4 0
      coriolis/schemas/vm_instance_info_schema.json

+ 4 - 0
coriolis/schemas/vm_instance_info_schema.json

@@ -18,6 +18,10 @@
       "type": "string",
       "type": "string",
       "description": "Unique identifier of the VM."
       "description": "Unique identifier of the VM."
     },
     },
+    "instance_name": {
+      "type": "string",
+      "description": "Human-readable identifier of the VM. Its usage is recommended for platforms that do not use ID as VM identifier."
+    },
     "os_type": {
     "os_type": {
       "type": "string",
       "type": "string",
       "description": "The generic type of the operating system installed on the VM.",
       "description": "The generic type of the operating system installed on the VM.",