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

    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 getInventoryDigest(args: GetInventoryDigestArgs, opts?: InvokeOptions): Promise<GetInventoryDigestResult>
    function getInventoryDigestOutput(args: GetInventoryDigestOutputArgs, opts?: InvokeOptions): Output<GetInventoryDigestResult>
    def get_inventory_digest(window_hours: Optional[int] = None,
                             opts: Optional[InvokeOptions] = None) -> GetInventoryDigestResult
    def get_inventory_digest_output(window_hours: pulumi.Input[Optional[int]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetInventoryDigestResult]
    func GetInventoryDigest(ctx *Context, args *GetInventoryDigestArgs, opts ...InvokeOption) (*GetInventoryDigestResult, error)
    func GetInventoryDigestOutput(ctx *Context, args *GetInventoryDigestOutputArgs, opts ...InvokeOption) GetInventoryDigestResultOutput

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

    public static class GetInventoryDigest 
    {
        public static Task<GetInventoryDigestResult> InvokeAsync(GetInventoryDigestArgs args, InvokeOptions? opts = null)
        public static Output<GetInventoryDigestResult> Invoke(GetInventoryDigestInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetInventoryDigestResult> getInventoryDigest(GetInventoryDigestArgs args, InvokeOptions options)
    public static Output<GetInventoryDigestResult> getInventoryDigest(GetInventoryDigestArgs args, InvokeOptions options)
    
    fn::invoke:
      function: thoth:mcp/getInventoryDigest:getInventoryDigest
      arguments:
        # arguments dictionary
    data "thoth_mcp_get_inventory_digest" "name" {
        # arguments
    }

    The following arguments are supported:

    windowHours Integer

    getInventoryDigest Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    RecommendedActions List<string>
    ResponseJson string
    TopUnapprovedEndpointsJson string
    TotalEndpoints int
    UnapprovedCalls int
    UnapprovedEndpoints int
    WindowHours int
    Id string
    The provider-assigned unique ID for this managed resource.
    RecommendedActions []string
    ResponseJson string
    TopUnapprovedEndpointsJson string
    TotalEndpoints int
    UnapprovedCalls int
    UnapprovedEndpoints int
    WindowHours int
    id string
    The provider-assigned unique ID for this managed resource.
    recommended_actions list(string)
    response_json string
    top_unapproved_endpoints_json string
    total_endpoints number
    unapproved_calls number
    unapproved_endpoints number
    window_hours number
    id String
    The provider-assigned unique ID for this managed resource.
    recommendedActions List<String>
    responseJson String
    topUnapprovedEndpointsJson String
    totalEndpoints Integer
    unapprovedCalls Integer
    unapprovedEndpoints Integer
    windowHours Integer
    id string
    The provider-assigned unique ID for this managed resource.
    recommendedActions string[]
    responseJson string
    topUnapprovedEndpointsJson string
    totalEndpoints number
    unapprovedCalls number
    unapprovedEndpoints number
    windowHours number
    id str
    The provider-assigned unique ID for this managed resource.
    recommended_actions Sequence[str]
    response_json str
    top_unapproved_endpoints_json str
    total_endpoints int
    unapproved_calls int
    unapproved_endpoints int
    window_hours int
    id String
    The provider-assigned unique ID for this managed resource.
    recommendedActions List<String>
    responseJson String
    topUnapprovedEndpointsJson String
    totalEndpoints 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