Viewing docs for opentelekomcloud 1.36.61
published on Thursday, Mar 12, 2026 by opentelekomcloud
published on Thursday, Mar 12, 2026 by opentelekomcloud
Viewing docs for opentelekomcloud 1.36.61
published on Thursday, Mar 12, 2026 by opentelekomcloud
published on Thursday, Mar 12, 2026 by opentelekomcloud
Up-to-date reference of API arguments for EIP status you can get at documentation portal
Use this data source to get the list of HSS hosts within OpenTelekomCloud.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as opentelekomcloud from "@pulumi/opentelekomcloud";
const config = new pulumi.Config();
const hostId = config.requireObject<any>("hostId");
const test = opentelekomcloud.getHssHostsV5({
hostId: hostId,
});
import pulumi
import pulumi_opentelekomcloud as opentelekomcloud
config = pulumi.Config()
host_id = config.require_object("hostId")
test = opentelekomcloud.get_hss_hosts_v5(host_id=host_id)
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/opentelekomcloud/opentelekomcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi/config"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
cfg := config.New(ctx, "")
hostId := cfg.RequireObject("hostId")
_, err := opentelekomcloud.GetHssHostsV5(ctx, &opentelekomcloud.GetHssHostsV5Args{
HostId: pulumi.StringRef(hostId),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Opentelekomcloud = Pulumi.Opentelekomcloud;
return await Deployment.RunAsync(() =>
{
var config = new Config();
var hostId = config.RequireObject<dynamic>("hostId");
var test = Opentelekomcloud.GetHssHostsV5.Invoke(new()
{
HostId = hostId,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.opentelekomcloud.OpentelekomcloudFunctions;
import com.pulumi.opentelekomcloud.inputs.GetHssHostsV5Args;
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 config = ctx.config();
final var hostId = config.get("hostId");
final var test = OpentelekomcloudFunctions.getHssHostsV5(GetHssHostsV5Args.builder()
.hostId(hostId)
.build());
}
}
configuration:
hostId:
type: dynamic
variables:
test:
fn::invoke:
function: opentelekomcloud:getHssHostsV5
arguments:
hostId: ${hostId}
Using getHssHostsV5
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 getHssHostsV5(args: GetHssHostsV5Args, opts?: InvokeOptions): Promise<GetHssHostsV5Result>
function getHssHostsV5Output(args: GetHssHostsV5OutputArgs, opts?: InvokeOptions): Output<GetHssHostsV5Result>def get_hss_hosts_v5(agent_status: Optional[str] = None,
asset_value: Optional[str] = None,
detect_result: Optional[str] = None,
group_id: Optional[str] = None,
host_id: Optional[str] = None,
id: Optional[str] = None,
name: Optional[str] = None,
os_type: Optional[str] = None,
policy_group_id: Optional[str] = None,
protect_charging_mode: Optional[str] = None,
protect_status: Optional[str] = None,
protect_version: Optional[str] = None,
status: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetHssHostsV5Result
def get_hss_hosts_v5_output(agent_status: Optional[pulumi.Input[str]] = None,
asset_value: Optional[pulumi.Input[str]] = None,
detect_result: Optional[pulumi.Input[str]] = None,
group_id: Optional[pulumi.Input[str]] = None,
host_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
os_type: Optional[pulumi.Input[str]] = None,
policy_group_id: Optional[pulumi.Input[str]] = None,
protect_charging_mode: Optional[pulumi.Input[str]] = None,
protect_status: Optional[pulumi.Input[str]] = None,
protect_version: Optional[pulumi.Input[str]] = None,
status: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetHssHostsV5Result]func GetHssHostsV5(ctx *Context, args *GetHssHostsV5Args, opts ...InvokeOption) (*GetHssHostsV5Result, error)
func GetHssHostsV5Output(ctx *Context, args *GetHssHostsV5OutputArgs, opts ...InvokeOption) GetHssHostsV5ResultOutput> Note: This function is named GetHssHostsV5 in the Go SDK.
public static class GetHssHostsV5
{
public static Task<GetHssHostsV5Result> InvokeAsync(GetHssHostsV5Args args, InvokeOptions? opts = null)
public static Output<GetHssHostsV5Result> Invoke(GetHssHostsV5InvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetHssHostsV5Result> getHssHostsV5(GetHssHostsV5Args args, InvokeOptions options)
public static Output<GetHssHostsV5Result> getHssHostsV5(GetHssHostsV5Args args, InvokeOptions options)
fn::invoke:
function: opentelekomcloud:index/getHssHostsV5:getHssHostsV5
arguments:
# arguments dictionaryThe following arguments are supported:
- Agent
Status string - Specifies the agent status of the hosts to be queried. The valid values are as follows:
- Asset
Value string - Specifies the asset importance of the hosts to be queried. The valid values are as follows:
- Detect
Result string - Specifies the security detection result of the hosts to be queried. The valid values are as follows:
- Group
Id string - Specifies the host group ID of the hosts to be queried.
- Host
Id string - Specifies the ID of the host to be queried.
- Id string
- The ID of the host.
- Name string
- Specifies the name of the host to be queried. This field will undergo a fuzzy matching query, the query result is for all hosts whose names contain this value.
- Os
Type string - Specifies the operating system type of the hosts to be queried.
The valid values are as follows:
LinuxWindows
- Policy
Group stringId - Specifies the policy group ID of the hosts to be queried.
- Protect
Charging stringMode - Specifies the charging mode for the hosts protection quota to be queried. The valid values are as follows:
- Protect
Status string - Specifies the protection status of the hosts to be queried. The valid values are as follows:
- Protect
Version string - Specifies the protection version enabled by the hosts to be queried.
The valid values are as follows:
hss.version.nullhss.version.enterprisehss.version.premiumhss.version.container.enterprise
- Status string
- Specifies the status of the hosts to be queried.
The valid values are as follows:
ACTIVESHUTOFFBUILDINGERROR
- Agent
Status string - Specifies the agent status of the hosts to be queried. The valid values are as follows:
- Asset
Value string - Specifies the asset importance of the hosts to be queried. The valid values are as follows:
- Detect
Result string - Specifies the security detection result of the hosts to be queried. The valid values are as follows:
- Group
Id string - Specifies the host group ID of the hosts to be queried.
- Host
Id string - Specifies the ID of the host to be queried.
- Id string
- The ID of the host.
- Name string
- Specifies the name of the host to be queried. This field will undergo a fuzzy matching query, the query result is for all hosts whose names contain this value.
- Os
Type string - Specifies the operating system type of the hosts to be queried.
The valid values are as follows:
LinuxWindows
- Policy
Group stringId - Specifies the policy group ID of the hosts to be queried.
- Protect
Charging stringMode - Specifies the charging mode for the hosts protection quota to be queried. The valid values are as follows:
- Protect
Status string - Specifies the protection status of the hosts to be queried. The valid values are as follows:
- Protect
Version string - Specifies the protection version enabled by the hosts to be queried.
The valid values are as follows:
hss.version.nullhss.version.enterprisehss.version.premiumhss.version.container.enterprise
- Status string
- Specifies the status of the hosts to be queried.
The valid values are as follows:
ACTIVESHUTOFFBUILDINGERROR
- agent
Status String - Specifies the agent status of the hosts to be queried. The valid values are as follows:
- asset
Value String - Specifies the asset importance of the hosts to be queried. The valid values are as follows:
- detect
Result String - Specifies the security detection result of the hosts to be queried. The valid values are as follows:
- group
Id String - Specifies the host group ID of the hosts to be queried.
- host
Id String - Specifies the ID of the host to be queried.
- id String
- The ID of the host.
- name String
- Specifies the name of the host to be queried. This field will undergo a fuzzy matching query, the query result is for all hosts whose names contain this value.
- os
Type String - Specifies the operating system type of the hosts to be queried.
The valid values are as follows:
LinuxWindows
- policy
Group StringId - Specifies the policy group ID of the hosts to be queried.
- protect
Charging StringMode - Specifies the charging mode for the hosts protection quota to be queried. The valid values are as follows:
- protect
Status String - Specifies the protection status of the hosts to be queried. The valid values are as follows:
- protect
Version String - Specifies the protection version enabled by the hosts to be queried.
The valid values are as follows:
hss.version.nullhss.version.enterprisehss.version.premiumhss.version.container.enterprise
- status String
- Specifies the status of the hosts to be queried.
The valid values are as follows:
ACTIVESHUTOFFBUILDINGERROR
- agent
Status string - Specifies the agent status of the hosts to be queried. The valid values are as follows:
- asset
Value string - Specifies the asset importance of the hosts to be queried. The valid values are as follows:
- detect
Result string - Specifies the security detection result of the hosts to be queried. The valid values are as follows:
- group
Id string - Specifies the host group ID of the hosts to be queried.
- host
Id string - Specifies the ID of the host to be queried.
- id string
- The ID of the host.
- name string
- Specifies the name of the host to be queried. This field will undergo a fuzzy matching query, the query result is for all hosts whose names contain this value.
- os
Type string - Specifies the operating system type of the hosts to be queried.
The valid values are as follows:
LinuxWindows
- policy
Group stringId - Specifies the policy group ID of the hosts to be queried.
- protect
Charging stringMode - Specifies the charging mode for the hosts protection quota to be queried. The valid values are as follows:
- protect
Status string - Specifies the protection status of the hosts to be queried. The valid values are as follows:
- protect
Version string - Specifies the protection version enabled by the hosts to be queried.
The valid values are as follows:
hss.version.nullhss.version.enterprisehss.version.premiumhss.version.container.enterprise
- status string
- Specifies the status of the hosts to be queried.
The valid values are as follows:
ACTIVESHUTOFFBUILDINGERROR
- agent_
status str - Specifies the agent status of the hosts to be queried. The valid values are as follows:
- asset_
value str - Specifies the asset importance of the hosts to be queried. The valid values are as follows:
- detect_
result str - Specifies the security detection result of the hosts to be queried. The valid values are as follows:
- group_
id str - Specifies the host group ID of the hosts to be queried.
- host_
id str - Specifies the ID of the host to be queried.
- id str
- The ID of the host.
- name str
- Specifies the name of the host to be queried. This field will undergo a fuzzy matching query, the query result is for all hosts whose names contain this value.
- os_
type str - Specifies the operating system type of the hosts to be queried.
The valid values are as follows:
LinuxWindows
- policy_
group_ strid - Specifies the policy group ID of the hosts to be queried.
- protect_
charging_ strmode - Specifies the charging mode for the hosts protection quota to be queried. The valid values are as follows:
- protect_
status str - Specifies the protection status of the hosts to be queried. The valid values are as follows:
- protect_
version str - Specifies the protection version enabled by the hosts to be queried.
The valid values are as follows:
hss.version.nullhss.version.enterprisehss.version.premiumhss.version.container.enterprise
- status str
- Specifies the status of the hosts to be queried.
The valid values are as follows:
ACTIVESHUTOFFBUILDINGERROR
- agent
Status String - Specifies the agent status of the hosts to be queried. The valid values are as follows:
- asset
Value String - Specifies the asset importance of the hosts to be queried. The valid values are as follows:
- detect
Result String - Specifies the security detection result of the hosts to be queried. The valid values are as follows:
- group
Id String - Specifies the host group ID of the hosts to be queried.
- host
Id String - Specifies the ID of the host to be queried.
- id String
- The ID of the host.
- name String
- Specifies the name of the host to be queried. This field will undergo a fuzzy matching query, the query result is for all hosts whose names contain this value.
- os
Type String - Specifies the operating system type of the hosts to be queried.
The valid values are as follows:
LinuxWindows
- policy
Group StringId - Specifies the policy group ID of the hosts to be queried.
- protect
Charging StringMode - Specifies the charging mode for the hosts protection quota to be queried. The valid values are as follows:
- protect
Status String - Specifies the protection status of the hosts to be queried. The valid values are as follows:
- protect
Version String - Specifies the protection version enabled by the hosts to be queried.
The valid values are as follows:
hss.version.nullhss.version.enterprisehss.version.premiumhss.version.container.enterprise
- status String
- Specifies the status of the hosts to be queried.
The valid values are as follows:
ACTIVESHUTOFFBUILDINGERROR
getHssHostsV5 Result
The following output properties are available:
- Hosts
List<Get
Hss Hosts V5Host> - All hosts that match the filter parameters. The hosts structure is documented below.
- Id string
- The ID of the host.
- Region string
- The region in which to query the HSS hosts.
- Agent
Status string - The agent status of the host.
- Asset
Value string - The asset importance of the host.
- Detect
Result string - The security detection result of the host.
- Group
Id string - The host group ID to which the host belongs.
- Host
Id string - Name string
- The name of the host.
- Os
Type string - The operating system type of the host.
- Policy
Group stringId - The policy group ID to which the host belongs.
- Protect
Charging stringMode - The charging mode for the host protection quota.
- Protect
Status string - The protection status of the host.
- Protect
Version string - The protection version enabled by the host.
- Status string
- The status of the host.
- Hosts
[]Get
Hss Hosts V5Host - All hosts that match the filter parameters. The hosts structure is documented below.
- Id string
- The ID of the host.
- Region string
- The region in which to query the HSS hosts.
- Agent
Status string - The agent status of the host.
- Asset
Value string - The asset importance of the host.
- Detect
Result string - The security detection result of the host.
- Group
Id string - The host group ID to which the host belongs.
- Host
Id string - Name string
- The name of the host.
- Os
Type string - The operating system type of the host.
- Policy
Group stringId - The policy group ID to which the host belongs.
- Protect
Charging stringMode - The charging mode for the host protection quota.
- Protect
Status string - The protection status of the host.
- Protect
Version string - The protection version enabled by the host.
- Status string
- The status of the host.
- hosts
List<Get
Hss Hosts V5Host> - All hosts that match the filter parameters. The hosts structure is documented below.
- id String
- The ID of the host.
- region String
- The region in which to query the HSS hosts.
- agent
Status String - The agent status of the host.
- asset
Value String - The asset importance of the host.
- detect
Result String - The security detection result of the host.
- group
Id String - The host group ID to which the host belongs.
- host
Id String - name String
- The name of the host.
- os
Type String - The operating system type of the host.
- policy
Group StringId - The policy group ID to which the host belongs.
- protect
Charging StringMode - The charging mode for the host protection quota.
- protect
Status String - The protection status of the host.
- protect
Version String - The protection version enabled by the host.
- status String
- The status of the host.
- hosts
Get
Hss Hosts V5Host[] - All hosts that match the filter parameters. The hosts structure is documented below.
- id string
- The ID of the host.
- region string
- The region in which to query the HSS hosts.
- agent
Status string - The agent status of the host.
- asset
Value string - The asset importance of the host.
- detect
Result string - The security detection result of the host.
- group
Id string - The host group ID to which the host belongs.
- host
Id string - name string
- The name of the host.
- os
Type string - The operating system type of the host.
- policy
Group stringId - The policy group ID to which the host belongs.
- protect
Charging stringMode - The charging mode for the host protection quota.
- protect
Status string - The protection status of the host.
- protect
Version string - The protection version enabled by the host.
- status string
- The status of the host.
- hosts
Sequence[Get
Hss Hosts V5Host] - All hosts that match the filter parameters. The hosts structure is documented below.
- id str
- The ID of the host.
- region str
- The region in which to query the HSS hosts.
- agent_
status str - The agent status of the host.
- asset_
value str - The asset importance of the host.
- detect_
result str - The security detection result of the host.
- group_
id str - The host group ID to which the host belongs.
- host_
id str - name str
- The name of the host.
- os_
type str - The operating system type of the host.
- policy_
group_ strid - The policy group ID to which the host belongs.
- protect_
charging_ strmode - The charging mode for the host protection quota.
- protect_
status str - The protection status of the host.
- protect_
version str - The protection version enabled by the host.
- status str
- The status of the host.
- hosts List<Property Map>
- All hosts that match the filter parameters. The hosts structure is documented below.
- id String
- The ID of the host.
- region String
- The region in which to query the HSS hosts.
- agent
Status String - The agent status of the host.
- asset
Value String - The asset importance of the host.
- detect
Result String - The security detection result of the host.
- group
Id String - The host group ID to which the host belongs.
- host
Id String - name String
- The name of the host.
- os
Type String - The operating system type of the host.
- policy
Group StringId - The policy group ID to which the host belongs.
- protect
Charging StringMode - The charging mode for the host protection quota.
- protect
Status String - The protection status of the host.
- protect
Version String - The protection version enabled by the host.
- status String
- The status of the host.
Supporting Types
GetHssHostsV5Host
- Agent
Id string - The agent ID installed on the host.
- Agent
Status string - Specifies the agent status of the hosts to be queried. The valid values are as follows:
- Asset
Risk doubleNum - The number of asset risks in the host
- Asset
Value string - Specifies the asset importance of the hosts to be queried. The valid values are as follows:
- Baseline
Risk doubleNum - The number of baseline risks in the host.
- Detect
Result string - Specifies the security detection result of the hosts to be queried. The valid values are as follows:
- Group
Id string - Specifies the host group ID of the hosts to be queried.
- Id string
- The ID of the host.
- Intrusion
Risk doubleNum - The number of intrusion risks in the host.
- Name string
- Specifies the name of the host to be queried. This field will undergo a fuzzy matching query, the query result is for all hosts whose names contain this value.
- Os
Type string - Specifies the operating system type of the hosts to be queried.
The valid values are as follows:
LinuxWindows
- Policy
Group stringId - Specifies the policy group ID of the hosts to be queried.
- Private
Ip string - The private IP address of the host.
- Protect
Charging stringMode - Specifies the charging mode for the hosts protection quota to be queried. The valid values are as follows:
- Protect
Status string - Specifies the protection status of the hosts to be queried. The valid values are as follows:
- Protect
Version string - Specifies the protection version enabled by the hosts to be queried.
The valid values are as follows:
hss.version.nullhss.version.enterprisehss.version.premiumhss.version.container.enterprise
- Public
Ip string - The elastic public IP address of the host.
- Resource
Id string - The Cloud service resource instance ID.
- Status string
- Specifies the status of the hosts to be queried.
The valid values are as follows:
ACTIVESHUTOFFBUILDINGERROR
- Vulnerability
Risk doubleNum - The number of vulnerability risks in the host.
- Agent
Id string - The agent ID installed on the host.
- Agent
Status string - Specifies the agent status of the hosts to be queried. The valid values are as follows:
- Asset
Risk float64Num - The number of asset risks in the host
- Asset
Value string - Specifies the asset importance of the hosts to be queried. The valid values are as follows:
- Baseline
Risk float64Num - The number of baseline risks in the host.
- Detect
Result string - Specifies the security detection result of the hosts to be queried. The valid values are as follows:
- Group
Id string - Specifies the host group ID of the hosts to be queried.
- Id string
- The ID of the host.
- Intrusion
Risk float64Num - The number of intrusion risks in the host.
- Name string
- Specifies the name of the host to be queried. This field will undergo a fuzzy matching query, the query result is for all hosts whose names contain this value.
- Os
Type string - Specifies the operating system type of the hosts to be queried.
The valid values are as follows:
LinuxWindows
- Policy
Group stringId - Specifies the policy group ID of the hosts to be queried.
- Private
Ip string - The private IP address of the host.
- Protect
Charging stringMode - Specifies the charging mode for the hosts protection quota to be queried. The valid values are as follows:
- Protect
Status string - Specifies the protection status of the hosts to be queried. The valid values are as follows:
- Protect
Version string - Specifies the protection version enabled by the hosts to be queried.
The valid values are as follows:
hss.version.nullhss.version.enterprisehss.version.premiumhss.version.container.enterprise
- Public
Ip string - The elastic public IP address of the host.
- Resource
Id string - The Cloud service resource instance ID.
- Status string
- Specifies the status of the hosts to be queried.
The valid values are as follows:
ACTIVESHUTOFFBUILDINGERROR
- Vulnerability
Risk float64Num - The number of vulnerability risks in the host.
- agent
Id String - The agent ID installed on the host.
- agent
Status String - Specifies the agent status of the hosts to be queried. The valid values are as follows:
- asset
Risk DoubleNum - The number of asset risks in the host
- asset
Value String - Specifies the asset importance of the hosts to be queried. The valid values are as follows:
- baseline
Risk DoubleNum - The number of baseline risks in the host.
- detect
Result String - Specifies the security detection result of the hosts to be queried. The valid values are as follows:
- group
Id String - Specifies the host group ID of the hosts to be queried.
- id String
- The ID of the host.
- intrusion
Risk DoubleNum - The number of intrusion risks in the host.
- name String
- Specifies the name of the host to be queried. This field will undergo a fuzzy matching query, the query result is for all hosts whose names contain this value.
- os
Type String - Specifies the operating system type of the hosts to be queried.
The valid values are as follows:
LinuxWindows
- policy
Group StringId - Specifies the policy group ID of the hosts to be queried.
- private
Ip String - The private IP address of the host.
- protect
Charging StringMode - Specifies the charging mode for the hosts protection quota to be queried. The valid values are as follows:
- protect
Status String - Specifies the protection status of the hosts to be queried. The valid values are as follows:
- protect
Version String - Specifies the protection version enabled by the hosts to be queried.
The valid values are as follows:
hss.version.nullhss.version.enterprisehss.version.premiumhss.version.container.enterprise
- public
Ip String - The elastic public IP address of the host.
- resource
Id String - The Cloud service resource instance ID.
- status String
- Specifies the status of the hosts to be queried.
The valid values are as follows:
ACTIVESHUTOFFBUILDINGERROR
- vulnerability
Risk DoubleNum - The number of vulnerability risks in the host.
- agent
Id string - The agent ID installed on the host.
- agent
Status string - Specifies the agent status of the hosts to be queried. The valid values are as follows:
- asset
Risk numberNum - The number of asset risks in the host
- asset
Value string - Specifies the asset importance of the hosts to be queried. The valid values are as follows:
- baseline
Risk numberNum - The number of baseline risks in the host.
- detect
Result string - Specifies the security detection result of the hosts to be queried. The valid values are as follows:
- group
Id string - Specifies the host group ID of the hosts to be queried.
- id string
- The ID of the host.
- intrusion
Risk numberNum - The number of intrusion risks in the host.
- name string
- Specifies the name of the host to be queried. This field will undergo a fuzzy matching query, the query result is for all hosts whose names contain this value.
- os
Type string - Specifies the operating system type of the hosts to be queried.
The valid values are as follows:
LinuxWindows
- policy
Group stringId - Specifies the policy group ID of the hosts to be queried.
- private
Ip string - The private IP address of the host.
- protect
Charging stringMode - Specifies the charging mode for the hosts protection quota to be queried. The valid values are as follows:
- protect
Status string - Specifies the protection status of the hosts to be queried. The valid values are as follows:
- protect
Version string - Specifies the protection version enabled by the hosts to be queried.
The valid values are as follows:
hss.version.nullhss.version.enterprisehss.version.premiumhss.version.container.enterprise
- public
Ip string - The elastic public IP address of the host.
- resource
Id string - The Cloud service resource instance ID.
- status string
- Specifies the status of the hosts to be queried.
The valid values are as follows:
ACTIVESHUTOFFBUILDINGERROR
- vulnerability
Risk numberNum - The number of vulnerability risks in the host.
- agent_
id str - The agent ID installed on the host.
- agent_
status str - Specifies the agent status of the hosts to be queried. The valid values are as follows:
- asset_
risk_ floatnum - The number of asset risks in the host
- asset_
value str - Specifies the asset importance of the hosts to be queried. The valid values are as follows:
- baseline_
risk_ floatnum - The number of baseline risks in the host.
- detect_
result str - Specifies the security detection result of the hosts to be queried. The valid values are as follows:
- group_
id str - Specifies the host group ID of the hosts to be queried.
- id str
- The ID of the host.
- intrusion_
risk_ floatnum - The number of intrusion risks in the host.
- name str
- Specifies the name of the host to be queried. This field will undergo a fuzzy matching query, the query result is for all hosts whose names contain this value.
- os_
type str - Specifies the operating system type of the hosts to be queried.
The valid values are as follows:
LinuxWindows
- policy_
group_ strid - Specifies the policy group ID of the hosts to be queried.
- private_
ip str - The private IP address of the host.
- protect_
charging_ strmode - Specifies the charging mode for the hosts protection quota to be queried. The valid values are as follows:
- protect_
status str - Specifies the protection status of the hosts to be queried. The valid values are as follows:
- protect_
version str - Specifies the protection version enabled by the hosts to be queried.
The valid values are as follows:
hss.version.nullhss.version.enterprisehss.version.premiumhss.version.container.enterprise
- public_
ip str - The elastic public IP address of the host.
- resource_
id str - The Cloud service resource instance ID.
- status str
- Specifies the status of the hosts to be queried.
The valid values are as follows:
ACTIVESHUTOFFBUILDINGERROR
- vulnerability_
risk_ floatnum - The number of vulnerability risks in the host.
- agent
Id String - The agent ID installed on the host.
- agent
Status String - Specifies the agent status of the hosts to be queried. The valid values are as follows:
- asset
Risk NumberNum - The number of asset risks in the host
- asset
Value String - Specifies the asset importance of the hosts to be queried. The valid values are as follows:
- baseline
Risk NumberNum - The number of baseline risks in the host.
- detect
Result String - Specifies the security detection result of the hosts to be queried. The valid values are as follows:
- group
Id String - Specifies the host group ID of the hosts to be queried.
- id String
- The ID of the host.
- intrusion
Risk NumberNum - The number of intrusion risks in the host.
- name String
- Specifies the name of the host to be queried. This field will undergo a fuzzy matching query, the query result is for all hosts whose names contain this value.
- os
Type String - Specifies the operating system type of the hosts to be queried.
The valid values are as follows:
LinuxWindows
- policy
Group StringId - Specifies the policy group ID of the hosts to be queried.
- private
Ip String - The private IP address of the host.
- protect
Charging StringMode - Specifies the charging mode for the hosts protection quota to be queried. The valid values are as follows:
- protect
Status String - Specifies the protection status of the hosts to be queried. The valid values are as follows:
- protect
Version String - Specifies the protection version enabled by the hosts to be queried.
The valid values are as follows:
hss.version.nullhss.version.enterprisehss.version.premiumhss.version.container.enterprise
- public
Ip String - The elastic public IP address of the host.
- resource
Id String - The Cloud service resource instance ID.
- status String
- Specifies the status of the hosts to be queried.
The valid values are as follows:
ACTIVESHUTOFFBUILDINGERROR
- vulnerability
Risk NumberNum - The number of vulnerability risks in the host.
Package Details
- Repository
- opentelekomcloud opentelekomcloud/terraform-provider-opentelekomcloud
- License
- Notes
- This Pulumi package is based on the
opentelekomcloudTerraform Provider.
Viewing docs for opentelekomcloud 1.36.61
published on Thursday, Mar 12, 2026 by opentelekomcloud
published on Thursday, Mar 12, 2026 by opentelekomcloud
