DataSource
DataSource
A data source.
JSON Example
{
"id": "string",
"origin_url": "string",
"name": "string",
"description": "string",
"type": "string",
"object": "string",
"created_at": 0,
"last_updated_at": 0
}
string As uuid
As uuid
id
Required
id
string As uri
As uri
origin_url
Required
Constraints:
minLength: 1
URL of the source of data that can be accessed via this data source.
string
name
Optional
Name of the data source.
string
description
Optional
Description of the data source.
type
Required
Type of the Data Source.
Possible values are :
GOOGLE_DRIVE,
CONFLUENCE,
S3,
SHAREPOINT,
string
object
Optional
Constraints:
default: data_source
Object type, which is always data_source
.
integer
created_at
Required
Unix timestamp (in seconds) when the data source was created.
integer
last_updated_at
Required
Unix timestamp (in seconds) when the data source was last updated.
options
Optional
Options used when interacting with the data source.