1. Packages
  2. Packages
  3. Thoth
  4. API Docs
  5. billing
  6. getReport
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 getReport

    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 getReport(args: GetReportArgs, opts?: InvokeOptions): Promise<GetReportResult>
    function getReportOutput(args: GetReportOutputArgs, opts?: InvokeOptions): Output<GetReportResult>
    def get_report(month: Optional[int] = None,
                   year: Optional[int] = None,
                   opts: Optional[InvokeOptions] = None) -> GetReportResult
    def get_report_output(month: pulumi.Input[Optional[int]] = None,
                   year: pulumi.Input[Optional[int]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetReportResult]
    func GetReport(ctx *Context, args *GetReportArgs, opts ...InvokeOption) (*GetReportResult, error)
    func GetReportOutput(ctx *Context, args *GetReportOutputArgs, opts ...InvokeOption) GetReportResultOutput

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

    public static class GetReport 
    {
        public static Task<GetReportResult> InvokeAsync(GetReportArgs args, InvokeOptions? opts = null)
        public static Output<GetReportResult> Invoke(GetReportInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetReportResult> getReport(GetReportArgs args, InvokeOptions options)
    public static Output<GetReportResult> getReport(GetReportArgs args, InvokeOptions options)
    
    fn::invoke:
      function: thoth:billing/getReport:getReport
      arguments:
        # arguments dictionary
    data "thoth_billing_get_report" "name" {
        # arguments
    }

    The following arguments are supported:

    Month int
    Year int
    Month int
    Year int
    month number
    year number
    month Integer
    year Integer
    month number
    year number
    month int
    year int
    month Number
    year Number

    getReport Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Month int
    ResponseJson string
    Year int
    Id string
    The provider-assigned unique ID for this managed resource.
    Month int
    ResponseJson string
    Year int
    id string
    The provider-assigned unique ID for this managed resource.
    month number
    response_json string
    year number
    id String
    The provider-assigned unique ID for this managed resource.
    month Integer
    responseJson String
    year Integer
    id string
    The provider-assigned unique ID for this managed resource.
    month number
    responseJson string
    year number
    id str
    The provider-assigned unique ID for this managed resource.
    month int
    response_json str
    year int
    id String
    The provider-assigned unique ID for this managed resource.
    month Number
    responseJson String
    year 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