1. Packages
  2. Vantage
  3. API Docs
  4. getDashboards
Vantage v0.0.3 published on Wednesday, Jan 31, 2024 by lbrlabs

vantage.getDashboards

Explore with Pulumi AI

vantage logo
Vantage v0.0.3 published on Wednesday, Jan 31, 2024 by lbrlabs

    Using getDashboards

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getDashboards(opts?: InvokeOptions): Promise<GetDashboardsResult>
    function getDashboardsOutput(opts?: InvokeOptions): Output<GetDashboardsResult>
    def get_dashboards(opts: Optional[InvokeOptions] = None) -> GetDashboardsResult
    def get_dashboards_output(opts: Optional[InvokeOptions] = None) -> Output[GetDashboardsResult]
    func GetDashboards(ctx *Context, opts ...InvokeOption) (*GetDashboardsResult, error)
    func GetDashboardsOutput(ctx *Context, opts ...InvokeOption) GetDashboardsResultOutput

    > Note: This function is named GetDashboards in the Go SDK.

    public static class GetDashboards 
    {
        public static Task<GetDashboardsResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetDashboardsResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDashboardsResult> getDashboards(InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: vantage:index/getDashboards:getDashboards
      arguments:
        # arguments dictionary

    getDashboards Result

    The following output properties are available:

    Dashboards List<Lbrlabs.PulumiPackage.Vantage.Outputs.GetDashboardsDashboard>
    Id string
    The provider-assigned unique ID for this managed resource.
    Dashboards []GetDashboardsDashboard
    Id string
    The provider-assigned unique ID for this managed resource.
    dashboards List<GetDashboardsDashboard>
    id String
    The provider-assigned unique ID for this managed resource.
    dashboards GetDashboardsDashboard[]
    id string
    The provider-assigned unique ID for this managed resource.
    dashboards Sequence[GetDashboardsDashboard]
    id str
    The provider-assigned unique ID for this managed resource.
    dashboards List<Property Map>
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    GetDashboardsDashboard

    DateBin string
    DateInterval string
    EndDate string
    StartDate string
    Title string
    Token string
    WidgetTokens List<string>
    WorkspaceToken string
    DateBin string
    DateInterval string
    EndDate string
    StartDate string
    Title string
    Token string
    WidgetTokens []string
    WorkspaceToken string
    dateBin String
    dateInterval String
    endDate String
    startDate String
    title String
    token String
    widgetTokens List<String>
    workspaceToken String
    dateBin string
    dateInterval string
    endDate string
    startDate string
    title string
    token string
    widgetTokens string[]
    workspaceToken string
    dateBin String
    dateInterval String
    endDate String
    startDate String
    title String
    token String
    widgetTokens List<String>
    workspaceToken String

    Package Details

    Repository
    vantage lbrlabs/pulumi-vantage
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the vantage Terraform Provider.
    vantage logo
    Vantage v0.0.3 published on Wednesday, Jan 31, 2024 by lbrlabs