vcenter hvc links sync providers: list

Enumerates the sync providers. Warning: This operation is available as technical preview. It may be changed in a future release.

Request:

HTTP request

GET https://{server}/rest/hvc/links/{link}/sync/providers

Path Parameters

Name Type Description
Required
link string Unique identifier of the link.

Response:

HTTP Status Code: 200

Representation:

{
    "value"[
        {
            "provider""obj-103"
        },
        {
            "provider""obj-103"
        }
    ]
}

Response Type:

Name Type Description
bold = required
value summary[] The array of sync provider information.
value[].provider string Sync provider id. Warning: This attribute is available as technical preview. It may be changed in a future release.

When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.hvc.links.sync.Providers. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.hvc.links.sync.Providers.

Errors:

HTTP Status Code Type Description
500 error If list fails.
403 unauthorized If the user is not authorized to perform this operation.