Create
DescriptionCreate a new provider instance.
Request
URLURL
Path Parameters
Path Parameters
Provider label
Query Parameters
Query Parameters
If true, errors classified as warnings will be ignored
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
201 Created
Successfully create provider instance
{
"credentialId": "0123456789",
"edgeDeploymentId": "0123456789",
"id": "0123456789",
"infraTwinId": "0123456789",
"infraTwinSyncStatus": "READY",
"location": "US",
"name": "My Instance Name",
"orgId": "0123456789",
"primaryProvider": false,
"providerLabel": "AZURE"
}
Record creation timestamp
ID of the credential storing the sensitive data of provider
User defined operations to be denied on this instance
Possible values are: EDGE_DEPLOYMENT , TEMPLATE_CREATION , UAG_DEPLOYMENT
User defined description for this instance
EdgeGateway Deployment which we can use to manage and monitor infrastructure
Unique record ID
Id of the Infrastructure Twin which can be use to talk to the corresponding infra module.
Status of this provider instance
Possible values are: NONE , SYNCED , SYNC_NEEDED
Links to all infrastructure available from this provider
location
User defined name for this instance
Org ID that owns this record
True if this provider has an edge deployment deployed in it.
Provider label (provider of which this is an instance)
Resource tags that are added to Provider Instance
Record update timestamp
Record version (internal)
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