Type Alias DataSourcesResponseNew

Response containing the list of available datasources and optional connector node details.

type DataSourcesResponseNew = {
    connectorNodes?: dataSources.ConnectorNodesInfo[];
    dataSources: dataSources.DataSourceNew[];
    updatedAt: string;
}
Index

Properties

connectorNodes?: dataSources.ConnectorNodesInfo[]

List of connector nodes. Present only when detail is true in the request.

dataSources: dataSources.DataSourceNew[]
updatedAt: string