Create an Azure account
POST /accounts/azure
Creates an Azure account.
|
|
This operation is deprecated. |
Request Body
| Name | Type | Required | Description |
|---|---|---|---|
accountName |
string |
False |
|
providerKeys |
True |
Example request
{
"accountName": "string",
"providerKeys": {
"tenantId": "string",
"applicationId": "string",
"applicationKey": "string",
"subscription": "string"
}
}
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
publicId |
string |
False |
|
accountName |
string |
False |
|
accountType |
string |
False |
|
tenantId |
string |
False |
|
applicationId |
string |
False |
|
occmRole |
string |
False |
|
vsaList |
False |
Example error response
{
"publicId": "string",
"accountName": "string",
"accountType": "string",
"tenantId": "string",
"applicationId": "string",
"occmRole": "string",
"vsaList": [
{
"publicId": "string",
"name": "string",
"workingEnvironmentType": "string"
}
]
}
Definitions
See Definitions
AzureKeys
| Name | Type | Required | Description |
|---|---|---|---|
tenantId |
string |
True |
|
applicationId |
string |
False |
|
applicationKey |
string |
False |
|
subscription |
string |
False |
AccountWorkingEnvironmentResponse
| Name | Type | Required | Description |
|---|---|---|---|
publicId |
string |
False |
|
name |
string |
False |
|
workingEnvironmentType |
string |
False |