Type Alias PostEndpointRequestWithDatasourceID

type PostEndpointRequestWithDatasourceID = {
    checkCredentials?: boolean;
    dataSourceId: string;
    reloadId?: string;
    type?: "rld" | "dq";
}
Index
checkCredentials?: boolean

When true, verifies that user credentials are present for connections configured with separate credentials. The default is false.

dataSourceId: string

The unique identifier of the datasource to use for the endpoint.

reloadId?: string

Unique identifier of the reload session associated with this endpoint request.

type?: "rld" | "dq"

Type of endpoint to provision.