POST /admin/extension/vimServer/{id}/action/forcevimserverreconnect

Operation:
POST /admin/extension/vimServer/{id}/action/forcevimserverreconnect
Description:
Force vCloud Director to reconnect to a registered vCenter server.
Since:
1.0
Input parameters
Consume media type(s):
None
Input type:
None
Output parameters
TaskType This operation is asynchronous and the user should monitor the returned task status in order to check when it is completed.

Produce media type(s):
application/vnd.vmware.vcloud.task+xml
Output type:
TaskType
Examples
Request
HTTP 1.1
POST /api/admin/extension/vimServer/680d4629-676d-4eea-af4e-2579b37110a7/action/forcevimserverreconnect

Headers:
x-vcloud-authorization: /LOwXxsAG2/2J87P4zt3nZ2dkxZXke77j6cFEpCExac=

Body:
Response
HTTP/1.1 202 Accepted

Headers:
Content-Length: 1352
Content-Type: application/vnd.vmware.vcloud.task+xml; version=5.5
Location: https://vcloud.example.com/api/task/a7c8e42f-dbdd-4602-9f01-d72cfbfc313b
Vary: Accept-Encoding

Body:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Task
    xmlns="http://www.vmware.com/vcloud/v1.5"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    cancelRequested="false"
    expiryTime="2013-06-17T14:12:51.460+03:00"
    href="https://vcloud.example.com/api/task/a7c8e42f-dbdd-4602-9f01-d72cfbfc313b"
    id="urn:vcloud:task:a7c8e42f-dbdd-4602-9f01-d72cfbfc313b"
    name="task"
    operation="Restarting proxy for VirtualCenter VC1(680d4629-676d-4eea-af4e-2579b37110a7)"
    operationName="systemForceReconnectVimserver"
    serviceNamespace="com.vmware.vcloud"
    startTime="2013-03-19T14:12:51.460+02:00"
    status="running"
    type="application/vnd.vmware.vcloud.task+xml"
    xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5 http://https://vcloud.example.com/api/v1.5/schema/master.xsd">
    <Link
        href="https://vcloud.example.com/api/task/a7c8e42f-dbdd-4602-9f01-d72cfbfc313b/action/cancel"
        rel="task:cancel"/>
    <Owner
        href="https://vcloud.example.com/api/admin/extension/vimServer/680d4629-676d-4eea-af4e-2579b37110a7"
        name="VC1"
        type="application/vnd.vmware.admin.vmwvirtualcenter+xml"/>
    <User
        href="https://vcloud.example.com/api/admin/user/5869d5cf-cab1-4fd2-8e49-2b052d39d8bb"
        name="vcloud"
        type="application/vnd.vmware.admin.user+xml"/>
    <Organization
        href="https://vcloud.example.com/api/org/a93c9db9-7471-3192-8d09-a8f7eeda85f9"
        name="System"
        type="application/vnd.vmware.vcloud.org+xml"/>
    <Details/>
</Task>