Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security
Using getReports
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 getReports(opts?: InvokeOptions): Promise<GetReportsResult>
function getReportsOutput(opts?: InvokeOptions): Output<GetReportsResult>def get_reports(opts: Optional[InvokeOptions] = None) -> GetReportsResult
def get_reports_output(opts: Optional[InvokeOptions] = None) -> Output[GetReportsResult]func GetReports(ctx *Context, opts ...InvokeOption) (*GetReportsResult, error)
func GetReportsOutput(ctx *Context, opts ...InvokeOption) GetReportsResultOutput> Note: This function is named GetReports in the Go SDK.
public static class GetReports
{
public static Task<GetReportsResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetReportsResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetReportsResult> getReports(InvokeOptions options)
public static Output<GetReportsResult> getReports(InvokeOptions options)
fn::invoke:
function: thoth:billing/getReports:getReports
arguments:
# arguments dictionarydata "thoth_billing_get_reports" "name" {
# arguments
}getReports Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Reports
Json string - Response
Json string - Total int
- Id string
- The provider-assigned unique ID for this managed resource.
- Reports
Json string - Response
Json string - Total int
- id string
- The provider-assigned unique ID for this managed resource.
- reports_
json string - response_
json string - total number
- id String
- The provider-assigned unique ID for this managed resource.
- reports
Json String - response
Json String - total Integer
- id string
- The provider-assigned unique ID for this managed resource.
- reports
Json string - response
Json string - total number
- id str
- The provider-assigned unique ID for this managed resource.
- reports_
json str - response_
json str - total int
- id String
- The provider-assigned unique ID for this managed resource.
- reports
Json String - response
Json String - total Number
Package Details
- Repository
- thoth atensecurity/pulumi-thoth
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
thothTerraform Provider.
Viewing docs for Thoth v0.1.15
published on Thursday, Jul 23, 2026 by Aten Security
published on Thursday, Jul 23, 2026 by Aten Security