Skip to main content
POST
/
v1
/
dataWarehouses
Create DataWarehouse
curl --request POST \
  --url https://metrics.eu.confidence.dev/v1/dataWarehouses \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "config": {},
  "createTime": {},
  "updateTime": {},
  "creator": "<string>",
  "updater": "<string>",
  "name": "<string>",
  "limits": {},
  "labels": [
    {}
  ],
  "owner": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

dataWarehouseId
string

The id to the give the created data warehouse. If a not set a random one will be generated.

Body

application/json

The body is of type object.

Response

200 - application/json

OK

Named configuration for a data warehouse. Sets up how to query and write data to the data warehouse.

config
object
required

The configuration for the data warehouse.

createTime
object
required

Time when the data warehouse was first created.

updateTime
object
required

Time when the data warehouse was last updated.

creator
string
required

Reference to the identity that created this entity.

updater
string
required

Reference to the identity that last updated this entity.

name
string

The name of the data warehouse.

limits
object

User-defined restrictions for how to access the data warehouse.

labels
object[]

General labels for this resource.

owner
string

The owner of the resource. If not set will default to the creator.