1. Packages
  2. Packages
  3. Thoth
  4. API Docs
  5. governance
  6. getReportsOverview
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
thoth logo
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security

    Using getReportsOverview

    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 getReportsOverview(args: GetReportsOverviewArgs, opts?: InvokeOptions): Promise<GetReportsOverviewResult>
    function getReportsOverviewOutput(args: GetReportsOverviewOutputArgs, opts?: InvokeOptions): Output<GetReportsOverviewResult>
    def get_reports_overview(days: Optional[int] = None,
                             opts: Optional[InvokeOptions] = None) -> GetReportsOverviewResult
    def get_reports_overview_output(days: pulumi.Input[Optional[int]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetReportsOverviewResult]
    func GetReportsOverview(ctx *Context, args *GetReportsOverviewArgs, opts ...InvokeOption) (*GetReportsOverviewResult, error)
    func GetReportsOverviewOutput(ctx *Context, args *GetReportsOverviewOutputArgs, opts ...InvokeOption) GetReportsOverviewResultOutput

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

    public static class GetReportsOverview 
    {
        public static Task<GetReportsOverviewResult> InvokeAsync(GetReportsOverviewArgs args, InvokeOptions? opts = null)
        public static Output<GetReportsOverviewResult> Invoke(GetReportsOverviewInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetReportsOverviewResult> getReportsOverview(GetReportsOverviewArgs args, InvokeOptions options)
    public static Output<GetReportsOverviewResult> getReportsOverview(GetReportsOverviewArgs args, InvokeOptions options)
    
    fn::invoke:
      function: thoth:governance/getReportsOverview:getReportsOverview
      arguments:
        # arguments dictionary
    data "thoth_governance_get_reports_overview" "name" {
        # arguments
    }

    The following arguments are supported:

    Days int
    Days int
    days number
    days Integer
    days number
    days int
    days Number

    getReportsOverview Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    ResponseJson string
    Days int
    Id string
    The provider-assigned unique ID for this managed resource.
    ResponseJson string
    Days int
    id string
    The provider-assigned unique ID for this managed resource.
    response_json string
    days number
    id String
    The provider-assigned unique ID for this managed resource.
    responseJson String
    days Integer
    id string
    The provider-assigned unique ID for this managed resource.
    responseJson string
    days number
    id str
    The provider-assigned unique ID for this managed resource.
    response_json str
    days int
    id String
    The provider-assigned unique ID for this managed resource.
    responseJson String
    days Number

    Package Details

    Repository
    thoth atensecurity/pulumi-thoth
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the thoth Terraform Provider.
    thoth logo
    Viewing docs for Thoth v0.1.15
    published on Thursday, Jul 23, 2026 by Aten Security

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial