mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 05:22:49 +08:00
842 B
842 B
+++
-----------------------------------------------------------------------
Do not edit this file. It is automatically generated by API Documenter.
-----------------------------------------------------------------------
title = "BackendSrvRequest" keywords = ["grafana","documentation","sdk","@grafana/runtime"] type = "docs" draft = true +++
BackendSrvRequest type
BackendSrvRequest type
Used to initiate a remote call via the BackendSrv
Signature
export declare type BackendSrvRequest = {
url: string;
retry?: number;
headers?: any;
method?: string;
showSuccessAlert?: boolean;
requestId?: string;
[key: string]: any;
};
Import
import { BackendSrvRequest } from '@grafana/runtime';