ProductInfo
                                ProductInfo                            
                            Product Info and License Key Info
JSON Example
                                    {
    "errorResponse": {
        "arguments": [
            "string"
        ],
        "causes": [
            {
                "message": "string",
                "type": "string"
            }
        ],
        "context": {
            "context": "string"
        },
        "errorCode": "string",
        "errorType": "string",
        "message": "string",
        "nestedErrors": [
            "Error Object"
        ],
        "referenceToken": "string",
        "remediationMessage": "string"
    },
    "licenseKey": "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX",
    "licenseKeyExpirationDate": "2021-04-08T04:37:51.662Z",
    "licenseKeyStatus": "One among: EXPIRED, ACTIVE, NEVER_EXPIRES",
    "licensingMode": "One among: SUBSCRIPTION, PERPETUAL",
    "type": "One among: VCENTER, NSXT, VSAN, WCP, ESXI"
}
                errorResponse            
                            Optional
            
            
        Error response containing a minor error code, a localized error message, a localized remediation message and optionally a reference token to correlate the error with the logs
            
            
                                    string
                
                
            
        
        
                licenseKey            
                            Optional
            
            
        License key of product
            
            
                                    string
                
                
            
        
        
                licenseKeyExpirationDate            
                            Optional
            
            
        License key expiration date
            
            
                                    string
                
                
            
        
        
                licenseKeyStatus            
                            Optional
            
            
        License key status
            
            
                                    string
                
                
            
        
        
                licensingMode            
                            Optional
            
            
        Licensing Mode
            
            
                                    string
                
                
            
        
        
                type            
                            Optional
            
            
        Product type
