Create V Center Mapping

Create V Center Mapping

Create mappings between collector or collectorGroup and vCenters

Request
URI
POST
https://{api_host}/suite-api/api/applications/vccpmappings
COPY
Request Body

vCenter Mapping object.

vcenter-to-cloud-proxy-list of type(s) application/json
Required

Show optional properties

{
    "vCenterMappings": [
        {
            "vCenterIds": [
                {}
            ]
        }
    ]
}
"{\n  \"vCenterMappings\" : [ {\n    \"collectorUUID\" : \"e0df4fe2-88ed-46b8-87ab-cca27b1ee37c\",\n    \"vCenterIds\" : [ \"90e84d22-eb9e-4ad4-ab5b-b37cfdbf572e\", \"341155b4-8c6b-4e66-b9b1-3fd80fa0cdbe\" ]\n  }, {\n    \"collectorGroupId\" : \"4f3a2d3b-4299-4cd0-bd0b-030058a10f45\",\n    \"vCenterIds\" : [ \"39ffca2e-af7d-4991-82aa-88d73d6137e2\", \"594a5afc-84ea-4384-85a7-0f3fe8add58b\" ]\n  } ]\n}"
array of object
vCenterMappings
Required

Collection of vCenter Mapping instances

Authentication
This operation uses the following authentication methods.
Responses
201

The vCenter Mappings are created successfully

Returns vcenter-to-cloud-proxy-list of type(s) application/json
"No Custom Example is Available"
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 '{"vCenterMappings":["object"]}' https://{api_host}/suite-api/api/applications/vccpmappings