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

    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 getVendor(args: GetVendorArgs, opts?: InvokeOptions): Promise<GetVendorResult>
    function getVendorOutput(args: GetVendorOutputArgs, opts?: InvokeOptions): Output<GetVendorResult>
    def get_vendor(vendor_id: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetVendorResult
    def get_vendor_output(vendor_id: pulumi.Input[Optional[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetVendorResult]
    func LookupVendor(ctx *Context, args *LookupVendorArgs, opts ...InvokeOption) (*LookupVendorResult, error)
    func LookupVendorOutput(ctx *Context, args *LookupVendorOutputArgs, opts ...InvokeOption) LookupVendorResultOutput

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

    public static class GetVendor 
    {
        public static Task<GetVendorResult> InvokeAsync(GetVendorArgs args, InvokeOptions? opts = null)
        public static Output<GetVendorResult> Invoke(GetVendorInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVendorResult> getVendor(GetVendorArgs args, InvokeOptions options)
    public static Output<GetVendorResult> getVendor(GetVendorArgs args, InvokeOptions options)
    
    fn::invoke:
      function: thoth:mcp/getVendor:getVendor
      arguments:
        # arguments dictionary
    data "thoth_mcp_get_vendor" "name" {
        # arguments
    }

    The following arguments are supported:

    VendorId string
    VendorId string
    vendor_id string
    vendorId String
    vendorId string
    vendorId String

    getVendor Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    ResponseJson string
    VendorId string
    Id string
    The provider-assigned unique ID for this managed resource.
    ResponseJson string
    VendorId string
    id string
    The provider-assigned unique ID for this managed resource.
    response_json string
    vendor_id string
    id String
    The provider-assigned unique ID for this managed resource.
    responseJson String
    vendorId String
    id string
    The provider-assigned unique ID for this managed resource.
    responseJson string
    vendorId string
    id str
    The provider-assigned unique ID for this managed resource.
    response_json str
    vendor_id str
    id String
    The provider-assigned unique ID for this managed resource.
    responseJson String
    vendorId String

    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