Get VCF Integration By Id

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.


Authentication
This operation uses the following authentication methods.
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}