freeboard
Preparing search index...
api/src/datasourceGateway
buildCanonicalDatasourceIntent
Function buildCanonicalDatasourceIntent
buildCanonicalDatasourceIntent
(
__namedParameters
:
{
dashboard
:
DashboardLike
;
datasourceId
:
unknown
}
,
)
:
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
;
}
,
>
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
;
}
,
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
freeboard
Loading...