Create

Creates a data source.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
idstringRequired

A human readable identifier. Must be unique within an organization.

descriptionstringOptional
granularityenumOptional

Specifies the timestamp granularity of the datasource (i.e., picosecond or nanosecond scale). Defaults to nanosecond granularity.

Allowed values:
inMemoryStreamingEnabledbooleanOptional
workspacestringOptional

The workspace in which to create the datasource. If not provided, the datasource will be created in the default workspace for the user’s organization, if the default workspace for the organization is configured.

Response

This endpoint returns an object.
ridstring

Unique resource identifier for a NominalDataSource. Though named similarly to a DataSourceRid, a NominalDataSourceRid specifically refers To a NominalDataSource, which is a nominal hosted database for streaming writes.

idstring
granularityenum
Allowed values:
descriptionstringOptional
dataLastWrittenAtdatetimeOptional

Returns the approximate timestamp at which data was written to the data source. Will be accurate to within 1 minute.

inMemoryStreamingEnabledbooleanOptional