VCF Operations Disconnected Registration
This endpoint facilitates the registration of a VCF ops instance operating offline(disconnected mode). The request requires a multi-part payload containing the VCF ops name and the necessary registration file.
The id of the tenant
This API take the VCF ops registration file as an upload.
Show optional properties
{
"name": "Private VCF",
"file": "registration_file.data"
}
{
"name": "string",
"file": "string"
}
Name of the appliance
Multipart registration data 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
{
"parameter_list": [
"string"
],
"message": "string",
"major_error_code": "string",
"minor_error_code": "string"
}
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 '{"name:"string","file:"string"}' https://{api_host}/vcf/license-mgmt/api/v1/tenants/{tenant_id}/appliance-registration/upload