Query V Center Mappings Info
Get vCenter mappings info
Get vCenter mappings based on the specified query
Request
URI
POST
https://{api_host}/suite-api/api/applications/vccpmappings/query
COPY
Request Body
vCenter Mapping Query object.
vcenter-to-cloud-proxy-query
of type(s)
application/json
Required
"{\n \"collectorUUIDs\" : [ \"5db60a81-7757-49b9-9bac-8dbfc6ef21c6\", \"c0ee14ea-ee73-4837-b702-79d822138790\" ],\n \"collectorGroupIds\" : [ \"3e216895-55b7-464a-bf6f-304d897577be\", \"8aa28c40-f3e8-440f-9890-1c043c05d00c\" ],\n \"vCenterIds\" : [ \"31cee415-ac9b-4219-905a-c6eb37fa45f7\", \"f46a0e44-b4aa-4f7e-8a6f-81b4e5087c15\" ]\n}"
array of
string
collectorGroupIds
Optional
Collection of collectorGroups identifiers
array of
string
collectorUUIDs
Optional
Collection of collectors identifiers
array of
string
vCenterIds
Optional
Collection of vCenters identifiers
Responses
200
vCenter mappings
Returns
vcenter-to-cloud-proxy-list
of type(s)
application/json
"{\n \"vCenterMappings\" : [ {\n \"collectorUUID\" : \"abfd297b-a464-4144-b7fd-b81297fb17ec\",\n \"vCenterIds\" : [ \"5d3fc9e1-d900-49e6-aa3e-85c46363c593\", \"faf61029-ff90-4c23-a888-b5dc7cd4827a\" ]\n }, {\n \"collectorGroupId\" : \"63a0bcf2-fa18-4075-966d-a5810d7dce90\",\n \"vCenterIds\" : [ \"5d3fc9e1-d900-49e6-aa3e-85c46363c593\", \"faf61029-ff90-4c23-a888-b5dc7cd4827a\" ]\n } ]\n}"
array of
object
vCenterMappings
Required
Constraints:
minItems: 1
Collection of vCenter Mapping instances
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/suite-api/api/applications/vccpmappings/query
Applications Operations
GET
Get Configuration Details
DELETE
Uninstall Agent
POST
Install Agent
POST
Renew Clients Certificate
POST
Get Renew Clients Certificate Status
POST
Activate Services
GET
Get Service Operation Status
PUT
Start Agent
PUT
Stop Agent
PUT
Upgrade Agent
POST
Renew Client Certificate
GET
Get Renew Client Certificate Status
DELETE
Remove Services Configurations
GET
Get Services Configurations
POST
Save Services Configurations
PUT
Update Services Configurations
GET
Get Service Configurations
GET
Get Agent Operation Status
POST
Sign Client Certificate
GET
Download Client Certificate
GET
Get Application Resources
GET
Get Service Configuration Template
PUT
Subscribe
PUT
Unsubscribe
DELETE
Delete V Center Mapping
POST
Create V Center Mapping
POST
Query V Center Mappings Info
PUT
Add Vcenter To Configuration
Deprecated
PUT
Remove Vcenter From Configuration
Deprecated