Create Instance
This API creates GCP PaaS Database Instance for MySQL.
All the databases in the MySQL instance will be backed up after creation.
- application/json
Request Body
instanceProperties object
Responses
- 200
- 400
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
response object
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"warningCode": 0,
"errorCode": 0,
"warningMessage": "string",
"entity": {
"subclientId": 0,
"clientId": 0,
"instanceName": "string",
"instanceId": 0,
"_type_": 0
}
}
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": {
"warningCode": 0,
"errorCode": 0,
"warningMessage": "",
"entity": {
"subclientId": 0,
"clientId": 444,
"instanceName": "mysql8[us-central1]",
"instanceId": 1068,
"_type_": 0
}
}
}
Bad Request
Not Found
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
entity object
{
"errorMessage": "string",
"errorCode": 0,
"entity": {
"subclientId": 0,
"clientId": 0,
"instanceName": "string",
"instanceId": 0,
"_type_": 0
}
}
{
"errorMessage": "Unable to connect to client [] to execute [MySqlBrowseAgent].\nPlease ensure that all iDataAgent software is properly installed.\nAlso check network connectivity and if this product's services are running.",
"errorCode": 4444,
"entity": {
"subclientId": 0,
"clientId": 444,
"instanceName": "mysql8[us-central1]",
"instanceId": 1067,
"_type_": 0
}
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
entity object
{
"errorMessage": "string",
"errorCode": 0,
"entity": {
"subclientId": 0,
"clientId": 0,
"instanceName": "string",
"instanceId": 0,
"_type_": 0
}
}
{
"errorMessage": "Failed to connect to the MySQL server. Check that username, password, port and SSL parameters are valid.",
"errorCode": 4444,
"entity": {
"subclientId": 0,
"clientId": 2,
"instanceName": "temptest[us-central-1]",
"instanceId": 7,
"_type_": 0
}
}
POST /instance
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/instance' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"instanceProperties": {
"instance": {
"instanceName": "string",
"applicationId": 104,
"clientName": "string"
},
"version": "string",
"mySqlInstance": {
"port": "string",
"EnableAutoDiscovery": true,
"SAUser": {
"userName": "string",
"password": "string"
},
"version": "string",
"sslCa": "string",
"sslKey": "string",
"sslCert": "string",
"cloudDBEngineType": "MYSQL",
"sslEnabled": false
},
"planEntity": {
"planName": "string"
},
"dbEngine": "mysql"
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/instance' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"instanceProperties": {
"instance": {
"instanceName": "string",
"applicationId": 104,
"clientName": "string"
},
"version": "string",
"mySqlInstance": {
"port": "string",
"EnableAutoDiscovery": true,
"SAUser": {
"userName": "string",
"password": "string"
},
"version": "string",
"sslCa": "string",
"sslKey": "string",
"sslCert": "string",
"cloudDBEngineType": "MYSQL",
"sslEnabled": false
},
"planEntity": {
"planName": "string"
},
"dbEngine": "mysql"
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/instance' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"instanceProperties": {
"instance": {
"instanceName": "string",
"applicationId": 104,
"clientName": "string"
},
"version": "string",
"mySqlInstance": {
"port": "string",
"EnableAutoDiscovery": true,
"SAUser": {
"userName": "string",
"password": "string"
},
"version": "string",
"sslCa": "string",
"sslKey": "string",
"sslCert": "string",
"cloudDBEngineType": "MYSQL",
"sslEnabled": false
},
"planEntity": {
"planName": "string"
},
"dbEngine": "mysql"
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/instance' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"instanceProperties": {
"instance": {
"instanceName": "string",
"applicationId": 104,
"clientName": "string"
},
"version": "string",
"mySqlInstance": {
"port": "string",
"EnableAutoDiscovery": true,
"SAUser": {
"userName": "string",
"password": "string"
},
"version": "string",
"sslCa": "string",
"sslKey": "string",
"sslCert": "string",
"cloudDBEngineType": "MYSQL",
"sslEnabled": false
},
"planEntity": {
"planName": "string"
},
"dbEngine": "mysql"
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/instance' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"instanceProperties": {
"instance": {
"instanceName": "string",
"applicationId": 104,
"clientName": "string"
},
"version": "string",
"mySqlInstance": {
"port": "string",
"EnableAutoDiscovery": true,
"SAUser": {
"userName": "string",
"password": "string"
},
"version": "string",
"sslCa": "string",
"sslKey": "string",
"sslCert": "string",
"cloudDBEngineType": "MYSQL",
"sslEnabled": false
},
"planEntity": {
"planName": "string"
},
"dbEngine": "mysql"
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/instance' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"instanceProperties": {
"instance": {
"instanceName": "string",
"applicationId": 104,
"clientName": "string"
},
"version": "string",
"mySqlInstance": {
"port": "string",
"EnableAutoDiscovery": true,
"SAUser": {
"userName": "string",
"password": "string"
},
"version": "string",
"sslCa": "string",
"sslKey": "string",
"sslCert": "string",
"cloudDBEngineType": "MYSQL",
"sslEnabled": false
},
"planEntity": {
"planName": "string"
},
"dbEngine": "mysql"
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/instance' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"instanceProperties": {
"instance": {
"instanceName": "string",
"applicationId": 104,
"clientName": "string"
},
"version": "string",
"mySqlInstance": {
"port": "string",
"EnableAutoDiscovery": true,
"SAUser": {
"userName": "string",
"password": "string"
},
"version": "string",
"sslCa": "string",
"sslKey": "string",
"sslCert": "string",
"cloudDBEngineType": "MYSQL",
"sslEnabled": false
},
"planEntity": {
"planName": "string"
},
"dbEngine": "mysql"
}
}'