Deploy a new Azure IoT Central application based on the Verizon ARM template within the specified Azure Active Directory account.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
TThe ThingSpace ID of the authenticating billing account.
application/json
The request body must include the UUID of the subscription that you want to update plus any properties that you want to change.
TypeScript Definitions
Use the request body type in TypeScript.
The request body must include the UUID of the subscription that you want to update plus any properties that you want to change.
application/json
curl -X POST "https://example.com/targets/actions/newaic" \ -H "BillingaccountID: string" \ -H "Content-Type: application/json" \ -d '{ "appName": "newarmapp1", "billingAccountID": "0000123456-00001", "clientID": "UUID", "clientSecret": "client secret", "emailIDs": "email@domain.com", "resourcegroup": "Myresourcegroup", "sampleIOTcApp": "{app ID}", "subscriptionID": "{subscription ID}", "tenantID": "{tenant ID}" }'{ "appName": "newarmapp1", "sharedSecret": "SharedAccessSignaturesr={client secret}", "url": "https://newarmapp1.azureiotcentral.com"}A user defined name for the application being deployed in Azure IoT Central.
The ThingSpace ID of the authenticating billing account
The Azure ClientID of the associated Azure target account
The Azure Client Secret of the associated Azure target account
The “email IDs” to be added to/sent to with this API.
The Azure Resource group of the associated Azure target account
This is the reference Azure IoT Central application developed by Verizon.
The Azure Subscription ID of the associated Azure target account
The Azure Tenant ID of the associated Azure target account