Skip to main content

Create a Data Source

POST 

/v1/data-sources

Create a Data Source

Request

Body

The request received from the client.

    name stringrequired

    The name of the Data Source.

    url stringrequired

    The URL of the Data Source.

Responses

OK

Schema

    dataSource

    object

    required

    A Data Source.

    dataSourceId stringrequired

    The Data Source identifier.

    name stringrequired

    The name of the Data Source.

    url stringrequired

    The URL of the Data Source.

    timestamp date-timerequired

    The date time at which the Data Source is created.

Loading...