1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getTsfApiGroup
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack

tencentcloud.getTsfApiGroup

Start a Neo task
Explain and create a tencentcloud.getTsfApiGroup resource
tencentcloud logo
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack

    Use this data source to query detailed information of tsf api_group

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const apiGroup = tencentcloud.getTsfApiGroup({
        searchWord: "xxx01",
        groupType: "ms",
        authType: "none",
        status: "released",
        orderBy: "created_time",
        orderType: 0,
        gatewayInstanceId: "gw-ins-lvdypq5k",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    api_group = tencentcloud.get_tsf_api_group(search_word="xxx01",
        group_type="ms",
        auth_type="none",
        status="released",
        order_by="created_time",
        order_type=0,
        gateway_instance_id="gw-ins-lvdypq5k")
    
    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.LookupTsfApiGroup(ctx, &tencentcloud.LookupTsfApiGroupArgs{
    			SearchWord:        pulumi.StringRef("xxx01"),
    			GroupType:         pulumi.StringRef("ms"),
    			AuthType:          pulumi.StringRef("none"),
    			Status:            pulumi.StringRef("released"),
    			OrderBy:           pulumi.StringRef("created_time"),
    			OrderType:         pulumi.Float64Ref(0),
    			GatewayInstanceId: pulumi.StringRef("gw-ins-lvdypq5k"),
    		}, 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 apiGroup = Tencentcloud.GetTsfApiGroup.Invoke(new()
        {
            SearchWord = "xxx01",
            GroupType = "ms",
            AuthType = "none",
            Status = "released",
            OrderBy = "created_time",
            OrderType = 0,
            GatewayInstanceId = "gw-ins-lvdypq5k",
        });
    
    });
    
    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.GetTsfApiGroupArgs;
    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 apiGroup = TencentcloudFunctions.getTsfApiGroup(GetTsfApiGroupArgs.builder()
                .searchWord("xxx01")
                .groupType("ms")
                .authType("none")
                .status("released")
                .orderBy("created_time")
                .orderType(0)
                .gatewayInstanceId("gw-ins-lvdypq5k")
                .build());
    
        }
    }
    
    variables:
      apiGroup:
        fn::invoke:
          function: tencentcloud:getTsfApiGroup
          arguments:
            searchWord: xxx01
            groupType: ms
            authType: none
            status: released
            orderBy: created_time
            orderType: 0
            gatewayInstanceId: gw-ins-lvdypq5k
    

    Using getTsfApiGroup

    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 getTsfApiGroup(args: GetTsfApiGroupArgs, opts?: InvokeOptions): Promise<GetTsfApiGroupResult>
    function getTsfApiGroupOutput(args: GetTsfApiGroupOutputArgs, opts?: InvokeOptions): Output<GetTsfApiGroupResult>
    def get_tsf_api_group(auth_type: Optional[str] = None,
                          gateway_instance_id: Optional[str] = None,
                          group_type: Optional[str] = None,
                          id: Optional[str] = None,
                          order_by: Optional[str] = None,
                          order_type: Optional[float] = None,
                          result_output_file: Optional[str] = None,
                          search_word: Optional[str] = None,
                          status: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetTsfApiGroupResult
    def get_tsf_api_group_output(auth_type: Optional[pulumi.Input[str]] = None,
                          gateway_instance_id: Optional[pulumi.Input[str]] = None,
                          group_type: Optional[pulumi.Input[str]] = None,
                          id: Optional[pulumi.Input[str]] = None,
                          order_by: Optional[pulumi.Input[str]] = None,
                          order_type: Optional[pulumi.Input[float]] = None,
                          result_output_file: Optional[pulumi.Input[str]] = None,
                          search_word: Optional[pulumi.Input[str]] = None,
                          status: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetTsfApiGroupResult]
    func LookupTsfApiGroup(ctx *Context, args *LookupTsfApiGroupArgs, opts ...InvokeOption) (*LookupTsfApiGroupResult, error)
    func LookupTsfApiGroupOutput(ctx *Context, args *LookupTsfApiGroupOutputArgs, opts ...InvokeOption) LookupTsfApiGroupResultOutput

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

    public static class GetTsfApiGroup 
    {
        public static Task<GetTsfApiGroupResult> InvokeAsync(GetTsfApiGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetTsfApiGroupResult> Invoke(GetTsfApiGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTsfApiGroupResult> getTsfApiGroup(GetTsfApiGroupArgs args, InvokeOptions options)
    public static Output<GetTsfApiGroupResult> getTsfApiGroup(GetTsfApiGroupArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getTsfApiGroup:getTsfApiGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AuthType string
    Authentication type. secret: Secret key authentication; none: No authentication.
    GatewayInstanceId string
    Gateway Instance Id.
    GroupType string
    Group type. ms: Microservice group; external: External API group.
    Id string
    OrderBy string
    Sorting field: created_time or group_context.
    OrderType double
    Sorting type: 0 (ASC) or 1 (DESC).
    ResultOutputFile string
    Used to save results.
    SearchWord string
    search word.
    Status string
    Publishing status. drafted: Not published. released: Published.
    AuthType string
    Authentication type. secret: Secret key authentication; none: No authentication.
    GatewayInstanceId string
    Gateway Instance Id.
    GroupType string
    Group type. ms: Microservice group; external: External API group.
    Id string
    OrderBy string
    Sorting field: created_time or group_context.
    OrderType float64
    Sorting type: 0 (ASC) or 1 (DESC).
    ResultOutputFile string
    Used to save results.
    SearchWord string
    search word.
    Status string
    Publishing status. drafted: Not published. released: Published.
    authType String
    Authentication type. secret: Secret key authentication; none: No authentication.
    gatewayInstanceId String
    Gateway Instance Id.
    groupType String
    Group type. ms: Microservice group; external: External API group.
    id String
    orderBy String
    Sorting field: created_time or group_context.
    orderType Double
    Sorting type: 0 (ASC) or 1 (DESC).
    resultOutputFile String
    Used to save results.
    searchWord String
    search word.
    status String
    Publishing status. drafted: Not published. released: Published.
    authType string
    Authentication type. secret: Secret key authentication; none: No authentication.
    gatewayInstanceId string
    Gateway Instance Id.
    groupType string
    Group type. ms: Microservice group; external: External API group.
    id string
    orderBy string
    Sorting field: created_time or group_context.
    orderType number
    Sorting type: 0 (ASC) or 1 (DESC).
    resultOutputFile string
    Used to save results.
    searchWord string
    search word.
    status string
    Publishing status. drafted: Not published. released: Published.
    auth_type str
    Authentication type. secret: Secret key authentication; none: No authentication.
    gateway_instance_id str
    Gateway Instance Id.
    group_type str
    Group type. ms: Microservice group; external: External API group.
    id str
    order_by str
    Sorting field: created_time or group_context.
    order_type float
    Sorting type: 0 (ASC) or 1 (DESC).
    result_output_file str
    Used to save results.
    search_word str
    search word.
    status str
    Publishing status. drafted: Not published. released: Published.
    authType String
    Authentication type. secret: Secret key authentication; none: No authentication.
    gatewayInstanceId String
    Gateway Instance Id.
    groupType String
    Group type. ms: Microservice group; external: External API group.
    id String
    orderBy String
    Sorting field: created_time or group_context.
    orderType Number
    Sorting type: 0 (ASC) or 1 (DESC).
    resultOutputFile String
    Used to save results.
    searchWord String
    search word.
    status String
    Publishing status. drafted: Not published. released: Published.

    getTsfApiGroup Result

    The following output properties are available:

    Id string
    Results List<GetTsfApiGroupResult>
    Pagination structure.Note: This field may return null, indicating that no valid values can be obtained.
    AuthType string
    Authentication type. secret: key authentication; none: no authentication.Note: This field may return null, indicating that no valid values can be obtained.
    GatewayInstanceId string
    Gateway Instance Id.Note: This field may return null, indicating that no valid values can be obtained.
    GroupType string
    Group type.Note: This field may return null, indicating that no valid values can be obtained.
    OrderBy string
    OrderType double
    ResultOutputFile string
    SearchWord string
    Status string
    Release status. drafted: not released. released: released.Note: This field may return null, indicating that no valid values can be obtained.
    Id string
    Results []GetTsfApiGroupResult
    Pagination structure.Note: This field may return null, indicating that no valid values can be obtained.
    AuthType string
    Authentication type. secret: key authentication; none: no authentication.Note: This field may return null, indicating that no valid values can be obtained.
    GatewayInstanceId string
    Gateway Instance Id.Note: This field may return null, indicating that no valid values can be obtained.
    GroupType string
    Group type.Note: This field may return null, indicating that no valid values can be obtained.
    OrderBy string
    OrderType float64
    ResultOutputFile string
    SearchWord string
    Status string
    Release status. drafted: not released. released: released.Note: This field may return null, indicating that no valid values can be obtained.
    id String
    results List<GetTsfApiGroupResult>
    Pagination structure.Note: This field may return null, indicating that no valid values can be obtained.
    authType String
    Authentication type. secret: key authentication; none: no authentication.Note: This field may return null, indicating that no valid values can be obtained.
    gatewayInstanceId String
    Gateway Instance Id.Note: This field may return null, indicating that no valid values can be obtained.
    groupType String
    Group type.Note: This field may return null, indicating that no valid values can be obtained.
    orderBy String
    orderType Double
    resultOutputFile String
    searchWord String
    status String
    Release status. drafted: not released. released: released.Note: This field may return null, indicating that no valid values can be obtained.
    id string
    results GetTsfApiGroupResult[]
    Pagination structure.Note: This field may return null, indicating that no valid values can be obtained.
    authType string
    Authentication type. secret: key authentication; none: no authentication.Note: This field may return null, indicating that no valid values can be obtained.
    gatewayInstanceId string
    Gateway Instance Id.Note: This field may return null, indicating that no valid values can be obtained.
    groupType string
    Group type.Note: This field may return null, indicating that no valid values can be obtained.
    orderBy string
    orderType number
    resultOutputFile string
    searchWord string
    status string
    Release status. drafted: not released. released: released.Note: This field may return null, indicating that no valid values can be obtained.
    id str
    results Sequence[GetTsfApiGroupResult]
    Pagination structure.Note: This field may return null, indicating that no valid values can be obtained.
    auth_type str
    Authentication type. secret: key authentication; none: no authentication.Note: This field may return null, indicating that no valid values can be obtained.
    gateway_instance_id str
    Gateway Instance Id.Note: This field may return null, indicating that no valid values can be obtained.
    group_type str
    Group type.Note: This field may return null, indicating that no valid values can be obtained.
    order_by str
    order_type float
    result_output_file str
    search_word str
    status str
    Release status. drafted: not released. released: released.Note: This field may return null, indicating that no valid values can be obtained.
    id String
    results List<Property Map>
    Pagination structure.Note: This field may return null, indicating that no valid values can be obtained.
    authType String
    Authentication type. secret: key authentication; none: no authentication.Note: This field may return null, indicating that no valid values can be obtained.
    gatewayInstanceId String
    Gateway Instance Id.Note: This field may return null, indicating that no valid values can be obtained.
    groupType String
    Group type.Note: This field may return null, indicating that no valid values can be obtained.
    orderBy String
    orderType Number
    resultOutputFile String
    searchWord String
    status String
    Release status. drafted: not released. released: released.Note: This field may return null, indicating that no valid values can be obtained.

    Supporting Types

    GetTsfApiGroupResult

    Contents List<GetTsfApiGroupResultContent>
    Api group info.
    TotalCount double
    record count.
    Contents []GetTsfApiGroupResultContent
    Api group info.
    TotalCount float64
    record count.
    contents List<GetTsfApiGroupResultContent>
    Api group info.
    totalCount Double
    record count.
    contents GetTsfApiGroupResultContent[]
    Api group info.
    totalCount number
    record count.
    contents List<Property Map>
    Api group info.
    totalCount Number
    record count.

    GetTsfApiGroupResultContent

    AclMode string
    Number of APIs.Note: This field may return null, indicating that no valid values can be obtained.
    ApiCount double
    api count.
    AuthType string
    Authentication type. secret: Secret key authentication; none: No authentication.
    BindedGatewayDeployGroups List<GetTsfApiGroupResultContentBindedGatewayDeployGroup>
    The gateway group bind with the api group list.
    CreatedTime string
    Group creation time.Note: This field may return null, indicating that no valid values can be obtained.
    Description string
    Description.Note: This field may return null, indicating that no valid values can be obtained.
    GatewayInstanceId string
    Gateway Instance Id.
    GatewayInstanceType string
    Gateway Instance Type.Note: This field may return null, indicating that no valid values can be obtained.
    GroupContext string
    Api Group Context.Note: This field may return null, indicating that no valid values can be obtained.
    GroupId string
    Api Group Id.Note: This field may return null, indicating that no valid values can be obtained.
    GroupName string
    Api Group Name.Note: This field may return null, indicating that no valid values can be obtained.
    GroupType string
    Group type. ms: Microservice group; external: External API group.
    NamespaceNameKey string
    Namespace name key.Note: This field may return null, indicating that no valid values can be obtained.
    NamespaceNameKeyPosition string
    Namespace parameter location, path, header, or query, default is path. Note: This field may return null, indicating that no valid values can be obtained.
    ServiceNameKey string
    Key value of microservice name parameter.Note: This field may return null, indicating that no valid values can be obtained.
    ServiceNameKeyPosition string
    Microservice name parameter location, path, header, or query, default is path.Note: This field may return null, indicating that no valid values can be obtained.
    Status string
    Publishing status. drafted: Not published. released: Published.
    UpdatedTime string
    Group creation time, such as: 2019-06-20 15:51:28.Note: This field may return null, indicating that no valid values can be obtained.
    AclMode string
    Number of APIs.Note: This field may return null, indicating that no valid values can be obtained.
    ApiCount float64
    api count.
    AuthType string
    Authentication type. secret: Secret key authentication; none: No authentication.
    BindedGatewayDeployGroups []GetTsfApiGroupResultContentBindedGatewayDeployGroup
    The gateway group bind with the api group list.
    CreatedTime string
    Group creation time.Note: This field may return null, indicating that no valid values can be obtained.
    Description string
    Description.Note: This field may return null, indicating that no valid values can be obtained.
    GatewayInstanceId string
    Gateway Instance Id.
    GatewayInstanceType string
    Gateway Instance Type.Note: This field may return null, indicating that no valid values can be obtained.
    GroupContext string
    Api Group Context.Note: This field may return null, indicating that no valid values can be obtained.
    GroupId string
    Api Group Id.Note: This field may return null, indicating that no valid values can be obtained.
    GroupName string
    Api Group Name.Note: This field may return null, indicating that no valid values can be obtained.
    GroupType string
    Group type. ms: Microservice group; external: External API group.
    NamespaceNameKey string
    Namespace name key.Note: This field may return null, indicating that no valid values can be obtained.
    NamespaceNameKeyPosition string
    Namespace parameter location, path, header, or query, default is path. Note: This field may return null, indicating that no valid values can be obtained.
    ServiceNameKey string
    Key value of microservice name parameter.Note: This field may return null, indicating that no valid values can be obtained.
    ServiceNameKeyPosition string
    Microservice name parameter location, path, header, or query, default is path.Note: This field may return null, indicating that no valid values can be obtained.
    Status string
    Publishing status. drafted: Not published. released: Published.
    UpdatedTime string
    Group creation time, such as: 2019-06-20 15:51:28.Note: This field may return null, indicating that no valid values can be obtained.
    aclMode String
    Number of APIs.Note: This field may return null, indicating that no valid values can be obtained.
    apiCount Double
    api count.
    authType String
    Authentication type. secret: Secret key authentication; none: No authentication.
    bindedGatewayDeployGroups List<GetTsfApiGroupResultContentBindedGatewayDeployGroup>
    The gateway group bind with the api group list.
    createdTime String
    Group creation time.Note: This field may return null, indicating that no valid values can be obtained.
    description String
    Description.Note: This field may return null, indicating that no valid values can be obtained.
    gatewayInstanceId String
    Gateway Instance Id.
    gatewayInstanceType String
    Gateway Instance Type.Note: This field may return null, indicating that no valid values can be obtained.
    groupContext String
    Api Group Context.Note: This field may return null, indicating that no valid values can be obtained.
    groupId String
    Api Group Id.Note: This field may return null, indicating that no valid values can be obtained.
    groupName String
    Api Group Name.Note: This field may return null, indicating that no valid values can be obtained.
    groupType String
    Group type. ms: Microservice group; external: External API group.
    namespaceNameKey String
    Namespace name key.Note: This field may return null, indicating that no valid values can be obtained.
    namespaceNameKeyPosition String
    Namespace parameter location, path, header, or query, default is path. Note: This field may return null, indicating that no valid values can be obtained.
    serviceNameKey String
    Key value of microservice name parameter.Note: This field may return null, indicating that no valid values can be obtained.
    serviceNameKeyPosition String
    Microservice name parameter location, path, header, or query, default is path.Note: This field may return null, indicating that no valid values can be obtained.
    status String
    Publishing status. drafted: Not published. released: Published.
    updatedTime String
    Group creation time, such as: 2019-06-20 15:51:28.Note: This field may return null, indicating that no valid values can be obtained.
    aclMode string
    Number of APIs.Note: This field may return null, indicating that no valid values can be obtained.
    apiCount number
    api count.
    authType string
    Authentication type. secret: Secret key authentication; none: No authentication.
    bindedGatewayDeployGroups GetTsfApiGroupResultContentBindedGatewayDeployGroup[]
    The gateway group bind with the api group list.
    createdTime string
    Group creation time.Note: This field may return null, indicating that no valid values can be obtained.
    description string
    Description.Note: This field may return null, indicating that no valid values can be obtained.
    gatewayInstanceId string
    Gateway Instance Id.
    gatewayInstanceType string
    Gateway Instance Type.Note: This field may return null, indicating that no valid values can be obtained.
    groupContext string
    Api Group Context.Note: This field may return null, indicating that no valid values can be obtained.
    groupId string
    Api Group Id.Note: This field may return null, indicating that no valid values can be obtained.
    groupName string
    Api Group Name.Note: This field may return null, indicating that no valid values can be obtained.
    groupType string
    Group type. ms: Microservice group; external: External API group.
    namespaceNameKey string
    Namespace name key.Note: This field may return null, indicating that no valid values can be obtained.
    namespaceNameKeyPosition string
    Namespace parameter location, path, header, or query, default is path. Note: This field may return null, indicating that no valid values can be obtained.
    serviceNameKey string
    Key value of microservice name parameter.Note: This field may return null, indicating that no valid values can be obtained.
    serviceNameKeyPosition string
    Microservice name parameter location, path, header, or query, default is path.Note: This field may return null, indicating that no valid values can be obtained.
    status string
    Publishing status. drafted: Not published. released: Published.
    updatedTime string
    Group creation time, such as: 2019-06-20 15:51:28.Note: This field may return null, indicating that no valid values can be obtained.
    acl_mode str
    Number of APIs.Note: This field may return null, indicating that no valid values can be obtained.
    api_count float
    api count.
    auth_type str
    Authentication type. secret: Secret key authentication; none: No authentication.
    binded_gateway_deploy_groups Sequence[GetTsfApiGroupResultContentBindedGatewayDeployGroup]
    The gateway group bind with the api group list.
    created_time str
    Group creation time.Note: This field may return null, indicating that no valid values can be obtained.
    description str
    Description.Note: This field may return null, indicating that no valid values can be obtained.
    gateway_instance_id str
    Gateway Instance Id.
    gateway_instance_type str
    Gateway Instance Type.Note: This field may return null, indicating that no valid values can be obtained.
    group_context str
    Api Group Context.Note: This field may return null, indicating that no valid values can be obtained.
    group_id str
    Api Group Id.Note: This field may return null, indicating that no valid values can be obtained.
    group_name str
    Api Group Name.Note: This field may return null, indicating that no valid values can be obtained.
    group_type str
    Group type. ms: Microservice group; external: External API group.
    namespace_name_key str
    Namespace name key.Note: This field may return null, indicating that no valid values can be obtained.
    namespace_name_key_position str
    Namespace parameter location, path, header, or query, default is path. Note: This field may return null, indicating that no valid values can be obtained.
    service_name_key str
    Key value of microservice name parameter.Note: This field may return null, indicating that no valid values can be obtained.
    service_name_key_position str
    Microservice name parameter location, path, header, or query, default is path.Note: This field may return null, indicating that no valid values can be obtained.
    status str
    Publishing status. drafted: Not published. released: Published.
    updated_time str
    Group creation time, such as: 2019-06-20 15:51:28.Note: This field may return null, indicating that no valid values can be obtained.
    aclMode String
    Number of APIs.Note: This field may return null, indicating that no valid values can be obtained.
    apiCount Number
    api count.
    authType String
    Authentication type. secret: Secret key authentication; none: No authentication.
    bindedGatewayDeployGroups List<Property Map>
    The gateway group bind with the api group list.
    createdTime String
    Group creation time.Note: This field may return null, indicating that no valid values can be obtained.
    description String
    Description.Note: This field may return null, indicating that no valid values can be obtained.
    gatewayInstanceId String
    Gateway Instance Id.
    gatewayInstanceType String
    Gateway Instance Type.Note: This field may return null, indicating that no valid values can be obtained.
    groupContext String
    Api Group Context.Note: This field may return null, indicating that no valid values can be obtained.
    groupId String
    Api Group Id.Note: This field may return null, indicating that no valid values can be obtained.
    groupName String
    Api Group Name.Note: This field may return null, indicating that no valid values can be obtained.
    groupType String
    Group type. ms: Microservice group; external: External API group.
    namespaceNameKey String
    Namespace name key.Note: This field may return null, indicating that no valid values can be obtained.
    namespaceNameKeyPosition String
    Namespace parameter location, path, header, or query, default is path. Note: This field may return null, indicating that no valid values can be obtained.
    serviceNameKey String
    Key value of microservice name parameter.Note: This field may return null, indicating that no valid values can be obtained.
    serviceNameKeyPosition String
    Microservice name parameter location, path, header, or query, default is path.Note: This field may return null, indicating that no valid values can be obtained.
    status String
    Publishing status. drafted: Not published. released: Published.
    updatedTime String
    Group creation time, such as: 2019-06-20 15:51:28.Note: This field may return null, indicating that no valid values can be obtained.

    GetTsfApiGroupResultContentBindedGatewayDeployGroup

    ApplicationId string
    Application ID.Note: This field may return null, indicating that no valid values can be obtained.
    ApplicationName string
    Application Name.Note: This field may return null, indicating that no valid values can be obtained.
    ApplicationType string
    Application Name.Note: This field may return null, indicating that no valid values can be obtained.
    ClusterType string
    Cluster type, C: container, V: virtual machine.Note: This field may return null, indicating that no valid values can be obtained.
    DeployGroupId string
    Gateway deployment group bound to the API group.Note: This field may return null, indicating that no valid values can be obtained.
    DeployGroupName string
    Deploy group name.Note: This field may return null, indicating that no valid values can be obtained.
    GroupStatus string
    Application category: V: virtual machine application, C: container application. Note: This field may return null, indicating that no valid values can be obtained.
    ApplicationId string
    Application ID.Note: This field may return null, indicating that no valid values can be obtained.
    ApplicationName string
    Application Name.Note: This field may return null, indicating that no valid values can be obtained.
    ApplicationType string
    Application Name.Note: This field may return null, indicating that no valid values can be obtained.
    ClusterType string
    Cluster type, C: container, V: virtual machine.Note: This field may return null, indicating that no valid values can be obtained.
    DeployGroupId string
    Gateway deployment group bound to the API group.Note: This field may return null, indicating that no valid values can be obtained.
    DeployGroupName string
    Deploy group name.Note: This field may return null, indicating that no valid values can be obtained.
    GroupStatus string
    Application category: V: virtual machine application, C: container application. Note: This field may return null, indicating that no valid values can be obtained.
    applicationId String
    Application ID.Note: This field may return null, indicating that no valid values can be obtained.
    applicationName String
    Application Name.Note: This field may return null, indicating that no valid values can be obtained.
    applicationType String
    Application Name.Note: This field may return null, indicating that no valid values can be obtained.
    clusterType String
    Cluster type, C: container, V: virtual machine.Note: This field may return null, indicating that no valid values can be obtained.
    deployGroupId String
    Gateway deployment group bound to the API group.Note: This field may return null, indicating that no valid values can be obtained.
    deployGroupName String
    Deploy group name.Note: This field may return null, indicating that no valid values can be obtained.
    groupStatus String
    Application category: V: virtual machine application, C: container application. Note: This field may return null, indicating that no valid values can be obtained.
    applicationId string
    Application ID.Note: This field may return null, indicating that no valid values can be obtained.
    applicationName string
    Application Name.Note: This field may return null, indicating that no valid values can be obtained.
    applicationType string
    Application Name.Note: This field may return null, indicating that no valid values can be obtained.
    clusterType string
    Cluster type, C: container, V: virtual machine.Note: This field may return null, indicating that no valid values can be obtained.
    deployGroupId string
    Gateway deployment group bound to the API group.Note: This field may return null, indicating that no valid values can be obtained.
    deployGroupName string
    Deploy group name.Note: This field may return null, indicating that no valid values can be obtained.
    groupStatus string
    Application category: V: virtual machine application, C: container application. Note: This field may return null, indicating that no valid values can be obtained.
    application_id str
    Application ID.Note: This field may return null, indicating that no valid values can be obtained.
    application_name str
    Application Name.Note: This field may return null, indicating that no valid values can be obtained.
    application_type str
    Application Name.Note: This field may return null, indicating that no valid values can be obtained.
    cluster_type str
    Cluster type, C: container, V: virtual machine.Note: This field may return null, indicating that no valid values can be obtained.
    deploy_group_id str
    Gateway deployment group bound to the API group.Note: This field may return null, indicating that no valid values can be obtained.
    deploy_group_name str
    Deploy group name.Note: This field may return null, indicating that no valid values can be obtained.
    group_status str
    Application category: V: virtual machine application, C: container application. Note: This field may return null, indicating that no valid values can be obtained.
    applicationId String
    Application ID.Note: This field may return null, indicating that no valid values can be obtained.
    applicationName String
    Application Name.Note: This field may return null, indicating that no valid values can be obtained.
    applicationType String
    Application Name.Note: This field may return null, indicating that no valid values can be obtained.
    clusterType String
    Cluster type, C: container, V: virtual machine.Note: This field may return null, indicating that no valid values can be obtained.
    deployGroupId String
    Gateway deployment group bound to the API group.Note: This field may return null, indicating that no valid values can be obtained.
    deployGroupName String
    Deploy group name.Note: This field may return null, indicating that no valid values can be obtained.
    groupStatus String
    Application category: V: virtual machine application, C: container application. Note: This field may return null, indicating that no valid values can be obtained.

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
      Meet Neo: Your AI Platform Teammate