Snapservice.Sites.Licenses.ListItem
Snapservice.Sites.Licenses.ListItem
The Snapservice.Sites.Licenses.ListItem schema contains information about a license returned by GET /snapservice/sites/{site}/licenses operation
This schema was added in vSphere API 9.0.0.0.
JSON Example
{
"info": {
"license_type": "string",
"vlr_license_info": {
"vlr_license_type": "string",
"operational_mode": "string",
"available": 0,
"total": 0
}
}
}
info
Required
Information regarding the license.
This property was added in vSphere API 9.0.0.0.