VcfOpsRegistrationResponse

VcfOpsRegistrationResponse
VcfOpsRegistrationResponse

VCF Operations registration response.

JSON Example
{
    "vcf_ops_id": "string",
    "name": "string",
    "status": "string",
    "product_version": "string",
    "license_servers": [
        {
            "id": "string",
            "name": "string",
            "status": "string",
            "is_missing": false,
            "product_version": "string"
        }
    ]
}
string
vcf_ops_id
Required

Id of VCF Operations instance.

string
name
Required

Name of VCF Operations instance.

string
status
Required

Status of VCF Operations.

  • REGISTRATION_FAILED : Registration failure.
  • NOT_LICENSED : Successful registration request. None of the license servers have active licenses associated.
  • PARTIALLY_LICENSED : Some license servers are LICENSED.
  • LICENSED : All license servers are LICENSED.
  • DEACTIVATED : VCF Operations and all license servers are deactivated.
Possible values are : LICENSED, NOT_LICENSED, DEACTIVATED, PARTIALLY_LICENSED, REGISTRATION_FAILED,
string
product_version
Required

VCF Operations product version.

license_servers
Required

License servers registered against the VCF Operations.