VCF Operations Disconnected Registration
This API is used to register a VCF Ops instance in disconnected mode. This API takes the VCF Ops registration file and the VCF Ops Name in the request payload
This API take the VCF Ops registration file as an upload.
"ApplianceRegistrationRequest Object"
name
file
VCF Ops registered successfully.
{
"vcf_ops_id": "f6151794-b2e6-4d75-b3fe-4b812aa6f292",
"status": "SUCCESS",
"message": "Successfully registered the VCF Ops",
"created_on": "2024-05-10T14:30:00Z",
"name": "LM-1"
}
model_version
vcf_ops_id
name
RegistrationStatus
message
created_on
tenant_id
Bad Request
"ErrorResponse Object"
parameter_list
message
major_error_code
minor_error_code
Unauthorized
"ErrorResponse Object"
parameter_list
message
major_error_code
minor_error_code
Forbidden
"ErrorResponse Object"
parameter_list
message
major_error_code
minor_error_code
Not Found
"ErrorResponse Object"
parameter_list
message
major_error_code
minor_error_code
VCF Ops Already Registered
"ErrorResponse Object"
parameter_list
message
major_error_code
minor_error_code
Internal Server Error
"ErrorResponse Object"
parameter_list
message
major_error_code
minor_error_code
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: multipart/form-data' -d '[{}]' https://{api_host}/vcf/license-mgmt/api/v1/tenants/{tenant_id}/appliance-registration/upload