Get Vcenter Integration By Id

Get Vcenter Integration By Id

Get vCenter integration, with vSAN and Service Discovery configs

Request
URI
GET
https://{api_host}/suite-api/api/integrations/vcenters/{integrationId}
COPY
Path Parameters
string
integrationId
Required

The identifier of the vCenter integration in UUID format.


Authentication
This operation uses the following authentication methods.
Responses
200

The result model of the retrieved vCenter integration, with vSAN and Service Discovery configs.

Returns VcenterIntegration of type(s) application/json
This response body class contains all of the following: InlineVcenterIntegration0 , InlineVcenterIntegration1
"{\n  \"name\" : \"TestVcenterIntegration\",\n  \"description\" : \"vCenter adapter for test purposes\",\n  \"collectorGroupId\" : \"5efe28d9-f622-4610-8085-aaf19da9d2a5\",\n  \"resourceIdentifiers\" : [ {\n    \"name\" : \"AUTODISCOVERY\",\n    \"value\" : \"true\"\n  }, {\n    \"name\" : \"PROCESSCHANGEEVENTS\",\n    \"value\" : \"true\"\n  }, {\n    \"name\" : \"VCURL\",\n    \"value\" : \"VC_IP_Adress\"\n  } ],\n  \"certificates\" : [ ],\n  \"credentialInstanceId\" : \"ddbc276c-9cc5-44af-907e-e0c8abc84e83\",\n  \"vsanConfig\" : {\n    \"smartDataCollectionEnabled\" : false,\n    \"enabled\" : true\n  },\n  \"sdmpConfig\" : {\n    \"applicationDiscoveryEnabled\" : true,\n    \"enabled\" : true\n  },\n  \"logCollectionEnabled\" : false\n}"

404

If no vCenter integration with provided id where found

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/integrations/vcenters/{integrationId}