Get VCF Integration By Id
Get VCF integration, by specified id
Request
URI
GET
https://{api_host}/suite-api/api/integrations/vcf/{integrationId}
COPY
Path Parameters
string
integrationId
Required
The identifier of the VCF integration in UUID format.
Responses
200
The result model of the retrieved VCF integration.
Returns
VCFIntegration
of type(s)
application/json
This response body class contains all of the following:
InlineVCFIntegration0 ,
InlineVCFIntegration1
"{\n \"name\" : \"TestVCFIntegration\",\n \"description\" : \"VCF adapter for test purposes\",\n \"collectorGroupId\" : \"bd15c11c-86bb-4f7a-a389-c3b242d37e3f\",\n \"resourceIdentifiers\" : [ {\n \"name\" : \"SDDCManager_Hostname\",\n \"value\" : \"SDDC_manager_hostname\"\n }, {\n \"name\" : \"vcf_config_limits_file_name\",\n \"value\" : \"file_name\"\n }, {\n \"name\" : \"DomainMonitoringOnCreation\",\n \"value\" : \"false\"\n } ],\n \"certificates\" : [ ],\n \"credentialInstanceId\" : \"7deefdc8-f8a7-4630-a364-20ffcb2ce631\",\n \"serviceCredentialsUsed\" : false\n}"
404
If no VCF integration with provided id were found
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/integrations/vcf/{integrationId}
Integrations Operations
PUT
Update VCF Integration
POST
Create VCF Integration
PUT
Unregister VCF
PUT
Register VCF
GET
Get Domain Details By Id
PUT
Update Domain Details
DELETE
Delete Vcf Domain
PUT
Update Vcenter Integration
POST
Create Vcenter Integration
PUT
Unregister VC
PUT
Register VC
POST
Test Domain
POST
Test VCF Integration
POST
Test Vcenter Integration
GET
Get VCF Integration By Id
DELETE
Delete Vcf Integration
GET
Get Domain Summary
GET
Get Vcenter Integration By Id
DELETE
Delete Vcenter Integration