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

Verify

Description

Validate a potential new provider instance, without creating anything.

Request

Request

URL

URL


post
https://cloud.vmwarehorizon.com/admin/v2/providers/{label}/instances/verify
Copy

Path Parameters

Path Parameters

string
label Required

Provider label


Request Body

Request Body

ProviderInstanceCreateTOV2 of mimetype application/json Required

newProviderInstance

{
    "edgeDeploymentId": "0123456789",
    "name": "My Instance Name",
    "orgId": "0123456789"
}
array of string
denyOperations Optional

User defined operations to be denied on this instance

Possible values are: EDGE_DEPLOYMENTTEMPLATE_CREATIONUAG_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


providerDetails Optional

map of string
resourceTags Optional

Resource tags that are added to Provider Instance

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns ProviderInstanceCreateTOV2 of type */*

Successfully verified

{
    "edgeDeploymentId": "0123456789",
    "name": "My Instance Name",
    "orgId": "0123456789"
}
array of string
denyOperations Optional

User defined operations to be denied on this instance

Possible values are: EDGE_DEPLOYMENTTEMPLATE_CREATIONUAG_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


providerDetails Optional

map of string
resourceTags Optional

Resource tags that are added to Provider Instance


201 Created

Created

Errors

Errors

ErrorResponse
400

Bad Request


ErrorResponse
401

Unauthorized


ErrorResponse
403

Forbidden


ErrorResponse
404

Not Found


ErrorResponse
409

Conflict


ErrorResponse
423

Provider disabled


ErrorResponse
500

Unexpected internal server error

Code Samples

Code Samples

cURL Command

curl -X POST -H "Content-Type: application/json" -d '{"edgeDeploymentId":"0123456789","name":"My Instance Name","orgId":"0123456789"}' https://cloud.vmwarehorizon.com/admin/v2/providers/{label}/instances/verify
Vendor Extensions

Vendor Extensions

This operation contains the following vendor extensions defined in the spec:
x-codegen-request-body-name: newProviderInstance


Feedback

Was this page helpful?