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 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 dictionarydata "thoth_mcp_get_inventory_digest" "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
getInventoryDigest Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Recommended
Actions List<string> - Response
Json string - Top
Unapproved stringEndpoints Json - Total
Endpoints int - Unapproved
Calls int - Unapproved
Endpoints int - Window
Hours int
- Id string
- The provider-assigned unique ID for this managed resource.
- Recommended
Actions []string - Response
Json string - Top
Unapproved stringEndpoints Json - Total
Endpoints int - Unapproved
Calls int - Unapproved
Endpoints int - Window
Hours int
- id string
- The provider-assigned unique ID for this managed resource.
- recommended_
actions list(string) - response_
json string - top_
unapproved_ stringendpoints_ json - total_
endpoints number - unapproved_
calls number - unapproved_
endpoints number - window_
hours number
- id String
- The provider-assigned unique ID for this managed resource.
- recommended
Actions List<String> - response
Json String - top
Unapproved StringEndpoints Json - total
Endpoints Integer - unapproved
Calls Integer - unapproved
Endpoints Integer - window
Hours Integer
- id string
- The provider-assigned unique ID for this managed resource.
- recommended
Actions string[] - response
Json string - top
Unapproved stringEndpoints Json - total
Endpoints number - unapproved
Calls number - unapproved
Endpoints number - window
Hours number
- id str
- The provider-assigned unique ID for this managed resource.
- recommended_
actions Sequence[str] - response_
json str - top_
unapproved_ strendpoints_ json - total_
endpoints int - unapproved_
calls int - unapproved_
endpoints int - window_
hours int
- id String
- The provider-assigned unique ID for this managed resource.
- recommended
Actions List<String> - response
Json String - top
Unapproved StringEndpoints Json - total
Endpoints 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