JSON Repository Format Update and now with SCSI Codes
Whenever I create databases with information like ESXi Versions, vCenter Versions or VMware's HCL I try make these available to be used for automation or in scripts. JSON is my data-type of choice but I figured that another structure might be easier to handle in some circumstances. This is why I've now created separate versions where it is now possible to access the information with keys.
Here is an example of the old ESXi Releases JSON File (List), and the new V2 (Hashtable):
Read More »JSON Repository Format Update and now with SCSI Codes