freeboard
    Preparing search index...

    Function buildCanonicalDatasourceIntent

    • Parameters

      • __namedParameters: { dashboard: DashboardLike; datasourceId: unknown }

      Returns Promise<
          {
              protocol: string;
              datasourceType: string;
              datasourceId: string
              | null;
              dashboardId: string | null;
              url: string;
              method: string;
              body: string | null;
              parser: string;
              timeoutMs: number;
              headers: HeaderMap;
              credentialProfileId: string | null;
              credentialProfile: CredentialProfileRecord | null;
          },
      >