1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getSslDescribeHostDeployRecordDetail
tencentcloud 1.81.183 published on Wednesday, Apr 16, 2025 by tencentcloudstack

tencentcloud.getSslDescribeHostDeployRecordDetail

Explore with Pulumi AI

Use this data source to query detailed information of ssl describe_host_deploy_record_detail

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";

const describeHostDeployRecordDetail = tencentcloud.getSslDescribeHostDeployRecordDetail({
    deployRecordId: "",
});
Copy
import pulumi
import pulumi_tencentcloud as tencentcloud

describe_host_deploy_record_detail = tencentcloud.get_ssl_describe_host_deploy_record_detail(deploy_record_id="")
Copy
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.GetSslDescribeHostDeployRecordDetail(ctx, &tencentcloud.GetSslDescribeHostDeployRecordDetailArgs{
			DeployRecordId: "",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;

return await Deployment.RunAsync(() => 
{
    var describeHostDeployRecordDetail = Tencentcloud.GetSslDescribeHostDeployRecordDetail.Invoke(new()
    {
        DeployRecordId = "",
    });

});
Copy
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.GetSslDescribeHostDeployRecordDetailArgs;
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 describeHostDeployRecordDetail = TencentcloudFunctions.getSslDescribeHostDeployRecordDetail(GetSslDescribeHostDeployRecordDetailArgs.builder()
            .deployRecordId("")
            .build());

    }
}
Copy
variables:
  describeHostDeployRecordDetail:
    fn::invoke:
      function: tencentcloud:getSslDescribeHostDeployRecordDetail
      arguments:
        deployRecordId: ""
Copy

Using getSslDescribeHostDeployRecordDetail

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 getSslDescribeHostDeployRecordDetail(args: GetSslDescribeHostDeployRecordDetailArgs, opts?: InvokeOptions): Promise<GetSslDescribeHostDeployRecordDetailResult>
function getSslDescribeHostDeployRecordDetailOutput(args: GetSslDescribeHostDeployRecordDetailOutputArgs, opts?: InvokeOptions): Output<GetSslDescribeHostDeployRecordDetailResult>
Copy
def get_ssl_describe_host_deploy_record_detail(deploy_record_id: Optional[str] = None,
                                               id: Optional[str] = None,
                                               result_output_file: Optional[str] = None,
                                               opts: Optional[InvokeOptions] = None) -> GetSslDescribeHostDeployRecordDetailResult
def get_ssl_describe_host_deploy_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[GetSslDescribeHostDeployRecordDetailResult]
Copy
func GetSslDescribeHostDeployRecordDetail(ctx *Context, args *GetSslDescribeHostDeployRecordDetailArgs, opts ...InvokeOption) (*GetSslDescribeHostDeployRecordDetailResult, error)
func GetSslDescribeHostDeployRecordDetailOutput(ctx *Context, args *GetSslDescribeHostDeployRecordDetailOutputArgs, opts ...InvokeOption) GetSslDescribeHostDeployRecordDetailResultOutput
Copy

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

public static class GetSslDescribeHostDeployRecordDetail 
{
    public static Task<GetSslDescribeHostDeployRecordDetailResult> InvokeAsync(GetSslDescribeHostDeployRecordDetailArgs args, InvokeOptions? opts = null)
    public static Output<GetSslDescribeHostDeployRecordDetailResult> Invoke(GetSslDescribeHostDeployRecordDetailInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetSslDescribeHostDeployRecordDetailResult> getSslDescribeHostDeployRecordDetail(GetSslDescribeHostDeployRecordDetailArgs args, InvokeOptions options)
public static Output<GetSslDescribeHostDeployRecordDetailResult> getSslDescribeHostDeployRecordDetail(GetSslDescribeHostDeployRecordDetailArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: tencentcloud:index/getSslDescribeHostDeployRecordDetail:getSslDescribeHostDeployRecordDetail
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

DeployRecordId This property is required. string
Deployment record ID.
Id string
Deployment record details ID.
ResultOutputFile string
Used to save results.
DeployRecordId This property is required. string
Deployment record ID.
Id string
Deployment record details ID.
ResultOutputFile string
Used to save results.
deployRecordId This property is required. String
Deployment record ID.
id String
Deployment record details ID.
resultOutputFile String
Used to save results.
deployRecordId This property is required. string
Deployment record ID.
id string
Deployment record details ID.
resultOutputFile string
Used to save results.
deploy_record_id This property is required. str
Deployment record ID.
id str
Deployment record details ID.
result_output_file str
Used to save results.
deployRecordId This property is required. String
Deployment record ID.
id String
Deployment record details ID.
resultOutputFile String
Used to save results.

getSslDescribeHostDeployRecordDetail Result

The following output properties are available:

DeployRecordDetailLists List<GetSslDescribeHostDeployRecordDetailDeployRecordDetailList>
Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
DeployRecordId string
FailedTotalCount double
Total number of failuresNote: This field may return NULL, indicating that the valid value cannot be obtained.
Id string
Deployment record details ID.
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
DeployRecordDetailLists []GetSslDescribeHostDeployRecordDetailDeployRecordDetailList
Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
DeployRecordId string
FailedTotalCount float64
Total number of failuresNote: This field may return NULL, indicating that the valid value cannot be obtained.
Id string
Deployment record details ID.
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
deployRecordDetailLists List<GetSslDescribeHostDeployRecordDetailDeployRecordDetailList>
Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
deployRecordId String
failedTotalCount Double
Total number of failuresNote: This field may return NULL, indicating that the valid value cannot be obtained.
id String
Deployment record details ID.
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
deployRecordDetailLists GetSslDescribeHostDeployRecordDetailDeployRecordDetailList[]
Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
deployRecordId string
failedTotalCount number
Total number of failuresNote: This field may return NULL, indicating that the valid value cannot be obtained.
id string
Deployment record details ID.
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_detail_lists Sequence[GetSslDescribeHostDeployRecordDetailDeployRecordDetailList]
Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
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
Deployment record details ID.
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
deployRecordDetailLists List<Property Map>
Certificate deployment record listNote: This field may return NULL, indicating that the valid value cannot be obtained.
deployRecordId String
failedTotalCount Number
Total number of failuresNote: This field may return NULL, indicating that the valid value cannot be obtained.
id String
Deployment record details ID.
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

GetSslDescribeHostDeployRecordDetailDeployRecordDetailList

Bucket This property is required. string
COS storage barrel nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
CertId This property is required. string
Deployment certificate ID.
CreateTime This property is required. string
Deployment record details Create time.
Domains This property is required. List<string>
List of deployment domain.
EnvId This property is required. string
TCB environment IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
ErrorMsg This property is required. string
Deployment error messageNote: This field may return NULL, indicating that the valid value cannot be obtained.
Id This property is required. double
Deployment record details ID.
InstanceId This property is required. string
Deployment instance ID.
InstanceName This property is required. string
Deployment example name.
ListenerId This property is required. string
Deployment monitor IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
ListenerName This property is required. string
Delicate monitor name.
Namespace This property is required. string
Named space nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
OldCertId This property is required. string
Original binding certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
Port This property is required. double
portNote: This field may return NULL, indicating that the valid value cannot be obtained.
Protocol This property is required. string
Deployment monitoring protocolNote: This field may return NULL, indicating that the valid value cannot be obtained.
Region This property is required. string
Deployed TCB regionNote: This field may return NULL, indicating that the valid value cannot be obtained.
SecretName This property is required. string
Secret nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
SniSwitch This property is required. double
Whether to turn on SNI.
Status This property is required. double
Deployment state.
TcbType This property is required. string
Deployed TCB typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
UpdateTime This property is required. string
Deployment record details last update time.
Bucket This property is required. string
COS storage barrel nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
CertId This property is required. string
Deployment certificate ID.
CreateTime This property is required. string
Deployment record details Create time.
Domains This property is required. []string
List of deployment domain.
EnvId This property is required. string
TCB environment IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
ErrorMsg This property is required. string
Deployment error messageNote: This field may return NULL, indicating that the valid value cannot be obtained.
Id This property is required. float64
Deployment record details ID.
InstanceId This property is required. string
Deployment instance ID.
InstanceName This property is required. string
Deployment example name.
ListenerId This property is required. string
Deployment monitor IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
ListenerName This property is required. string
Delicate monitor name.
Namespace This property is required. string
Named space nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
OldCertId This property is required. string
Original binding certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
Port This property is required. float64
portNote: This field may return NULL, indicating that the valid value cannot be obtained.
Protocol This property is required. string
Deployment monitoring protocolNote: This field may return NULL, indicating that the valid value cannot be obtained.
Region This property is required. string
Deployed TCB regionNote: This field may return NULL, indicating that the valid value cannot be obtained.
SecretName This property is required. string
Secret nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
SniSwitch This property is required. float64
Whether to turn on SNI.
Status This property is required. float64
Deployment state.
TcbType This property is required. string
Deployed TCB typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
UpdateTime This property is required. string
Deployment record details last update time.
bucket This property is required. String
COS storage barrel nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
certId This property is required. String
Deployment certificate ID.
createTime This property is required. String
Deployment record details Create time.
domains This property is required. List<String>
List of deployment domain.
envId This property is required. String
TCB environment IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
errorMsg This property is required. String
Deployment error messageNote: This field may return NULL, indicating that the valid value cannot be obtained.
id This property is required. Double
Deployment record details ID.
instanceId This property is required. String
Deployment instance ID.
instanceName This property is required. String
Deployment example name.
listenerId This property is required. String
Deployment monitor IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
listenerName This property is required. String
Delicate monitor name.
namespace This property is required. String
Named space nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
oldCertId This property is required. String
Original binding certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
port This property is required. Double
portNote: This field may return NULL, indicating that the valid value cannot be obtained.
protocol This property is required. String
Deployment monitoring protocolNote: This field may return NULL, indicating that the valid value cannot be obtained.
region This property is required. String
Deployed TCB regionNote: This field may return NULL, indicating that the valid value cannot be obtained.
secretName This property is required. String
Secret nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
sniSwitch This property is required. Double
Whether to turn on SNI.
status This property is required. Double
Deployment state.
tcbType This property is required. String
Deployed TCB typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
updateTime This property is required. String
Deployment record details last update time.
bucket This property is required. string
COS storage barrel nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
certId This property is required. string
Deployment certificate ID.
createTime This property is required. string
Deployment record details Create time.
domains This property is required. string[]
List of deployment domain.
envId This property is required. string
TCB environment IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
errorMsg This property is required. string
Deployment error messageNote: This field may return NULL, indicating that the valid value cannot be obtained.
id This property is required. number
Deployment record details ID.
instanceId This property is required. string
Deployment instance ID.
instanceName This property is required. string
Deployment example name.
listenerId This property is required. string
Deployment monitor IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
listenerName This property is required. string
Delicate monitor name.
namespace This property is required. string
Named space nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
oldCertId This property is required. string
Original binding certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
port This property is required. number
portNote: This field may return NULL, indicating that the valid value cannot be obtained.
protocol This property is required. string
Deployment monitoring protocolNote: This field may return NULL, indicating that the valid value cannot be obtained.
region This property is required. string
Deployed TCB regionNote: This field may return NULL, indicating that the valid value cannot be obtained.
secretName This property is required. string
Secret nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
sniSwitch This property is required. number
Whether to turn on SNI.
status This property is required. number
Deployment state.
tcbType This property is required. string
Deployed TCB typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
updateTime This property is required. string
Deployment record details last update time.
bucket This property is required. str
COS storage barrel nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
cert_id This property is required. str
Deployment certificate ID.
create_time This property is required. str
Deployment record details Create time.
domains This property is required. Sequence[str]
List of deployment domain.
env_id This property is required. str
TCB environment IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
error_msg This property is required. str
Deployment error messageNote: This field may return NULL, indicating that the valid value cannot be obtained.
id This property is required. float
Deployment record details ID.
instance_id This property is required. str
Deployment instance ID.
instance_name This property is required. str
Deployment example name.
listener_id This property is required. str
Deployment monitor IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
listener_name This property is required. str
Delicate monitor name.
namespace This property is required. str
Named space nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
old_cert_id This property is required. str
Original binding certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
port This property is required. float
portNote: This field may return NULL, indicating that the valid value cannot be obtained.
protocol This property is required. str
Deployment monitoring protocolNote: This field may return NULL, indicating that the valid value cannot be obtained.
region This property is required. str
Deployed TCB regionNote: This field may return NULL, indicating that the valid value cannot be obtained.
secret_name This property is required. str
Secret nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
sni_switch This property is required. float
Whether to turn on SNI.
status This property is required. float
Deployment state.
tcb_type This property is required. str
Deployed TCB typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
update_time This property is required. str
Deployment record details last update time.
bucket This property is required. String
COS storage barrel nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
certId This property is required. String
Deployment certificate ID.
createTime This property is required. String
Deployment record details Create time.
domains This property is required. List<String>
List of deployment domain.
envId This property is required. String
TCB environment IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
errorMsg This property is required. String
Deployment error messageNote: This field may return NULL, indicating that the valid value cannot be obtained.
id This property is required. Number
Deployment record details ID.
instanceId This property is required. String
Deployment instance ID.
instanceName This property is required. String
Deployment example name.
listenerId This property is required. String
Deployment monitor IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
listenerName This property is required. String
Delicate monitor name.
namespace This property is required. String
Named space nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
oldCertId This property is required. String
Original binding certificate IDNote: This field may return NULL, indicating that the valid value cannot be obtained.
port This property is required. Number
portNote: This field may return NULL, indicating that the valid value cannot be obtained.
protocol This property is required. String
Deployment monitoring protocolNote: This field may return NULL, indicating that the valid value cannot be obtained.
region This property is required. String
Deployed TCB regionNote: This field may return NULL, indicating that the valid value cannot be obtained.
secretName This property is required. String
Secret nameNote: This field may return NULL, indicating that the valid value cannot be obtained.
sniSwitch This property is required. Number
Whether to turn on SNI.
status This property is required. Number
Deployment state.
tcbType This property is required. String
Deployed TCB typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
updateTime This property is required. String
Deployment record details last update time.

Package Details

Repository
tencentcloud tencentcloudstack/terraform-provider-tencentcloud
License
Notes
This Pulumi package is based on the tencentcloud Terraform Provider.