Configure Azure Credentials
Select
SaaS
Customer Managed
This API creates the storage credentials for cloud account.
- application/json
Request Body
- name string
credential name
- tenantId string
storage tenant id
- applicationId string
application id
- applicationSecret string
application secret
- description string
description of the credential
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
credential object
- errorMessage string
- errorCode integer
{
"credential": {
"id": 0
},
"errorMessage": "string",
"errorCode": 0
}
{
"credential": {
"id": 443
},
"errorMessage": "Successful!",
"errorCode": 0
}
POST /v4/credentials/azure/cloudaccount
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/credentials/azure/cloudAccount' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"name": "string",
"tenantId": "string",
"applicationId": "string",
"applicationSecret": "string",
"description": "string"
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/credentials/azure/cloudAccount' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"name": "string",
"tenantId": "string",
"applicationId": "string",
"applicationSecret": "string",
"description": "string"
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/credentials/azure/cloudAccount' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"name": "string",
"tenantId": "string",
"applicationId": "string",
"applicationSecret": "string",
"description": "string"
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/credentials/azure/cloudAccount' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"name": "string",
"tenantId": "string",
"applicationId": "string",
"applicationSecret": "string",
"description": "string"
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/credentials/azure/cloudAccount' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"name": "string",
"tenantId": "string",
"applicationId": "string",
"applicationSecret": "string",
"description": "string"
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/credentials/azure/cloudAccount' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"name": "string",
"tenantId": "string",
"applicationId": "string",
"applicationSecret": "string",
"description": "string"
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/credentials/azure/cloudAccount' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"name": "string",
"tenantId": "string",
"applicationId": "string",
"applicationSecret": "string",
"description": "string"
}'