Volcengine v0.0.34 published on Wednesday, Jul 2, 2025 by Volcengine
volcengine.waf.SystemBots
Explore with Pulumi AI
Deprecated: volcengine.waf.SystemBots has been deprecated in favor of volcengine.waf.getSystemBots
Use this data source to query detailed information of waf system bots
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const foo = volcengine.waf.getSystemBots({
host: "www.tf-test.com",
});
import pulumi
import pulumi_volcengine as volcengine
foo = volcengine.waf.get_system_bots(host="www.tf-test.com")
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/waf"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := waf.GetSystemBots(ctx, &waf.GetSystemBotsArgs{
Host: "www.tf-test.com",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;
return await Deployment.RunAsync(() =>
{
var foo = Volcengine.Waf.GetSystemBots.Invoke(new()
{
Host = "www.tf-test.com",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.waf.WafFunctions;
import com.pulumi.volcengine.waf.inputs.GetSystemBotsArgs;
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 foo = WafFunctions.getSystemBots(GetSystemBotsArgs.builder()
.host("www.tf-test.com")
.build());
}
}
variables:
foo:
fn::invoke:
Function: volcengine:waf:getSystemBots
Arguments:
host: www.tf-test.com
Using SystemBots
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 systemBots(args: SystemBotsArgs, opts?: InvokeOptions): Promise<SystemBotsResult>
function systemBotsOutput(args: SystemBotsOutputArgs, opts?: InvokeOptions): Output<SystemBotsResult>
def system_bots(host: Optional[str] = None,
name_regex: Optional[str] = None,
output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> SystemBotsResult
def system_bots_output(host: Optional[pulumi.Input[str]] = None,
name_regex: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[SystemBotsResult]
func SystemBots(ctx *Context, args *SystemBotsArgs, opts ...InvokeOption) (*SystemBotsResult, error)
func SystemBotsOutput(ctx *Context, args *SystemBotsOutputArgs, opts ...InvokeOption) SystemBotsResultOutput
public static class SystemBots
{
public static Task<SystemBotsResult> InvokeAsync(SystemBotsArgs args, InvokeOptions? opts = null)
public static Output<SystemBotsResult> Invoke(SystemBotsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<SystemBotsResult> systemBots(SystemBotsArgs args, InvokeOptions options)
public static Output<SystemBotsResult> systemBots(SystemBotsArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:waf:SystemBots
arguments:
# arguments dictionary
The following arguments are supported:
- Host string
- Domain name information.
- Name
Regex string - A Name Regex of Resource.
- Output
File string - File name where to save data source results.
- Host string
- Domain name information.
- Name
Regex string - A Name Regex of Resource.
- Output
File string - File name where to save data source results.
- host String
- Domain name information.
- name
Regex String - A Name Regex of Resource.
- output
File String - File name where to save data source results.
- host string
- Domain name information.
- name
Regex string - A Name Regex of Resource.
- output
File string - File name where to save data source results.
- host str
- Domain name information.
- name_
regex str - A Name Regex of Resource.
- output_
file str - File name where to save data source results.
- host String
- Domain name information.
- name
Regex String - A Name Regex of Resource.
- output
File String - File name where to save data source results.
SystemBots Result
The following output properties are available:
- Datas
List<System
Bots Data> - Host the Bot configuration information.
- Host string
- Id string
- The provider-assigned unique ID for this managed resource.
- Total
Count int - The total count of query.
- Name
Regex string - Output
File string
- Datas
[]System
Bots Data - Host the Bot configuration information.
- Host string
- Id string
- The provider-assigned unique ID for this managed resource.
- Total
Count int - The total count of query.
- Name
Regex string - Output
File string
- datas
List<System
Bots Data> - Host the Bot configuration information.
- host String
- id String
- The provider-assigned unique ID for this managed resource.
- total
Count Integer - The total count of query.
- name
Regex String - output
File String
- datas
System
Bots Data[] - Host the Bot configuration information.
- host string
- id string
- The provider-assigned unique ID for this managed resource.
- total
Count number - The total count of query.
- name
Regex string - output
File string
- datas
Sequence[System
Bots Data] - Host the Bot configuration information.
- host str
- id str
- The provider-assigned unique ID for this managed resource.
- total_
count int - The total count of query.
- name_
regex str - output_
file str
- datas List<Property Map>
- Host the Bot configuration information.
- host String
- id String
- The provider-assigned unique ID for this managed resource.
- total
Count Number - The total count of query.
- name
Regex String - output
File String
Supporting Types
SystemBotsData
- Action string
- The execution action of the Bot.
- Bot
Type string - The name of Bot.
- Description string
- The description of Bot.
- Enable int
- Whether to enable Bot.
- Rule
Tag string - The rule ID corresponding to Bot.
- Action string
- The execution action of the Bot.
- Bot
Type string - The name of Bot.
- Description string
- The description of Bot.
- Enable int
- Whether to enable Bot.
- Rule
Tag string - The rule ID corresponding to Bot.
- action String
- The execution action of the Bot.
- bot
Type String - The name of Bot.
- description String
- The description of Bot.
- enable Integer
- Whether to enable Bot.
- rule
Tag String - The rule ID corresponding to Bot.
- action string
- The execution action of the Bot.
- bot
Type string - The name of Bot.
- description string
- The description of Bot.
- enable number
- Whether to enable Bot.
- rule
Tag string - The rule ID corresponding to Bot.
- action str
- The execution action of the Bot.
- bot_
type str - The name of Bot.
- description str
- The description of Bot.
- enable int
- Whether to enable Bot.
- rule_
tag str - The rule ID corresponding to Bot.
- action String
- The execution action of the Bot.
- bot
Type String - The name of Bot.
- description String
- The description of Bot.
- enable Number
- Whether to enable Bot.
- rule
Tag String - The rule ID corresponding to Bot.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengine
Terraform Provider.