[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Get All
DescriptionLists all supported providers.
Request
Operation doesn't accept any path, query or header parameters.
URL
https://cloud.vmwarehorizon.com/admin/v1/providers
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
array
of
ProviderReadTO
of type */*
List of supported providers
{
"label": "AZURE"
}
array of
InfrastructureType
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.
array of
ProviderSpecMethod
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.
Errors
ErrorResponse
401
Unauthorized
403
Forbidden
404
Not Found
Code Samples
cURL Command
curl https://cloud.vmwarehorizon.com/admin/v1/providers
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
On This Page
Admin Operations
get