1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getSslDescribeHostUpdateRecordDetail
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack

tencentcloud.getSslDescribeHostUpdateRecordDetail

Start a Neo task
Explain and create a tencentcloud.getSslDescribeHostUpdateRecordDetail resource
tencentcloud logo
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack

    Use this data source to query detailed information of ssl describe_host_update_record_detail

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const describeHostUpdateRecordDetail = tencentcloud.getSslDescribeHostUpdateRecordDetail({
        deployRecordId: "35364",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    describe_host_update_record_detail = tencentcloud.get_ssl_describe_host_update_record_detail(deploy_record_id="35364")
    
    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.GetSslDescribeHostUpdateRecordDetail(ctx, &tencentcloud.GetSslDescribeHostUpdateRecordDetailArgs{
    			DeployRecordId: "35364",
    		}, 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 describeHostUpdateRecordDetail = Tencentcloud.GetSslDescribeHostUpdateRecordDetail.Invoke(new()
        {
            DeployRecordId = "35364",
        });
    
    });
    
    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.GetSslDescribeHostUpdateRecordDetailArgs;
    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 describeHostUpdateRecordDetail = TencentcloudFunctions.getSslDescribeHostUpdateRecordDetail(GetSslDescribeHostUpdateRecordDetailArgs.builder()
                .deployRecordId("35364")
                .build());
    
        }
    }
    
    variables:
      describeHostUpdateRecordDetail:
        fn::invoke:
          function: tencentcloud:getSslDescribeHostUpdateRecordDetail
          arguments:
            deployRecordId: '35364'
    

    Using getSslDescribeHostUpdateRecordDetail

    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 getSslDescribeHostUpdateRecordDetail(args: GetSslDescribeHostUpdateRecordDetailArgs, opts?: InvokeOptions): Promise<GetSslDescribeHostUpdateRecordDetailResult>
    function getSslDescribeHostUpdateRecordDetailOutput(args: GetSslDescribeHostUpdateRecordDetailOutputArgs, opts?: InvokeOptions): Output<GetSslDescribeHostUpdateRecordDetailResult>
    def get_ssl_describe_host_update_record_detail(deploy_record_id: Optional[str] = None,
                                                   id: Optional[str] = None,
                                                   result_output_file: Optional[str] = None,
                                                   opts: Optional[InvokeOptions] = None) -> GetSslDescribeHostUpdateRecordDetailResult
    def get_ssl_describe_host_update_record_detail_output(deploy_record_id: Optional[pulumi.Input[str]] = None,
                                                   id: Optional[pulumi.Input[str]] = None,
                                                   result_output_file: Optional[pulumi.Input[str]] = None,
                                                   opts: Optional[InvokeOptions] = None) -> Output[GetSslDescribeHostUpdateRecordDetailResult]
    func GetSslDescribeHostUpdateRecordDetail(ctx *Context, args *GetSslDescribeHostUpdateRecordDetailArgs, opts ...InvokeOption) (*GetSslDescribeHostUpdateRecordDetailResult, error)
    func GetSslDescribeHostUpdateRecordDetailOutput(ctx *Context, args *GetSslDescribeHostUpdateRecordDetailOutputArgs, opts ...InvokeOption) GetSslDescribeHostUpdateRecordDetailResultOutput

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

    public static class GetSslDescribeHostUpdateRecordDetail 
    {
        public static Task<GetSslDescribeHostUpdateRecordDetailResult> InvokeAsync(GetSslDescribeHostUpdateRecordDetailArgs args, InvokeOptions? opts = null)
        public static Output<GetSslDescribeHostUpdateRecordDetailResult> Invoke(GetSslDescribeHostUpdateRecordDetailInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSslDescribeHostUpdateRecordDetailResult> getSslDescribeHostUpdateRecordDetail(GetSslDescribeHostUpdateRecordDetailArgs args, InvokeOptions options)
    public static Output<GetSslDescribeHostUpdateRecordDetailResult> getSslDescribeHostUpdateRecordDetail(GetSslDescribeHostUpdateRecordDetailArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getSslDescribeHostUpdateRecordDetail:getSslDescribeHostUpdateRecordDetail
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DeployRecordId string
    One -click update record ID.
    Id string
    Detailed record ID.
    ResultOutputFile string
    Used to save results.
    DeployRecordId string
    One -click update record ID.
    Id string
    Detailed record ID.
    ResultOutputFile string
    Used to save results.
    deployRecordId String
    One -click update record ID.
    id String
    Detailed record ID.
    resultOutputFile String
    Used to save results.
    deployRecordId string
    One -click update record ID.
    id string
    Detailed record ID.
    resultOutputFile string
    Used to save results.
    deploy_record_id str
    One -click update record ID.
    id str
    Detailed record ID.
    result_output_file str
    Used to save results.
    deployRecordId String
    One -click update record ID.
    id String
    Detailed record ID.
    resultOutputFile String
    Used to save results.

    getSslDescribeHostUpdateRecordDetail Result

    The following output properties are available:

    DeployRecordId string
    FailedTotalCount double
    Total number of failuresNote: This field may return NULL, indicating that the valid value cannot be obtained.
    Id string
    Detailed record ID.
    RecordDetailLists List<GetSslDescribeHostUpdateRecordDetailRecordDetailList>
    Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
    RunningTotalCount double
    Total number of deploymentNote: This field may return NULL, indicating that the valid value cannot be obtained.
    SuccessTotalCount double
    Total successNote: This field may return NULL, indicating that the valid value cannot be obtained.
    ResultOutputFile string
    DeployRecordId string
    FailedTotalCount float64
    Total number of failuresNote: This field may return NULL, indicating that the valid value cannot be obtained.
    Id string
    Detailed record ID.
    RecordDetailLists []GetSslDescribeHostUpdateRecordDetailRecordDetailList
    Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
    RunningTotalCount float64
    Total number of deploymentNote: This field may return NULL, indicating that the valid value cannot be obtained.
    SuccessTotalCount float64
    Total successNote: This field may return NULL, indicating that the valid value cannot be obtained.
    ResultOutputFile string
    deployRecordId String
    failedTotalCount Double
    Total number of failuresNote: This field may return NULL, indicating that the valid value cannot be obtained.
    id String
    Detailed record ID.
    recordDetailLists List<GetSslDescribeHostUpdateRecordDetailRecordDetailList>
    Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
    runningTotalCount Double
    Total number of deploymentNote: This field may return NULL, indicating that the valid value cannot be obtained.
    successTotalCount Double
    Total successNote: This field may return NULL, indicating that the valid value cannot be obtained.
    resultOutputFile String
    deployRecordId string
    failedTotalCount number
    Total number of failuresNote: This field may return NULL, indicating that the valid value cannot be obtained.
    id string
    Detailed record ID.
    recordDetailLists GetSslDescribeHostUpdateRecordDetailRecordDetailList[]
    Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
    runningTotalCount number
    Total number of deploymentNote: This field may return NULL, indicating that the valid value cannot be obtained.
    successTotalCount number
    Total successNote: This field may return NULL, indicating that the valid value cannot be obtained.
    resultOutputFile string
    deploy_record_id str
    failed_total_count float
    Total number of failuresNote: This field may return NULL, indicating that the valid value cannot be obtained.
    id str
    Detailed record ID.
    record_detail_lists Sequence[GetSslDescribeHostUpdateRecordDetailRecordDetailList]
    Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
    running_total_count float
    Total number of deploymentNote: This field may return NULL, indicating that the valid value cannot be obtained.
    success_total_count float
    Total successNote: This field may return NULL, indicating that the valid value cannot be obtained.
    result_output_file str
    deployRecordId String
    failedTotalCount Number
    Total number of failuresNote: This field may return NULL, indicating that the valid value cannot be obtained.
    id String
    Detailed record ID.
    recordDetailLists List<Property Map>
    Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
    runningTotalCount Number
    Total number of deploymentNote: This field may return NULL, indicating that the valid value cannot be obtained.
    successTotalCount Number
    Total successNote: This field may return NULL, indicating that the valid value cannot be obtained.
    resultOutputFile String

    Supporting Types

    GetSslDescribeHostUpdateRecordDetailRecordDetailList

    Lists List<GetSslDescribeHostUpdateRecordDetailRecordDetailListList>
    List of deployment resources details.
    ResourceType string
    Deploy resource type.
    TotalCount double
    The total number of deployment resources.
    Lists []GetSslDescribeHostUpdateRecordDetailRecordDetailListList
    List of deployment resources details.
    ResourceType string
    Deploy resource type.
    TotalCount float64
    The total number of deployment resources.
    lists List<GetSslDescribeHostUpdateRecordDetailRecordDetailListList>
    List of deployment resources details.
    resourceType String
    Deploy resource type.
    totalCount Double
    The total number of deployment resources.
    lists GetSslDescribeHostUpdateRecordDetailRecordDetailListList[]
    List of deployment resources details.
    resourceType string
    Deploy resource type.
    totalCount number
    The total number of deployment resources.
    lists Sequence[GetSslDescribeHostUpdateRecordDetailRecordDetailListList]
    List of deployment resources details.
    resource_type str
    Deploy resource type.
    total_count float
    The total number of deployment resources.
    lists List<Property Map>
    List of deployment resources details.
    resourceType String
    Deploy resource type.
    totalCount Number
    The total number of deployment resources.

    GetSslDescribeHostUpdateRecordDetailRecordDetailListList

    Bucket string
    BUCKET name (COS dedicated)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    CertId string
    New certificate ID.
    CreateTime string
    Deployment time.
    Domains List<string>
    List of deployment domainNote: This field may return NULL, indicating that the valid value cannot be obtained.
    EnvId string
    Environment IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
    ErrorMsg string
    Deployment error messageNote: This field may return NULL, indicating that the valid value cannot be obtained.
    Id double
    Detailed record ID.
    InstanceId string
    Deployment instance IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
    InstanceName string
    Deployment example nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
    ListenerId string
    Deploy listener ID (CLB for CLB)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    ListenerName string
    Deploy listener name (CLB for CLB)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    Namespace string
    Naming Space (TKE)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    OldCertId string
    Old certificate ID.
    Port double
    portNote: This field may return NULL, indicating that the valid value cannot be obtained.
    Protocol string
    protocolNote: This field may return NULL, indicating that the valid value cannot be obtained.
    Region string
    DeploymentNote: This field may return NULL, indicating that the valid value cannot be obtained.
    ResourceType string
    Deploy resource type.
    SecretName string
    Secret Name (TKE for TKE)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    SniSwitch double
    Whether to turn on SNI (CLB dedicated)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    Status double
    Deployment state.
    TCBType string
    TCB deployment typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    UpdateTime string
    Last update time.
    Bucket string
    BUCKET name (COS dedicated)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    CertId string
    New certificate ID.
    CreateTime string
    Deployment time.
    Domains []string
    List of deployment domainNote: This field may return NULL, indicating that the valid value cannot be obtained.
    EnvId string
    Environment IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
    ErrorMsg string
    Deployment error messageNote: This field may return NULL, indicating that the valid value cannot be obtained.
    Id float64
    Detailed record ID.
    InstanceId string
    Deployment instance IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
    InstanceName string
    Deployment example nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
    ListenerId string
    Deploy listener ID (CLB for CLB)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    ListenerName string
    Deploy listener name (CLB for CLB)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    Namespace string
    Naming Space (TKE)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    OldCertId string
    Old certificate ID.
    Port float64
    portNote: This field may return NULL, indicating that the valid value cannot be obtained.
    Protocol string
    protocolNote: This field may return NULL, indicating that the valid value cannot be obtained.
    Region string
    DeploymentNote: This field may return NULL, indicating that the valid value cannot be obtained.
    ResourceType string
    Deploy resource type.
    SecretName string
    Secret Name (TKE for TKE)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    SniSwitch float64
    Whether to turn on SNI (CLB dedicated)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    Status float64
    Deployment state.
    TCBType string
    TCB deployment typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    UpdateTime string
    Last update time.
    bucket String
    BUCKET name (COS dedicated)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    certId String
    New certificate ID.
    createTime String
    Deployment time.
    domains List<String>
    List of deployment domainNote: This field may return NULL, indicating that the valid value cannot be obtained.
    envId String
    Environment IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
    errorMsg String
    Deployment error messageNote: This field may return NULL, indicating that the valid value cannot be obtained.
    id Double
    Detailed record ID.
    instanceId String
    Deployment instance IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
    instanceName String
    Deployment example nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
    listenerId String
    Deploy listener ID (CLB for CLB)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    listenerName String
    Deploy listener name (CLB for CLB)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    namespace String
    Naming Space (TKE)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    oldCertId String
    Old certificate ID.
    port Double
    portNote: This field may return NULL, indicating that the valid value cannot be obtained.
    protocol String
    protocolNote: This field may return NULL, indicating that the valid value cannot be obtained.
    region String
    DeploymentNote: This field may return NULL, indicating that the valid value cannot be obtained.
    resourceType String
    Deploy resource type.
    secretName String
    Secret Name (TKE for TKE)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    sniSwitch Double
    Whether to turn on SNI (CLB dedicated)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    status Double
    Deployment state.
    tCBType String
    TCB deployment typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    updateTime String
    Last update time.
    bucket string
    BUCKET name (COS dedicated)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    certId string
    New certificate ID.
    createTime string
    Deployment time.
    domains string[]
    List of deployment domainNote: This field may return NULL, indicating that the valid value cannot be obtained.
    envId string
    Environment IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
    errorMsg string
    Deployment error messageNote: This field may return NULL, indicating that the valid value cannot be obtained.
    id number
    Detailed record ID.
    instanceId string
    Deployment instance IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
    instanceName string
    Deployment example nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
    listenerId string
    Deploy listener ID (CLB for CLB)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    listenerName string
    Deploy listener name (CLB for CLB)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    namespace string
    Naming Space (TKE)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    oldCertId string
    Old certificate ID.
    port number
    portNote: This field may return NULL, indicating that the valid value cannot be obtained.
    protocol string
    protocolNote: This field may return NULL, indicating that the valid value cannot be obtained.
    region string
    DeploymentNote: This field may return NULL, indicating that the valid value cannot be obtained.
    resourceType string
    Deploy resource type.
    secretName string
    Secret Name (TKE for TKE)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    sniSwitch number
    Whether to turn on SNI (CLB dedicated)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    status number
    Deployment state.
    tCBType string
    TCB deployment typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    updateTime string
    Last update time.
    bucket str
    BUCKET name (COS dedicated)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    cert_id str
    New certificate ID.
    create_time str
    Deployment time.
    domains Sequence[str]
    List of deployment domainNote: This field may return NULL, indicating that the valid value cannot be obtained.
    env_id str
    Environment IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
    error_msg str
    Deployment error messageNote: This field may return NULL, indicating that the valid value cannot be obtained.
    id float
    Detailed record ID.
    instance_id str
    Deployment instance IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
    instance_name str
    Deployment example nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
    listener_id str
    Deploy listener ID (CLB for CLB)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    listener_name str
    Deploy listener name (CLB for CLB)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    namespace str
    Naming Space (TKE)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    old_cert_id str
    Old certificate ID.
    port float
    portNote: This field may return NULL, indicating that the valid value cannot be obtained.
    protocol str
    protocolNote: This field may return NULL, indicating that the valid value cannot be obtained.
    region str
    DeploymentNote: This field may return NULL, indicating that the valid value cannot be obtained.
    resource_type str
    Deploy resource type.
    secret_name str
    Secret Name (TKE for TKE)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    sni_switch float
    Whether to turn on SNI (CLB dedicated)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    status float
    Deployment state.
    t_cb_type str
    TCB deployment typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    update_time str
    Last update time.
    bucket String
    BUCKET name (COS dedicated)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    certId String
    New certificate ID.
    createTime String
    Deployment time.
    domains List<String>
    List of deployment domainNote: This field may return NULL, indicating that the valid value cannot be obtained.
    envId String
    Environment IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
    errorMsg String
    Deployment error messageNote: This field may return NULL, indicating that the valid value cannot be obtained.
    id Number
    Detailed record ID.
    instanceId String
    Deployment instance IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
    instanceName String
    Deployment example nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
    listenerId String
    Deploy listener ID (CLB for CLB)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    listenerName String
    Deploy listener name (CLB for CLB)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    namespace String
    Naming Space (TKE)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    oldCertId String
    Old certificate ID.
    port Number
    portNote: This field may return NULL, indicating that the valid value cannot be obtained.
    protocol String
    protocolNote: This field may return NULL, indicating that the valid value cannot be obtained.
    region String
    DeploymentNote: This field may return NULL, indicating that the valid value cannot be obtained.
    resourceType String
    Deploy resource type.
    secretName String
    Secret Name (TKE for TKE)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    sniSwitch Number
    Whether to turn on SNI (CLB dedicated)Note: This field may return NULL, indicating that the valid value cannot be obtained.
    status Number
    Deployment state.
    tCBType String
    TCB deployment typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    updateTime String
    Last update time.

    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.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
      Meet Neo: Your AI Platform Teammate