[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen

Get All

Description

Lists all supported providers.

Request

Request

URL

URL


get
https://cloud.vmwarehorizon.com/admin/v1/providers
Copy

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns array of ProviderReadTO of type */*

List of supported providers

{
    "label": "AZURE"
}
infrastructureTypes Optional

The types of infrastructure that can be queried from this provider. For example, AZURE supports infrastructure types like ‘resourceGroups’, ’networks’, etc.


string
label Optional

Unique label for the provider. These are case-insensitive.


newInstanceMethods Optional

The methods that can be used to create new instances of this provider. Each method will have its own name and set of data fields. For example, the AZURE provider supports new instances with the ‘ByAppRegistration’ method.


properties Optional
Errors

Errors

ErrorResponse
401

Unauthorized


403

Forbidden


404

Not Found

Code Samples

Code Samples

cURL Command

curl https://cloud.vmwarehorizon.com/admin/v1/providers


[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Feedback

Was this page helpful?