Query V Center Mappings Info

Query V Center 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\" : [ \"2eab9c76-b94e-42b3-acd9-ee50f660f669\", \"95cccd18-6005-4559-8699-6d7e4b92d042\" ],\n  \"collectorGroupIds\" : [ \"f1564501-c16f-4cd0-a5b3-7fbb3a606761\", \"55a82972-b052-4186-b84c-e80c9b2b790e\" ],\n  \"vCenterIds\" : [ \"39526eba-9a27-4b09-a628-7bf4c8b446e9\", \"4cade9fd-6b45-44ca-bdcb-7733179f5bb1\" ]\n}"
array of string
collectorUUIDs
Optional

Collection of collectors identifiers

array of string
collectorGroupIds
Optional

Collection of collectorGroups identifiers

array of string
vCenterIds
Optional

Collection of vCenters identifiers

Authentication
This operation uses the following authentication methods.
Responses
200

vCenter mappings

Returns vcenter-to-cloud-proxy-list of type(s) application/json
"{\n  \"vCenterMappings\" : [ {\n    \"collectorUUID\" : \"9a9ddad5-31dc-4502-8af3-500edc416603\",\n    \"vCenterIds\" : [ \"a62713ac-8fda-429f-8a4b-d8b9fce7714b\", \"c2a88343-3504-4161-874d-d06c520cd387\" ]\n  }, {\n    \"collectorGroupId\" : \"8997226f-3cd8-4fd0-b54f-cdfef2de9dff\",\n    \"vCenterIds\" : [ \"fdaf0050-d999-45ce-963e-106795f63640\", \"f70f6cf7-3b48-42f3-a39e-f79e6167fa99\" ]\n  } ]\n}"
array of object
vCenterMappings
Required

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