Viewing docs for bytepluscc v0.0.42
published on Monday, Jul 20, 2026 by Byteplus
published on Monday, Jul 20, 2026 by Byteplus
Viewing docs for bytepluscc v0.0.42
published on Monday, Jul 20, 2026 by Byteplus
published on Monday, Jul 20, 2026 by Byteplus
Data Source schema for Byteplus::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: bytepluscc:tls/getHost:getHost
arguments:
# arguments dictionarydata "bytepluscc_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:
- Heartbeat
Status int - Agent heartbeat status. 0: Heartbeat normal 1: Heartbeat abnormal
- Host
Group stringId - Machine group ID to which the host belongs
- Id string
- Uniquely identifies the resource.
- Ip string
- Host IP address
- Log
Collector stringVersion - Log collector version
- Heartbeat
Status int - Agent heartbeat status. 0: Heartbeat normal 1: Heartbeat abnormal
- Host
Group stringId - Machine group ID to which the host belongs
- Id string
- Uniquely identifies the resource.
- Ip string
- Host IP address
- Log
Collector stringVersion - Log collector version
- heartbeat_
status number - Agent heartbeat status. 0: Heartbeat normal 1: Heartbeat abnormal
- host_
group_ stringid - Machine group ID to which the host belongs
- id string
- Uniquely identifies the resource.
- ip string
- Host IP address
- log_
collector_ stringversion - Log collector version
- heartbeat
Status Integer - Agent heartbeat status. 0: Heartbeat normal 1: Heartbeat abnormal
- host
Group StringId - Machine group ID to which the host belongs
- id String
- Uniquely identifies the resource.
- ip String
- Host IP address
- log
Collector StringVersion - Log collector version
- heartbeat
Status number - Agent heartbeat status. 0: Heartbeat normal 1: Heartbeat abnormal
- host
Group stringId - Machine group ID to which the host belongs
- id string
- Uniquely identifies the resource.
- ip string
- Host IP address
- log
Collector stringVersion - Log collector version
- heartbeat_
status int - Agent heartbeat status. 0: Heartbeat normal 1: Heartbeat abnormal
- host_
group_ strid - Machine group ID to which the host belongs
- id str
- Uniquely identifies the resource.
- ip str
- Host IP address
- log_
collector_ strversion - Log collector version
- heartbeat
Status Number - Agent heartbeat status. 0: Heartbeat normal 1: Heartbeat abnormal
- host
Group StringId - Machine group ID to which the host belongs
- id String
- Uniquely identifies the resource.
- ip String
- Host IP address
- log
Collector StringVersion - Log collector version
Package Details
- Repository
- bytepluscc byteplus-sdk/pulumi-bytepluscc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
byteplusccTerraform Provider.
Viewing docs for bytepluscc v0.0.42
published on Monday, Jul 20, 2026 by Byteplus
published on Monday, Jul 20, 2026 by Byteplus