Configure Azure SQL/SQL Managed Authentication
Select
SaaS
Customer Managed
This API creates Azure DB MSSQL Credentials.
- application/json
Request Body
- name string required
credential name
- userAccount string required
user account
- password string required
user password
- description string
description
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": 441
},
"errorMessage": "Successful!",
"errorCode": 0
}
POST /v4/azuredb/mssql/credentials
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/azuredb/mssql/credentials' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"name": "string",
"userAccount": "string",
"password": "string",
"description": "string"
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/azuredb/mssql/credentials' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"name": "string",
"userAccount": "string",
"password": "string",
"description": "string"
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/azuredb/mssql/credentials' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"name": "string",
"userAccount": "string",
"password": "string",
"description": "string"
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/azuredb/mssql/credentials' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"name": "string",
"userAccount": "string",
"password": "string",
"description": "string"
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/azuredb/mssql/credentials' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"name": "string",
"userAccount": "string",
"password": "string",
"description": "string"
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/azuredb/mssql/credentials' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"name": "string",
"userAccount": "string",
"password": "string",
"description": "string"
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/azuredb/mssql/credentials' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"name": "string",
"userAccount": "string",
"password": "string",
"description": "string"
}'