Data source.

interface Datasource {
    id: string;
    isManagedByScaleway: boolean;
    name: string;
    projectId: string;
    type: DatasourceType;
    url: string;
}

Properties

id: string

ID of the data source.

isManagedByScaleway: boolean

Specifies that the data source receives data from Scaleway products and is managed by Scaleway.

name: string

Data source name.

projectId: string

ID of the Project the Cockpit belongs to.

Data source type.

url: string

Data source URL.