Register VCF
If force parameter is passed as true, in case if vcf is already registered, registration will be overwritten.
NOTE: The registration of some of the VCs under the VCF may fail because of different issues, e.g. connection issue. In such cases response will be returned with http 200 status code, however the failed resources id's will be reported in the response body. Please check the status field of the response after executing this API, in order to make sure that the operation has fully succeeded.
The identifier of the VCF integration in UUID format.
Force override existing vcf management ownership
Successfully registered vcf
"{\n \"failedVcenterIds\" : [ \"d3cbb0a2-3443-4a5d-ae23-2ca28b9c41da\", \"4490af75-62ae-412a-97aa-23d0709cc086\", \"6f4c5470-91e0-40b7-9c91-d78ee83ed667\" ],\n \"status\" : \"PARTIALLY_SUCCEEDED\"\n}"
Set of VCF VC ids for which registration update failed.
Indicates VCF registration result status
curl -X PUT -H 'Authorization: <value>' https://{api_host}/suite-api/api/integrations/vcf/{integrationId}/register