Verify
DescriptionValidate a potential new provider instance, without creating anything.
Request
URLURL
Path Parameters
Path Parameters
Provider label
Request Body
{
"edgeDeploymentId": "0123456789",
"name": "My Instance Name",
"orgId": "0123456789"
}
User defined operations to be denied on this instance
Possible values are: EDGE_DEPLOYMENT , TEMPLATE_CREATION , UAG_DEPLOYMENT
EdgeGateway Deployment which we can use to manage and monitor infrastructure
User defined name for this instance
Org ID that owns this record
Resource tags that are added to Provider Instance
Authentication
Response
Response BodyResponse Body
200 OK
Successfully verified
{
"edgeDeploymentId": "0123456789",
"name": "My Instance Name",
"orgId": "0123456789"
}
User defined operations to be denied on this instance
Possible values are: EDGE_DEPLOYMENT , TEMPLATE_CREATION , UAG_DEPLOYMENT
EdgeGateway Deployment which we can use to manage and monitor infrastructure
User defined name for this instance
Org ID that owns this record
Resource tags that are added to Provider Instance
201 Created
Created
Errors
Bad Request
Unauthorized
Forbidden
Not Found
Conflict
Provider disabled
Unexpected internal server error
Code Samples
cURL Command
Vendor Extensions
x-codegen-request-body-name: newProviderInstance