Create New Engine
POST/org/:orgId/engine
Create New Engine
Request
Path Parameters
orgId stringrequired
The Organization ID (UUID) for which you are querying.
- application/json
Body
required
any
Responses
- 200
- 401
- 503
Success.
- application/json
- Schema
- Example (from schema)
- Example
Schema
engine_id string
org_id string
name string
protocol string
host string
port string
properties object
default_engine bool
{
"engine_id": "94d12cde-7e75-4d45-53b8-1ec1d5b92982",
"org_id": "default",
"name": "My Engine",
"protocol": "http",
"host": "local.infra.atscale.com",
"port": 10502,
"properties": "{}",
"default_engine": true
}
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": [
{
"engine_id": "94d12cde-7e75-4d45-53b8-1ec1d5b92982",
"org_id": "default",
"name": "My Engine",
"protocol": "http",
"host": "local.infra.atscale.com",
"port": 10502,
"properties": "{}",
"default_engine": true
}
]
}
This error will occur if calling user does not have access right for the API.
This error will occur if Design Center APIs are not enabled.
Loading...