1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getTsfGroupGateways
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

tencentcloud.getTsfGroupGateways

Explore with Pulumi AI

tencentcloud logo
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

    Use this data source to query detailed information of tsf group_gateways

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const groupGateways = tencentcloud.getTsfGroupGateways({
        gatewayDeployGroupId: "group-aeoej4qy",
        searchWord: "test",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    group_gateways = tencentcloud.get_tsf_group_gateways(gateway_deploy_group_id="group-aeoej4qy",
        search_word="test")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := tencentcloud.LookupTsfGroupGateways(ctx, &tencentcloud.LookupTsfGroupGatewaysArgs{
    			GatewayDeployGroupId: "group-aeoej4qy",
    			SearchWord:           pulumi.StringRef("test"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Tencentcloud = Pulumi.Tencentcloud;
    
    return await Deployment.RunAsync(() => 
    {
        var groupGateways = Tencentcloud.GetTsfGroupGateways.Invoke(new()
        {
            GatewayDeployGroupId = "group-aeoej4qy",
            SearchWord = "test",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.tencentcloud.TencentcloudFunctions;
    import com.pulumi.tencentcloud.inputs.GetTsfGroupGatewaysArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var groupGateways = TencentcloudFunctions.getTsfGroupGateways(GetTsfGroupGatewaysArgs.builder()
                .gatewayDeployGroupId("group-aeoej4qy")
                .searchWord("test")
                .build());
    
        }
    }
    
    variables:
      groupGateways:
        fn::invoke:
          function: tencentcloud:getTsfGroupGateways
          arguments:
            gatewayDeployGroupId: group-aeoej4qy
            searchWord: test
    

    Using getTsfGroupGateways

    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 getTsfGroupGateways(args: GetTsfGroupGatewaysArgs, opts?: InvokeOptions): Promise<GetTsfGroupGatewaysResult>
    function getTsfGroupGatewaysOutput(args: GetTsfGroupGatewaysOutputArgs, opts?: InvokeOptions): Output<GetTsfGroupGatewaysResult>
    def get_tsf_group_gateways(gateway_deploy_group_id: Optional[str] = None,
                               id: Optional[str] = None,
                               result_output_file: Optional[str] = None,
                               search_word: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetTsfGroupGatewaysResult
    def get_tsf_group_gateways_output(gateway_deploy_group_id: Optional[pulumi.Input[str]] = None,
                               id: Optional[pulumi.Input[str]] = None,
                               result_output_file: Optional[pulumi.Input[str]] = None,
                               search_word: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetTsfGroupGatewaysResult]
    func LookupTsfGroupGateways(ctx *Context, args *LookupTsfGroupGatewaysArgs, opts ...InvokeOption) (*LookupTsfGroupGatewaysResult, error)
    func LookupTsfGroupGatewaysOutput(ctx *Context, args *LookupTsfGroupGatewaysOutputArgs, opts ...InvokeOption) LookupTsfGroupGatewaysResultOutput

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

    public static class GetTsfGroupGateways 
    {
        public static Task<GetTsfGroupGatewaysResult> InvokeAsync(GetTsfGroupGatewaysArgs args, InvokeOptions? opts = null)
        public static Output<GetTsfGroupGatewaysResult> Invoke(GetTsfGroupGatewaysInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTsfGroupGatewaysResult> getTsfGroupGateways(GetTsfGroupGatewaysArgs args, InvokeOptions options)
    public static Output<GetTsfGroupGatewaysResult> getTsfGroupGateways(GetTsfGroupGatewaysArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getTsfGroupGateways:getTsfGroupGateways
      arguments:
        # arguments dictionary

    The following arguments are supported:

    GatewayDeployGroupId string
    gateway group Id.
    Id string
    ResultOutputFile string
    Used to save results.
    SearchWord string
    search word.
    GatewayDeployGroupId string
    gateway group Id.
    Id string
    ResultOutputFile string
    Used to save results.
    SearchWord string
    search word.
    gatewayDeployGroupId String
    gateway group Id.
    id String
    resultOutputFile String
    Used to save results.
    searchWord String
    search word.
    gatewayDeployGroupId string
    gateway group Id.
    id string
    resultOutputFile string
    Used to save results.
    searchWord string
    search word.
    gateway_deploy_group_id str
    gateway group Id.
    id str
    result_output_file str
    Used to save results.
    search_word str
    search word.
    gatewayDeployGroupId String
    gateway group Id.
    id String
    resultOutputFile String
    Used to save results.
    searchWord String
    search word.

    getTsfGroupGateways Result

    The following output properties are available:

    gatewayDeployGroupId String
    id String
    results List<Property Map>
    api group information.
    resultOutputFile String
    searchWord String

    Supporting Types

    GetTsfGroupGatewaysResult

    Contents []GetTsfGroupGatewaysResultContent
    api group Info.
    TotalCount float64
    total count.
    contents GetTsfGroupGatewaysResultContent[]
    api group Info.
    totalCount number
    total count.
    contents List<Property Map>
    api group Info.
    totalCount Number
    total count.

    GetTsfGroupGatewaysResultContent

    AclMode string
    ACL type for accessing the group.Note: This field may return null, which means no valid value was found.
    ApiCount double
    Number of APIs.Note: This field may return null, which means no valid value was found.
    AuthType string
    Authentication type. secret: key authentication; none: no authentication.Note: This field may return null, which means no valid value was found.
    BindedGatewayDeployGroups List<GetTsfGroupGatewaysResultContentBindedGatewayDeployGroup>
    Gateway deployment group bound to the API group.Note: This field may return null, which means no valid value was found.
    CreatedTime string
    Group creation time, such as: 2019-06-20 15:51:28.Note: This field may return null, which means no valid value was found.
    Description string
    Description.Note: This field may return null, which means no valid value was found.
    GatewayInstanceId string
    Gateway instance ID.Note: This field may return null, which means no valid value was found.
    GatewayInstanceType string
    Gateway instance type.Note: This field may return null, which means no valid value was found.
    GroupContext string
    api group context.Note: This field may return null, which means no valid value was found.
    GroupId string
    api group id.Note: This field may return null, which means no valid value was found.
    GroupName string
    api group name.Note: This field may return null, which means no valid value was found.
    GroupType string
    Group type. ms: microservice group; external: external API group.This field may return null, which means no valid value was found.
    NamespaceNameKey string
    Namespace parameter key.Note: This field may return null, which means no valid value was found.
    NamespaceNameKeyPosition string
    Namespace parameter location, path, header, or query. The default is path.Note: This field may return null, which means no valid value was found.
    ServiceNameKey string
    Microservice name parameter key.Note: This field may return null, which means no valid value was found.
    ServiceNameKeyPosition string
    Microservice name parameter location, path, header, or query. The default is path.Note: This field may return null, which means no valid value was found.
    Status string
    Release status. drafted: not released. released: released.Note: This field may return null, which means no valid value was found.
    UpdatedTime string
    Group update time, such as: 2019-06-20 15:51:28.Note: This field may return null, which means no valid value was found.
    AclMode string
    ACL type for accessing the group.Note: This field may return null, which means no valid value was found.
    ApiCount float64
    Number of APIs.Note: This field may return null, which means no valid value was found.
    AuthType string
    Authentication type. secret: key authentication; none: no authentication.Note: This field may return null, which means no valid value was found.
    BindedGatewayDeployGroups []GetTsfGroupGatewaysResultContentBindedGatewayDeployGroup
    Gateway deployment group bound to the API group.Note: This field may return null, which means no valid value was found.
    CreatedTime string
    Group creation time, such as: 2019-06-20 15:51:28.Note: This field may return null, which means no valid value was found.
    Description string
    Description.Note: This field may return null, which means no valid value was found.
    GatewayInstanceId string
    Gateway instance ID.Note: This field may return null, which means no valid value was found.
    GatewayInstanceType string
    Gateway instance type.Note: This field may return null, which means no valid value was found.
    GroupContext string
    api group context.Note: This field may return null, which means no valid value was found.
    GroupId string
    api group id.Note: This field may return null, which means no valid value was found.
    GroupName string
    api group name.Note: This field may return null, which means no valid value was found.
    GroupType string
    Group type. ms: microservice group; external: external API group.This field may return null, which means no valid value was found.
    NamespaceNameKey string
    Namespace parameter key.Note: This field may return null, which means no valid value was found.
    NamespaceNameKeyPosition string
    Namespace parameter location, path, header, or query. The default is path.Note: This field may return null, which means no valid value was found.
    ServiceNameKey string
    Microservice name parameter key.Note: This field may return null, which means no valid value was found.
    ServiceNameKeyPosition string
    Microservice name parameter location, path, header, or query. The default is path.Note: This field may return null, which means no valid value was found.
    Status string
    Release status. drafted: not released. released: released.Note: This field may return null, which means no valid value was found.
    UpdatedTime string
    Group update time, such as: 2019-06-20 15:51:28.Note: This field may return null, which means no valid value was found.
    aclMode String
    ACL type for accessing the group.Note: This field may return null, which means no valid value was found.
    apiCount Double
    Number of APIs.Note: This field may return null, which means no valid value was found.
    authType String
    Authentication type. secret: key authentication; none: no authentication.Note: This field may return null, which means no valid value was found.
    bindedGatewayDeployGroups List<GetTsfGroupGatewaysResultContentBindedGatewayDeployGroup>
    Gateway deployment group bound to the API group.Note: This field may return null, which means no valid value was found.
    createdTime String
    Group creation time, such as: 2019-06-20 15:51:28.Note: This field may return null, which means no valid value was found.
    description String
    Description.Note: This field may return null, which means no valid value was found.
    gatewayInstanceId String
    Gateway instance ID.Note: This field may return null, which means no valid value was found.
    gatewayInstanceType String
    Gateway instance type.Note: This field may return null, which means no valid value was found.
    groupContext String
    api group context.Note: This field may return null, which means no valid value was found.
    groupId String
    api group id.Note: This field may return null, which means no valid value was found.
    groupName String
    api group name.Note: This field may return null, which means no valid value was found.
    groupType String
    Group type. ms: microservice group; external: external API group.This field may return null, which means no valid value was found.
    namespaceNameKey String
    Namespace parameter key.Note: This field may return null, which means no valid value was found.
    namespaceNameKeyPosition String
    Namespace parameter location, path, header, or query. The default is path.Note: This field may return null, which means no valid value was found.
    serviceNameKey String
    Microservice name parameter key.Note: This field may return null, which means no valid value was found.
    serviceNameKeyPosition String
    Microservice name parameter location, path, header, or query. The default is path.Note: This field may return null, which means no valid value was found.
    status String
    Release status. drafted: not released. released: released.Note: This field may return null, which means no valid value was found.
    updatedTime String
    Group update time, such as: 2019-06-20 15:51:28.Note: This field may return null, which means no valid value was found.
    aclMode string
    ACL type for accessing the group.Note: This field may return null, which means no valid value was found.
    apiCount number
    Number of APIs.Note: This field may return null, which means no valid value was found.
    authType string
    Authentication type. secret: key authentication; none: no authentication.Note: This field may return null, which means no valid value was found.
    bindedGatewayDeployGroups GetTsfGroupGatewaysResultContentBindedGatewayDeployGroup[]
    Gateway deployment group bound to the API group.Note: This field may return null, which means no valid value was found.
    createdTime string
    Group creation time, such as: 2019-06-20 15:51:28.Note: This field may return null, which means no valid value was found.
    description string
    Description.Note: This field may return null, which means no valid value was found.
    gatewayInstanceId string
    Gateway instance ID.Note: This field may return null, which means no valid value was found.
    gatewayInstanceType string
    Gateway instance type.Note: This field may return null, which means no valid value was found.
    groupContext string
    api group context.Note: This field may return null, which means no valid value was found.
    groupId string
    api group id.Note: This field may return null, which means no valid value was found.
    groupName string
    api group name.Note: This field may return null, which means no valid value was found.
    groupType string
    Group type. ms: microservice group; external: external API group.This field may return null, which means no valid value was found.
    namespaceNameKey string
    Namespace parameter key.Note: This field may return null, which means no valid value was found.
    namespaceNameKeyPosition string
    Namespace parameter location, path, header, or query. The default is path.Note: This field may return null, which means no valid value was found.
    serviceNameKey string
    Microservice name parameter key.Note: This field may return null, which means no valid value was found.
    serviceNameKeyPosition string
    Microservice name parameter location, path, header, or query. The default is path.Note: This field may return null, which means no valid value was found.
    status string
    Release status. drafted: not released. released: released.Note: This field may return null, which means no valid value was found.
    updatedTime string
    Group update time, such as: 2019-06-20 15:51:28.Note: This field may return null, which means no valid value was found.
    acl_mode str
    ACL type for accessing the group.Note: This field may return null, which means no valid value was found.
    api_count float
    Number of APIs.Note: This field may return null, which means no valid value was found.
    auth_type str
    Authentication type. secret: key authentication; none: no authentication.Note: This field may return null, which means no valid value was found.
    binded_gateway_deploy_groups Sequence[GetTsfGroupGatewaysResultContentBindedGatewayDeployGroup]
    Gateway deployment group bound to the API group.Note: This field may return null, which means no valid value was found.
    created_time str
    Group creation time, such as: 2019-06-20 15:51:28.Note: This field may return null, which means no valid value was found.
    description str
    Description.Note: This field may return null, which means no valid value was found.
    gateway_instance_id str
    Gateway instance ID.Note: This field may return null, which means no valid value was found.
    gateway_instance_type str
    Gateway instance type.Note: This field may return null, which means no valid value was found.
    group_context str
    api group context.Note: This field may return null, which means no valid value was found.
    group_id str
    api group id.Note: This field may return null, which means no valid value was found.
    group_name str
    api group name.Note: This field may return null, which means no valid value was found.
    group_type str
    Group type. ms: microservice group; external: external API group.This field may return null, which means no valid value was found.
    namespace_name_key str
    Namespace parameter key.Note: This field may return null, which means no valid value was found.
    namespace_name_key_position str
    Namespace parameter location, path, header, or query. The default is path.Note: This field may return null, which means no valid value was found.
    service_name_key str
    Microservice name parameter key.Note: This field may return null, which means no valid value was found.
    service_name_key_position str
    Microservice name parameter location, path, header, or query. The default is path.Note: This field may return null, which means no valid value was found.
    status str
    Release status. drafted: not released. released: released.Note: This field may return null, which means no valid value was found.
    updated_time str
    Group update time, such as: 2019-06-20 15:51:28.Note: This field may return null, which means no valid value was found.
    aclMode String
    ACL type for accessing the group.Note: This field may return null, which means no valid value was found.
    apiCount Number
    Number of APIs.Note: This field may return null, which means no valid value was found.
    authType String
    Authentication type. secret: key authentication; none: no authentication.Note: This field may return null, which means no valid value was found.
    bindedGatewayDeployGroups List<Property Map>
    Gateway deployment group bound to the API group.Note: This field may return null, which means no valid value was found.
    createdTime String
    Group creation time, such as: 2019-06-20 15:51:28.Note: This field may return null, which means no valid value was found.
    description String
    Description.Note: This field may return null, which means no valid value was found.
    gatewayInstanceId String
    Gateway instance ID.Note: This field may return null, which means no valid value was found.
    gatewayInstanceType String
    Gateway instance type.Note: This field may return null, which means no valid value was found.
    groupContext String
    api group context.Note: This field may return null, which means no valid value was found.
    groupId String
    api group id.Note: This field may return null, which means no valid value was found.
    groupName String
    api group name.Note: This field may return null, which means no valid value was found.
    groupType String
    Group type. ms: microservice group; external: external API group.This field may return null, which means no valid value was found.
    namespaceNameKey String
    Namespace parameter key.Note: This field may return null, which means no valid value was found.
    namespaceNameKeyPosition String
    Namespace parameter location, path, header, or query. The default is path.Note: This field may return null, which means no valid value was found.
    serviceNameKey String
    Microservice name parameter key.Note: This field may return null, which means no valid value was found.
    serviceNameKeyPosition String
    Microservice name parameter location, path, header, or query. The default is path.Note: This field may return null, which means no valid value was found.
    status String
    Release status. drafted: not released. released: released.Note: This field may return null, which means no valid value was found.
    updatedTime String
    Group update time, such as: 2019-06-20 15:51:28.Note: This field may return null, which means no valid value was found.

    GetTsfGroupGatewaysResultContentBindedGatewayDeployGroup

    ApplicationId string
    application ID.Note: This field may return null, which means no valid value was found.
    ApplicationName string
    application name.Note: This field may return null, which means no valid value was found.
    ApplicationType string
    Application category: V: virtual machine application, C: container application.Note: This field may return null, which means no valid value was found.
    ClusterType string
    Cluster type, with possible values: C: container, V: virtual machine.Note: This field may return null, which means no valid value was found.
    DeployGroupId string
    Gateway deployment group ID.Note: This field may return null, which means no valid value was found.
    DeployGroupName string
    Gateway deployment group name.Note: This field may return null, which means no valid value was found.
    GroupStatus string
    Application status of the deployment group, with possible values: Running, Waiting, Paused, Updating, RollingBack, Abnormal, Unknown.Note: This field may return null, which means no valid value was found.
    ApplicationId string
    application ID.Note: This field may return null, which means no valid value was found.
    ApplicationName string
    application name.Note: This field may return null, which means no valid value was found.
    ApplicationType string
    Application category: V: virtual machine application, C: container application.Note: This field may return null, which means no valid value was found.
    ClusterType string
    Cluster type, with possible values: C: container, V: virtual machine.Note: This field may return null, which means no valid value was found.
    DeployGroupId string
    Gateway deployment group ID.Note: This field may return null, which means no valid value was found.
    DeployGroupName string
    Gateway deployment group name.Note: This field may return null, which means no valid value was found.
    GroupStatus string
    Application status of the deployment group, with possible values: Running, Waiting, Paused, Updating, RollingBack, Abnormal, Unknown.Note: This field may return null, which means no valid value was found.
    applicationId String
    application ID.Note: This field may return null, which means no valid value was found.
    applicationName String
    application name.Note: This field may return null, which means no valid value was found.
    applicationType String
    Application category: V: virtual machine application, C: container application.Note: This field may return null, which means no valid value was found.
    clusterType String
    Cluster type, with possible values: C: container, V: virtual machine.Note: This field may return null, which means no valid value was found.
    deployGroupId String
    Gateway deployment group ID.Note: This field may return null, which means no valid value was found.
    deployGroupName String
    Gateway deployment group name.Note: This field may return null, which means no valid value was found.
    groupStatus String
    Application status of the deployment group, with possible values: Running, Waiting, Paused, Updating, RollingBack, Abnormal, Unknown.Note: This field may return null, which means no valid value was found.
    applicationId string
    application ID.Note: This field may return null, which means no valid value was found.
    applicationName string
    application name.Note: This field may return null, which means no valid value was found.
    applicationType string
    Application category: V: virtual machine application, C: container application.Note: This field may return null, which means no valid value was found.
    clusterType string
    Cluster type, with possible values: C: container, V: virtual machine.Note: This field may return null, which means no valid value was found.
    deployGroupId string
    Gateway deployment group ID.Note: This field may return null, which means no valid value was found.
    deployGroupName string
    Gateway deployment group name.Note: This field may return null, which means no valid value was found.
    groupStatus string
    Application status of the deployment group, with possible values: Running, Waiting, Paused, Updating, RollingBack, Abnormal, Unknown.Note: This field may return null, which means no valid value was found.
    application_id str
    application ID.Note: This field may return null, which means no valid value was found.
    application_name str
    application name.Note: This field may return null, which means no valid value was found.
    application_type str
    Application category: V: virtual machine application, C: container application.Note: This field may return null, which means no valid value was found.
    cluster_type str
    Cluster type, with possible values: C: container, V: virtual machine.Note: This field may return null, which means no valid value was found.
    deploy_group_id str
    Gateway deployment group ID.Note: This field may return null, which means no valid value was found.
    deploy_group_name str
    Gateway deployment group name.Note: This field may return null, which means no valid value was found.
    group_status str
    Application status of the deployment group, with possible values: Running, Waiting, Paused, Updating, RollingBack, Abnormal, Unknown.Note: This field may return null, which means no valid value was found.
    applicationId String
    application ID.Note: This field may return null, which means no valid value was found.
    applicationName String
    application name.Note: This field may return null, which means no valid value was found.
    applicationType String
    Application category: V: virtual machine application, C: container application.Note: This field may return null, which means no valid value was found.
    clusterType String
    Cluster type, with possible values: C: container, V: virtual machine.Note: This field may return null, which means no valid value was found.
    deployGroupId String
    Gateway deployment group ID.Note: This field may return null, which means no valid value was found.
    deployGroupName String
    Gateway deployment group name.Note: This field may return null, which means no valid value was found.
    groupStatus String
    Application status of the deployment group, with possible values: Running, Waiting, Paused, Updating, RollingBack, Abnormal, Unknown.Note: This field may return null, which means no valid value was found.

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack