Get Integrated Services
Get registered services details
Get registered services details
Request
URI
GET
https://{api_host}/suite-api/api/integrations/services
COPY
Responses
200
Service details
Returns
ServicesDetails
of type(s)
application/json
"{\n \"servicesDetails\" : [ {\n \"name\" : \"VCF OPS LI\",\n \"type\" : \"VCF_OPS_LI\",\n \"key\" : \"ops-li\",\n \"address\" : \"0.0.0.0\",\n \"port\" : 8000,\n \"addressType\" : \"IPV4\",\n \"certificates\" : [ ],\n \"version\" : \"9.1.0.0\"\n }, {\n \"name\" : \"VCF OPS NI\",\n \"type\" : \"VCF_OPS_NI\",\n \"key\" : \"ops-ni\",\n \"address\" : \"0.0.0.0\",\n \"port\" : 8000,\n \"addressType\" : \"IPV4\",\n \"certificates\" : [ ],\n \"basePath\" : \"base-path\",\n \"version\" : \"9.1.0.0\"\n } ]\n}"
array of
object
servicesDetails
Optional
A list of integrated services details in the system.
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/integrations/services
Integrations Operations
GET
Get Integrated Services
POST
Create Vcenter Integration
PUT
Update Vcenter Integration
POST
Test Vcenter Integration
DELETE
Delete Vcenter Integration
GET
Get Vcenter Integration By Id
PUT
Register VC
PUT
Unregister VC
POST
Create VCF Integration
PUT
Update VCF Integration
POST
Test VCF Integration
DELETE
Delete Vcf Integration
GET
Get VCF Integration By Id
GET
Get Domain Summary
DELETE
Delete Vcf Domain
GET
Get Domain Details By Id
PUT
Update Domain Details
POST
Test Domain
PUT
Register VCF
PUT
Unregister VCF