tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
tencentcloud.getAntiddosOverviewIndex
Start a Neo task
Explain and create a tencentcloud.getAntiddosOverviewIndex resource
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
Use this data source to query detailed information of antiddos overview index
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const overviewIndex = tencentcloud.getAntiddosOverviewIndex({
startTime: "2023-11-20 12:32:12",
endTime: "2023-11-21 12:32:12",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
overview_index = tencentcloud.get_antiddos_overview_index(start_time="2023-11-20 12:32:12",
end_time="2023-11-21 12:32:12")
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.GetAntiddosOverviewIndex(ctx, &tencentcloud.GetAntiddosOverviewIndexArgs{
StartTime: "2023-11-20 12:32:12",
EndTime: "2023-11-21 12:32:12",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var overviewIndex = Tencentcloud.GetAntiddosOverviewIndex.Invoke(new()
{
StartTime = "2023-11-20 12:32:12",
EndTime = "2023-11-21 12:32:12",
});
});
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.GetAntiddosOverviewIndexArgs;
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 overviewIndex = TencentcloudFunctions.getAntiddosOverviewIndex(GetAntiddosOverviewIndexArgs.builder()
.startTime("2023-11-20 12:32:12")
.endTime("2023-11-21 12:32:12")
.build());
}
}
variables:
overviewIndex:
fn::invoke:
function: tencentcloud:getAntiddosOverviewIndex
arguments:
startTime: 2023-11-20 12:32:12
endTime: 2023-11-21 12:32:12
Using getAntiddosOverviewIndex
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 getAntiddosOverviewIndex(args: GetAntiddosOverviewIndexArgs, opts?: InvokeOptions): Promise<GetAntiddosOverviewIndexResult>
function getAntiddosOverviewIndexOutput(args: GetAntiddosOverviewIndexOutputArgs, opts?: InvokeOptions): Output<GetAntiddosOverviewIndexResult>def get_antiddos_overview_index(end_time: Optional[str] = None,
id: Optional[str] = None,
result_output_file: Optional[str] = None,
start_time: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAntiddosOverviewIndexResult
def get_antiddos_overview_index_output(end_time: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
start_time: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAntiddosOverviewIndexResult]func GetAntiddosOverviewIndex(ctx *Context, args *GetAntiddosOverviewIndexArgs, opts ...InvokeOption) (*GetAntiddosOverviewIndexResult, error)
func GetAntiddosOverviewIndexOutput(ctx *Context, args *GetAntiddosOverviewIndexOutputArgs, opts ...InvokeOption) GetAntiddosOverviewIndexResultOutput> Note: This function is named GetAntiddosOverviewIndex in the Go SDK.
public static class GetAntiddosOverviewIndex
{
public static Task<GetAntiddosOverviewIndexResult> InvokeAsync(GetAntiddosOverviewIndexArgs args, InvokeOptions? opts = null)
public static Output<GetAntiddosOverviewIndexResult> Invoke(GetAntiddosOverviewIndexInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAntiddosOverviewIndexResult> getAntiddosOverviewIndex(GetAntiddosOverviewIndexArgs args, InvokeOptions options)
public static Output<GetAntiddosOverviewIndexResult> getAntiddosOverviewIndex(GetAntiddosOverviewIndexArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getAntiddosOverviewIndex:getAntiddosOverviewIndex
arguments:
# arguments dictionaryThe following arguments are supported:
- End
Time string - EndTime.
- Start
Time string - StartTime.
- Id string
- Result
Output stringFile - Used to save results.
- End
Time string - EndTime.
- Start
Time string - StartTime.
- Id string
- Result
Output stringFile - Used to save results.
- end
Time String - EndTime.
- start
Time String - StartTime.
- id String
- result
Output StringFile - Used to save results.
- end
Time string - EndTime.
- start
Time string - StartTime.
- id string
- result
Output stringFile - Used to save results.
- end_
time str - EndTime.
- start_
time str - StartTime.
- id str
- result_
output_ strfile - Used to save results.
- end
Time String - EndTime.
- start
Time String - StartTime.
- id String
- result
Output StringFile - Used to save results.
getAntiddosOverviewIndex Result
The following output properties are available:
- All
Ip doubleCount - ip count.
- Antiddos
Domain doubleCount - AntiddosDomainCount.
- Antiddos
Ip doubleCount - Total number of advanced defense IPs (including advanced defense packets and advanced defense IPs).
- Attack
Domain doubleCount - AttackDomainCount.
- Attack
Ip doubleCount - AttackIpCount.
- Block
Ip doubleCount - BlockIpCount.
- End
Time string - Id string
- Max
Attack doubleFlow - MaxAttackFlow.
- New
Attack stringIp - The IP address in the most recent attack.
- New
Attack stringTime - The time in the most recent attack.
- New
Attack stringType - The type in the most recent attack.
- Start
Time string - Result
Output stringFile
- All
Ip float64Count - ip count.
- Antiddos
Domain float64Count - AntiddosDomainCount.
- Antiddos
Ip float64Count - Total number of advanced defense IPs (including advanced defense packets and advanced defense IPs).
- Attack
Domain float64Count - AttackDomainCount.
- Attack
Ip float64Count - AttackIpCount.
- Block
Ip float64Count - BlockIpCount.
- End
Time string - Id string
- Max
Attack float64Flow - MaxAttackFlow.
- New
Attack stringIp - The IP address in the most recent attack.
- New
Attack stringTime - The time in the most recent attack.
- New
Attack stringType - The type in the most recent attack.
- Start
Time string - Result
Output stringFile
- all
Ip DoubleCount - ip count.
- antiddos
Domain DoubleCount - AntiddosDomainCount.
- antiddos
Ip DoubleCount - Total number of advanced defense IPs (including advanced defense packets and advanced defense IPs).
- attack
Domain DoubleCount - AttackDomainCount.
- attack
Ip DoubleCount - AttackIpCount.
- block
Ip DoubleCount - BlockIpCount.
- end
Time String - id String
- max
Attack DoubleFlow - MaxAttackFlow.
- new
Attack StringIp - The IP address in the most recent attack.
- new
Attack StringTime - The time in the most recent attack.
- new
Attack StringType - The type in the most recent attack.
- start
Time String - result
Output StringFile
- all
Ip numberCount - ip count.
- antiddos
Domain numberCount - AntiddosDomainCount.
- antiddos
Ip numberCount - Total number of advanced defense IPs (including advanced defense packets and advanced defense IPs).
- attack
Domain numberCount - AttackDomainCount.
- attack
Ip numberCount - AttackIpCount.
- block
Ip numberCount - BlockIpCount.
- end
Time string - id string
- max
Attack numberFlow - MaxAttackFlow.
- new
Attack stringIp - The IP address in the most recent attack.
- new
Attack stringTime - The time in the most recent attack.
- new
Attack stringType - The type in the most recent attack.
- start
Time string - result
Output stringFile
- all_
ip_ floatcount - ip count.
- antiddos_
domain_ floatcount - AntiddosDomainCount.
- antiddos_
ip_ floatcount - Total number of advanced defense IPs (including advanced defense packets and advanced defense IPs).
- attack_
domain_ floatcount - AttackDomainCount.
- attack_
ip_ floatcount - AttackIpCount.
- block_
ip_ floatcount - BlockIpCount.
- end_
time str - id str
- max_
attack_ floatflow - MaxAttackFlow.
- new_
attack_ strip - The IP address in the most recent attack.
- new_
attack_ strtime - The time in the most recent attack.
- new_
attack_ strtype - The type in the most recent attack.
- start_
time str - result_
output_ strfile
- all
Ip NumberCount - ip count.
- antiddos
Domain NumberCount - AntiddosDomainCount.
- antiddos
Ip NumberCount - Total number of advanced defense IPs (including advanced defense packets and advanced defense IPs).
- attack
Domain NumberCount - AttackDomainCount.
- attack
Ip NumberCount - AttackIpCount.
- block
Ip NumberCount - BlockIpCount.
- end
Time String - id String
- max
Attack NumberFlow - MaxAttackFlow.
- new
Attack StringIp - The IP address in the most recent attack.
- new
Attack StringTime - The time in the most recent attack.
- new
Attack StringType - The type in the most recent attack.
- start
Time String - result
Output StringFile
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
