1. Packages
  2. Packages
  3. Thoth
  4. API Docs
  5. mcp
  6. getInventoryReport
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 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 dictionary
    data "thoth_mcp_get_inventory_report" "name" {
        # arguments
    }

    The following arguments are supported:

    windowHours Integer

    getInventoryReport Result

    The following output properties are available:

    DataJson string
    Id string
    The provider-assigned unique ID for this managed resource.
    ResponseJson string
    Total int
    UnapprovedCalls int
    UnapprovedEndpoints int
    WindowHours int
    DataJson string
    Id string
    The provider-assigned unique ID for this managed resource.
    ResponseJson string
    Total int
    UnapprovedCalls int
    UnapprovedEndpoints int
    WindowHours 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
    dataJson String
    id String
    The provider-assigned unique ID for this managed resource.
    responseJson String
    total Integer
    unapprovedCalls Integer
    unapprovedEndpoints Integer
    windowHours Integer
    dataJson string
    id string
    The provider-assigned unique ID for this managed resource.
    responseJson string
    total number
    unapprovedCalls number
    unapprovedEndpoints number
    windowHours 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
    dataJson String
    id String
    The provider-assigned unique ID for this managed resource.
    responseJson String
    total Number
    unapprovedCalls Number
    unapprovedEndpoints Number
    windowHours 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