LicenseServerSummary

LicenseServerSummary
LicenseServerSummary
JSON Example
{
    "id": "string",
    "name": "string",
    "status": "string",
    "product_version": "string",
    "registration_date": "string",
    "last_usage_reported": "string",
    "next_usage_required": "string"
}
string
id
Required

Id of license server.

string
name
Required

Name of the license server.

status
Required

Status of license server.

  • REGISTRATION_FAILED : Registration failure.
  • PENDING_REGISTRATION : Successful registration request but verification is pending.
  • NOT_LICENSED : Successful verification of license servers with VCF Operations. No active licenses associated.
  • LICENSED : Successful license association with the license server.
Possible values are : LICENSED, NOT_LICENSED, PENDING_REGISTRATION, REGISTRATION_FAILED,
string
product_version
Required

Product version.

string As date As date
registration_date
Required

Date when the license server was first registered in the system (YYYY-MM-DD).

string As date As date
last_usage_reported
Optional

Date when usage was last successfully reported for this license server (YYYY-MM-DD).

string As date As date
next_usage_required
Optional

Date or description of when the next usage report is required.