Creating PostgreSQL Cluster Client
Select
SaaS
Customer Managed
This operation is used to create PostgreSQL cluster clients
- application/json
Request Body
clientInfo object
clientType integer requiredPossible values:
>= 43
and<= 43
Default value:
43
Client Type
dbClusterProperties object
appType object
applicationId integer requiredDefault value:
125
PostgreSQL Application ID
plan object
planName string requiredPlan Name
entity object
clientName string requiredName of the cluster client
Responses
- 200
- 409
OK
- application/json
- Schema
- Example (from schema)
- Client creation Success
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object
errorCode integerentity object
clientId integerclientName stringCluster client Name
_type_ integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"errorCode": 0,
"entity": {
"clientId": 0,
"clientName": "string",
"_type_": 0
}
}
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": {
"errorCode": 0,
"entity": {
"clientId": 0,
"clientName": "string",
"_type_": 0
}
}
}
Conflict
- application/json
- Schema
- Example (from schema)
- When the client name already exists
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Duplicate entry.Client [GK_CLUSTER] already exists. Try with different Client name.",
"errorCode": 3
}
Loading...