Datasource Data Type

REST Model of a datasource

Subtypes
DatasourceInPackage
Properties
name data type description
id number Internal ID
globalId string Global ID
type DatasourceType Datasource type
name string Name

Example

{
  "id" : 12345,
  "globalId" : "...",
  "type" : "STATIC",
  "name" : "..."
}