[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
Verify
DescriptionValidate a potential new provider instance, without creating anything.
Request
URLURL
https://cloud.vmwarehorizon.com/admin/v2/providers/{label}/instances/verify
Path Parameters
Path Parameters
string
label
Required
Provider label
Request Body
Request Body
{
"denyOperations": [
"EDGE_DEPLOYMENT"
],
"edgeDeploymentId": "0123456789",
"name": "My Instance Name",
"orgId": "0123456789",
"providerDetails": {
"data": {
"key": "string"
},
"method": "ByAppRegistration"
},
"resourceTags": {
"key": "string"
}
}
array of
string
denyOperations
Optional
User defined operations to be deny on this instance
Possible values are: EDGE_DEPLOYMENT , TEMPLATE_CREATION , UAG_DEPLOYMENT
string
edgeDeploymentId
Optional
EdgeGateway Deployment which we can use to manage and monitor infrastructure
string
name
Optional
User defined name for this instance
string
orgId
Optional
Org ID that owns this record
map of
string
resourceTags
Optional
Resource tags that are added to Provider Instance
Authentication
This operation uses the following authentication methods.
Errors
Errors
Code Samples
Code Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"denyOperations":["EDGE_DEPLOYMENT"],"edgeDeploymentId":"0123456789","name":"My Instance Name","orgId":"0123456789","providerDetails":{"data":{"key":"string"},"method":"ByAppRegistration"},"resourceTags":{"key":"string"}}' https://cloud.vmwarehorizon.com/admin/v2/providers/{label}/instances/verify
Vendor Extensions
This operation contains the following vendor extensions defined in the spec:
x-codegen-request-body-name: newProviderInstance
[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
On This Page
Admin Operations
post
get
get
get
put
patch
patch
delete
patch
post
delete