Snapservice.Sites.Licenses.Info
Snapservice.Sites.Licenses.Info
The Snapservice.Sites.Licenses.Info schema contains details regarding the license.
This schema was added in vSphere API 9.0.0.0.
JSON Example
{
"license_type": "string",
"vlr_license_info": {
"vlr_license_type": "string",
"operational_mode": "string",
"available": 0,
"total": 0
}
}
string
license_type
Required
Type of the license.
Possible values:
VLR: License for VMware Live Recovery
For more information see: Snapservice.Sites.Licenses.LicenseType.
This property was added in vSphere API 9.0.0.0.
vlr_license_info
Optional
Information about VLR license type.
This property was added in vSphere API 9.0.0.0.
This property is optional and it is only relevant when the value of license_type is Snapservice.Sites.Licenses.LicenseType.VLR.