1. Packages
  2. Sentry
  3. API Docs
  4. getSentryDashboard
Sentry v0.0.9 published on Friday, Nov 15, 2024 by Pulumiverse

sentry.getSentryDashboard

Explore with Pulumi AI

sentry logo
Sentry v0.0.9 published on Friday, Nov 15, 2024 by Pulumiverse

    Example Usage

    Using getSentryDashboard

    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 getSentryDashboard(args: GetSentryDashboardArgs, opts?: InvokeOptions): Promise<GetSentryDashboardResult>
    function getSentryDashboardOutput(args: GetSentryDashboardOutputArgs, opts?: InvokeOptions): Output<GetSentryDashboardResult>
    def get_sentry_dashboard(internal_id: Optional[str] = None,
                             organization: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetSentryDashboardResult
    def get_sentry_dashboard_output(internal_id: Optional[pulumi.Input[str]] = None,
                             organization: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetSentryDashboardResult]
    func LookupSentryDashboard(ctx *Context, args *LookupSentryDashboardArgs, opts ...InvokeOption) (*LookupSentryDashboardResult, error)
    func LookupSentryDashboardOutput(ctx *Context, args *LookupSentryDashboardOutputArgs, opts ...InvokeOption) LookupSentryDashboardResultOutput

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

    public static class GetSentryDashboard 
    {
        public static Task<GetSentryDashboardResult> InvokeAsync(GetSentryDashboardArgs args, InvokeOptions? opts = null)
        public static Output<GetSentryDashboardResult> Invoke(GetSentryDashboardInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSentryDashboardResult> getSentryDashboard(GetSentryDashboardArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: sentry:index/getSentryDashboard:getSentryDashboard
      arguments:
        # arguments dictionary

    The following arguments are supported:

    InternalId string
    The internal ID for this dashboard.
    Organization string
    The slug of the organization the dashboard belongs to.
    InternalId string
    The internal ID for this dashboard.
    Organization string
    The slug of the organization the dashboard belongs to.
    internalId String
    The internal ID for this dashboard.
    organization String
    The slug of the organization the dashboard belongs to.
    internalId string
    The internal ID for this dashboard.
    organization string
    The slug of the organization the dashboard belongs to.
    internal_id str
    The internal ID for this dashboard.
    organization str
    The slug of the organization the dashboard belongs to.
    internalId String
    The internal ID for this dashboard.
    organization String
    The slug of the organization the dashboard belongs to.

    getSentryDashboard Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    InternalId string
    The internal ID for this dashboard.
    Organization string
    The slug of the organization the dashboard belongs to.
    Title string
    Dashboard title.
    Widgets List<Pulumiverse.Sentry.Outputs.GetSentryDashboardWidget>
    Dashboard widgets.
    Id string
    The provider-assigned unique ID for this managed resource.
    InternalId string
    The internal ID for this dashboard.
    Organization string
    The slug of the organization the dashboard belongs to.
    Title string
    Dashboard title.
    Widgets []GetSentryDashboardWidget
    Dashboard widgets.
    id String
    The provider-assigned unique ID for this managed resource.
    internalId String
    The internal ID for this dashboard.
    organization String
    The slug of the organization the dashboard belongs to.
    title String
    Dashboard title.
    widgets List<GetSentryDashboardWidget>
    Dashboard widgets.
    id string
    The provider-assigned unique ID for this managed resource.
    internalId string
    The internal ID for this dashboard.
    organization string
    The slug of the organization the dashboard belongs to.
    title string
    Dashboard title.
    widgets GetSentryDashboardWidget[]
    Dashboard widgets.
    id str
    The provider-assigned unique ID for this managed resource.
    internal_id str
    The internal ID for this dashboard.
    organization str
    The slug of the organization the dashboard belongs to.
    title str
    Dashboard title.
    widgets Sequence[GetSentryDashboardWidget]
    Dashboard widgets.
    id String
    The provider-assigned unique ID for this managed resource.
    internalId String
    The internal ID for this dashboard.
    organization String
    The slug of the organization the dashboard belongs to.
    title String
    Dashboard title.
    widgets List<Property Map>
    Dashboard widgets.

    Supporting Types

    GetSentryDashboardWidget

    GetSentryDashboardWidgetLayout

    H int
    MinH int
    W int
    X int
    Y int
    H int
    MinH int
    W int
    X int
    Y int
    h Integer
    minH Integer
    w Integer
    x Integer
    y Integer
    h number
    minH number
    w number
    x number
    y number
    h int
    min_h int
    w int
    x int
    y int
    h Number
    minH Number
    w Number
    x Number
    y Number

    GetSentryDashboardWidgetQuery

    Aggregates List<string>
    Columns List<string>
    Conditions string
    FieldAliases List<string>
    Fields List<string>
    Id string
    Name string
    OrderBy string
    Aggregates []string
    Columns []string
    Conditions string
    FieldAliases []string
    Fields []string
    Id string
    Name string
    OrderBy string
    aggregates List<String>
    columns List<String>
    conditions String
    fieldAliases List<String>
    fields List<String>
    id String
    name String
    orderBy String
    aggregates string[]
    columns string[]
    conditions string
    fieldAliases string[]
    fields string[]
    id string
    name string
    orderBy string
    aggregates Sequence[str]
    columns Sequence[str]
    conditions str
    field_aliases Sequence[str]
    fields Sequence[str]
    id str
    name str
    order_by str
    aggregates List<String>
    columns List<String>
    conditions String
    fieldAliases List<String>
    fields List<String>
    id String
    name String
    orderBy String

    Package Details

    Repository
    sentry pulumiverse/pulumi-sentry
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the sentry Terraform Provider.
    sentry logo
    Sentry v0.0.9 published on Friday, Nov 15, 2024 by Pulumiverse