1. Packages
  2. Packages
  3. Volcenginecc Provider
  4. API Docs
  5. tls
  6. getHost
Viewing docs for volcenginecc v0.0.50
published on Monday, Jul 20, 2026 by Volcengine
volcenginecc logo
Viewing docs for volcenginecc v0.0.50
published on Monday, Jul 20, 2026 by Volcengine

    Data Source schema for Volcengine::TLS::Host

    Using getHost

    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 getHost(args: GetHostArgs, opts?: InvokeOptions): Promise<GetHostResult>
    function getHostOutput(args: GetHostOutputArgs, opts?: InvokeOptions): Output<GetHostResult>
    def get_host(id: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetHostResult
    def get_host_output(id: pulumi.Input[Optional[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetHostResult]
    func LookupHost(ctx *Context, args *LookupHostArgs, opts ...InvokeOption) (*LookupHostResult, error)
    func LookupHostOutput(ctx *Context, args *LookupHostOutputArgs, opts ...InvokeOption) LookupHostResultOutput

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

    public static class GetHost 
    {
        public static Task<GetHostResult> InvokeAsync(GetHostArgs args, InvokeOptions? opts = null)
        public static Output<GetHostResult> Invoke(GetHostInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetHostResult> getHost(GetHostArgs args, InvokeOptions options)
    public static Output<GetHostResult> getHost(GetHostArgs args, InvokeOptions options)
    
    fn::invoke:
      function: volcenginecc:tls/getHost:getHost
      arguments:
        # arguments dictionary
    data "volcenginecc_tls_get_host" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    Uniquely identifies the resource.
    Id string
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getHost Result

    The following output properties are available:

    HeartbeatStatus int
    Agent heartbeat status. 0: Heartbeat normal 1: Heartbeat abnormal
    HostGroupId string
    Machine group ID to which the host belongs
    Id string
    Uniquely identifies the resource.
    Ip string
    Host IP address
    LogCollectorVersion string
    Log collector version
    HeartbeatStatus int
    Agent heartbeat status. 0: Heartbeat normal 1: Heartbeat abnormal
    HostGroupId string
    Machine group ID to which the host belongs
    Id string
    Uniquely identifies the resource.
    Ip string
    Host IP address
    LogCollectorVersion string
    Log collector version
    heartbeat_status number
    Agent heartbeat status. 0: Heartbeat normal 1: Heartbeat abnormal
    host_group_id string
    Machine group ID to which the host belongs
    id string
    Uniquely identifies the resource.
    ip string
    Host IP address
    log_collector_version string
    Log collector version
    heartbeatStatus Integer
    Agent heartbeat status. 0: Heartbeat normal 1: Heartbeat abnormal
    hostGroupId String
    Machine group ID to which the host belongs
    id String
    Uniquely identifies the resource.
    ip String
    Host IP address
    logCollectorVersion String
    Log collector version
    heartbeatStatus number
    Agent heartbeat status. 0: Heartbeat normal 1: Heartbeat abnormal
    hostGroupId string
    Machine group ID to which the host belongs
    id string
    Uniquely identifies the resource.
    ip string
    Host IP address
    logCollectorVersion string
    Log collector version
    heartbeat_status int
    Agent heartbeat status. 0: Heartbeat normal 1: Heartbeat abnormal
    host_group_id str
    Machine group ID to which the host belongs
    id str
    Uniquely identifies the resource.
    ip str
    Host IP address
    log_collector_version str
    Log collector version
    heartbeatStatus Number
    Agent heartbeat status. 0: Heartbeat normal 1: Heartbeat abnormal
    hostGroupId String
    Machine group ID to which the host belongs
    id String
    Uniquely identifies the resource.
    ip String
    Host IP address
    logCollectorVersion String
    Log collector version

    Package Details

    Repository
    volcenginecc volcengine/pulumi-volcenginecc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the volcenginecc Terraform Provider.
    volcenginecc logo
    Viewing docs for volcenginecc v0.0.50
    published on Monday, Jul 20, 2026 by Volcengine

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial