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 getInventoryReport
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 getInventoryReport(args: GetInventoryReportArgs, opts?: InvokeOptions): Promise<GetInventoryReportResult>
function getInventoryReportOutput(args: GetInventoryReportOutputArgs, opts?: InvokeOptions): Output<GetInventoryReportResult>def get_inventory_report(window_hours: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetInventoryReportResult
def get_inventory_report_output(window_hours: pulumi.Input[Optional[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetInventoryReportResult]func GetInventoryReport(ctx *Context, args *GetInventoryReportArgs, opts ...InvokeOption) (*GetInventoryReportResult, error)
func GetInventoryReportOutput(ctx *Context, args *GetInventoryReportOutputArgs, opts ...InvokeOption) GetInventoryReportResultOutput> Note: This function is named GetInventoryReport in the Go SDK.
public static class GetInventoryReport
{
public static Task<GetInventoryReportResult> InvokeAsync(GetInventoryReportArgs args, InvokeOptions? opts = null)
public static Output<GetInventoryReportResult> Invoke(GetInventoryReportInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetInventoryReportResult> getInventoryReport(GetInventoryReportArgs args, InvokeOptions options)
public static Output<GetInventoryReportResult> getInventoryReport(GetInventoryReportArgs args, InvokeOptions options)
fn::invoke:
function: thoth:mcp/getInventoryReport:getInventoryReport
arguments:
# arguments dictionarydata "thoth_mcp_get_inventory_report" "name" {
# arguments
}The following arguments are supported:
- Window
Hours int
- Window
Hours int
- window_
hours number
- window
Hours Integer
- window
Hours number
- window_
hours int
- window
Hours Number
getInventoryReport Result
The following output properties are available:
- Data
Json string - Id string
- The provider-assigned unique ID for this managed resource.
- Response
Json string - Total int
- Unapproved
Calls int - Unapproved
Endpoints int - Window
Hours int
- Data
Json string - Id string
- The provider-assigned unique ID for this managed resource.
- Response
Json string - Total int
- Unapproved
Calls int - Unapproved
Endpoints int - Window
Hours int
- data_
json string - id string
- The provider-assigned unique ID for this managed resource.
- response_
json string - total number
- unapproved_
calls number - unapproved_
endpoints number - window_
hours number
- data
Json String - id String
- The provider-assigned unique ID for this managed resource.
- response
Json String - total Integer
- unapproved
Calls Integer - unapproved
Endpoints Integer - window
Hours Integer
- data
Json string - id string
- The provider-assigned unique ID for this managed resource.
- response
Json string - total number
- unapproved
Calls number - unapproved
Endpoints number - window
Hours number
- data_
json str - id str
- The provider-assigned unique ID for this managed resource.
- response_
json str - total int
- unapproved_
calls int - unapproved_
endpoints int - window_
hours int
- data
Json String - id String
- The provider-assigned unique ID for this managed resource.
- response
Json String - total Number
- unapproved
Calls Number - unapproved
Endpoints Number - window
Hours 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