POST /admin/edgeGateway/{id}/action/syncSyslogServerSettings

Operation:
POST /admin/edgeGateway/{id}/action/syncSyslogServerSettings
Description:
Synchronize syslog server settings on an edgeGateway.
Since:
5.1
Input parameters
Consume media type(s):
None
Input type:
None
Output parameters
TaskType

Produce media type(s):
application/vnd.vmware.vcloud.task+xml
Output type:
TaskType
Examples
Request
HTTP 1.1
POST /api/admin/edgeGateway/a5262305-d51d-4664-b380-827137a321f1/action/syncSyslogServerSettings

Headers:
x-vcloud-authorization: XRNaH2F+r/YvHG81NXAC/2N+smYdsJBcnFdgNt2ATbg=

Body:
Response
HTTP/1.1 202 Accepted

Headers:
Content-Length: 1363
Content-Type: application/vnd.vmware.vcloud.task+xml;version=5.5
Location: https://vcloud.example.com/api/task/56aa26fd-8997-448b-a10c-ab57799fff62
Vary: Accept-Encoding

Body:
<?xml version="1.0" encoding="UTF-8"?><Task
    xmlns="http://www.vmware.com/vcloud/v1.5"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    cancelRequested="false"
    expiryTime="2013-05-14T19:22:26.085+03:00"
    href="https://vcloud.example.com/api/task/56aa26fd-8997-448b-a10c-ab57799fff62"
    id="urn:vcloud:task:56aa26fd-8997-448b-a10c-ab57799fff62"
    name="task"
    operation="Synchronizing syslog EdgeGateway (a5262305-d51d-4664-b380-827137a321f1)"
    operationName="networkEdgeGatewaySynchronizeSyslog"
    serviceNamespace="com.vmware.vcloud"
    startTime="2013-02-13T19:22:26.085+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/56aa26fd-8997-448b-a10c-ab57799fff62/action/cancel"
        rel="task:cancel"/>
    <Owner
        href="https://vcloud.example.com/api/admin/edgeGateway/a5262305-d51d-4664-b380-827137a321f1"
        name=""
        type="application/vnd.vmware.admin.edgeGateway+xml"/>
    <User
        href="https://vcloud.example.com/api/admin/user/1260efee-6915-494c-8afa-84e7e6d8a310"
        name="system"
        type="application/vnd.vmware.admin.user+xml"/>
    <Organization
        href="https://vcloud.example.com/api/org/7b832bc5-3d65-45a2-8d35-da28388ab80a"
        name="Default"
        type="application/vnd.vmware.vcloud.org+xml"/>
    <Details/>
</Task>