Create Empty Project
POST/org/:orgId/project/createEmpty
Create Empty Project
Request
Path Parameters
orgId stringrequired
The Organization ID (UUID) where the new project should be created
Query Parameters
name stringrequired
The name of the new project
speculative-aggregate booleanrequired
Enable prediction-defined aggregates for the new project
inclusive-access booleanrequired
Enable inclusive access for the new project
- application/json
Body
required
string
Responses
- 200
- 400
- 403
- 404
- 500
Success.
- application/json
- Schema
- Example (from schema)
- Example
Schema
any
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": {
"id": "428d790c-9e8a-472f-6dde-49f6fe43d9ac",
"name": "Project 35",
"annotations": {
"annotation": [
{
"name": "migrationVersion",
"value": "0.0.0.0"
}
]
},
"properties": {
"caption": "Project 35",
"visible": true,
"aggressive_aggregate_promotion": false,
"aggregate-prediction": {
"speculative-aggregates": true
},
"preferred_aggregate_stores": {
"agg_stores_by_priority": null
}
},
"datasets": {},
"cubes": {
"cube": [
{
"id": "3fc04818-b3ea-468f-67dd-46883a987c80",
"name": "Project 35"
}
]
},
"createdBy": "bootstrap"
}
}
{
"status": {
"i18n_message": "response.ok",
"message": "OK"
},
"response": {
"id": "428d790c-9e8a-472f-6dde-49f6fe43d9ac",
"name": "Project 35",
"annotations": {
"annotation": [
{
"name": "migrationVersion",
"value": "0.0.0.0"
}
]
},
"properties": {
"caption": "Project 35",
"visible": true,
"aggressive_aggregate_promotion": false,
"aggregate-prediction": {
"speculative-aggregates": true
},
"preferred_aggregate_stores": {
"agg_stores_by_priority": null
}
},
"datasets": {},
"cubes": {
"cube": [
{
"id": "3fc04818-b3ea-468f-67dd-46883a987c80",
"name": "Project 35"
}
]
},
"createdBy": "bootstrap"
}
}
This error will occur if the project with the specified projectId does not exist.
This error will occur if calling user does not have access right for the API.
This error will occur if the project does not exist.
A server error occurred. Check the logs for more details.
Loading...