tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getWedataOpsAlarmRules
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Use this data source to query detailed information of wedata ops alarm rules
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const wedataOpsAlarmRules = tencentcloud.getWedataOpsAlarmRules({
projectId: "1859317240494305280",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
wedata_ops_alarm_rules = tencentcloud.get_wedata_ops_alarm_rules(project_id="1859317240494305280")
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.GetWedataOpsAlarmRules(ctx, &tencentcloud.GetWedataOpsAlarmRulesArgs{
ProjectId: "1859317240494305280",
}, 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 wedataOpsAlarmRules = Tencentcloud.GetWedataOpsAlarmRules.Invoke(new()
{
ProjectId = "1859317240494305280",
});
});
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.GetWedataOpsAlarmRulesArgs;
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 wedataOpsAlarmRules = TencentcloudFunctions.getWedataOpsAlarmRules(GetWedataOpsAlarmRulesArgs.builder()
.projectId("1859317240494305280")
.build());
}
}
variables:
wedataOpsAlarmRules:
fn::invoke:
function: tencentcloud:getWedataOpsAlarmRules
arguments:
projectId: '1859317240494305280'
Using getWedataOpsAlarmRules
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 getWedataOpsAlarmRules(args: GetWedataOpsAlarmRulesArgs, opts?: InvokeOptions): Promise<GetWedataOpsAlarmRulesResult>
function getWedataOpsAlarmRulesOutput(args: GetWedataOpsAlarmRulesOutputArgs, opts?: InvokeOptions): Output<GetWedataOpsAlarmRulesResult>def get_wedata_ops_alarm_rules(alarm_level: Optional[float] = None,
alarm_recipient_id: Optional[str] = None,
alarm_type: Optional[str] = None,
create_time_from: Optional[str] = None,
create_time_to: Optional[str] = None,
create_user_uin: Optional[str] = None,
id: Optional[str] = None,
keyword: Optional[str] = None,
monitor_object_type: Optional[float] = None,
project_id: Optional[str] = None,
result_output_file: Optional[str] = None,
task_id: Optional[str] = None,
update_time_from: Optional[str] = None,
update_time_to: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWedataOpsAlarmRulesResult
def get_wedata_ops_alarm_rules_output(alarm_level: Optional[pulumi.Input[float]] = None,
alarm_recipient_id: Optional[pulumi.Input[str]] = None,
alarm_type: Optional[pulumi.Input[str]] = None,
create_time_from: Optional[pulumi.Input[str]] = None,
create_time_to: Optional[pulumi.Input[str]] = None,
create_user_uin: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
keyword: Optional[pulumi.Input[str]] = None,
monitor_object_type: Optional[pulumi.Input[float]] = None,
project_id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
task_id: Optional[pulumi.Input[str]] = None,
update_time_from: Optional[pulumi.Input[str]] = None,
update_time_to: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWedataOpsAlarmRulesResult]func GetWedataOpsAlarmRules(ctx *Context, args *GetWedataOpsAlarmRulesArgs, opts ...InvokeOption) (*GetWedataOpsAlarmRulesResult, error)
func GetWedataOpsAlarmRulesOutput(ctx *Context, args *GetWedataOpsAlarmRulesOutputArgs, opts ...InvokeOption) GetWedataOpsAlarmRulesResultOutput> Note: This function is named GetWedataOpsAlarmRules in the Go SDK.
public static class GetWedataOpsAlarmRules
{
public static Task<GetWedataOpsAlarmRulesResult> InvokeAsync(GetWedataOpsAlarmRulesArgs args, InvokeOptions? opts = null)
public static Output<GetWedataOpsAlarmRulesResult> Invoke(GetWedataOpsAlarmRulesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWedataOpsAlarmRulesResult> getWedataOpsAlarmRules(GetWedataOpsAlarmRulesArgs args, InvokeOptions options)
public static Output<GetWedataOpsAlarmRulesResult> getWedataOpsAlarmRules(GetWedataOpsAlarmRulesArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getWedataOpsAlarmRules:getWedataOpsAlarmRules
arguments:
# arguments dictionaryThe following arguments are supported:
- Project
Id string - Project id.
- Alarm
Level double - Alarm level: 1. Normal, 2. Major, 3. Urgent.
- Alarm
Recipient stringId - Query the alarm rules configured for the corresponding alarm recipient.
- Alarm
Type string - Alarm Rule Monitoring Types: failure: failure alarm; overtime: timeout alarm; success: success alarm; backTrackingOrRerunSuccess: backTrackingOrRerunSuccess: backTrackingOrRerunFailure: backTrackingOrRerunFailure. Project Fluctuation Alarms: projectFailureInstanceUpwardFluctuationAlarm: alarm if the upward fluctuation rate of failed instances exceeds the threshold. projectSuccessInstanceDownwardFluctuationAlarm: alarm if the downward fluctuation rate of successful instances exceeds the threshold. Offline Integration Task Reconciliation Alarms: reconciliationFailure: offline reconciliation task failure alarm; reconciliationOvertime: offline reconciliation task timeout alarm; reconciliationMismatch: alarm if the number of inconsistent entries in a data reconciliation task exceeds the threshold. Example value: ["failure"].
- Create
Time stringFrom - The start time of the alarm rule creation time range, in the format of 2025-08-17 00:00:00.
- Create
Time stringTo - The end time of the alarm rule creation time range, in the format of "2025-08-26 23:59:59".
- Create
User stringUin - Alarm rule creator filtering.
- Id string
- Keyword string
- Query the corresponding alarm rule based on the alarm rule ID/rule name.
- Monitor
Object doubleType - Monitoring object type, Task dimension monitoring: can be configured according to task/workflow/project: 1.Task, 2.Workflow, 3.Project (default is 1.Task) Project dimension monitoring: Project overall task fluctuation alarm, 7: Project fluctuation monitoring alarm.
- Result
Output stringFile - Used to save results.
- Task
Id string - Query alarm rules based on task ID.
- Update
Time stringFrom - Last updated time filter alarm rules, format such as "2025-08-26 00:00:00".
- Update
Time stringTo - Last updated time filter alarm rule format such as: "2025-08-26 23:59:59".
- Project
Id string - Project id.
- Alarm
Level float64 - Alarm level: 1. Normal, 2. Major, 3. Urgent.
- Alarm
Recipient stringId - Query the alarm rules configured for the corresponding alarm recipient.
- Alarm
Type string - Alarm Rule Monitoring Types: failure: failure alarm; overtime: timeout alarm; success: success alarm; backTrackingOrRerunSuccess: backTrackingOrRerunSuccess: backTrackingOrRerunFailure: backTrackingOrRerunFailure. Project Fluctuation Alarms: projectFailureInstanceUpwardFluctuationAlarm: alarm if the upward fluctuation rate of failed instances exceeds the threshold. projectSuccessInstanceDownwardFluctuationAlarm: alarm if the downward fluctuation rate of successful instances exceeds the threshold. Offline Integration Task Reconciliation Alarms: reconciliationFailure: offline reconciliation task failure alarm; reconciliationOvertime: offline reconciliation task timeout alarm; reconciliationMismatch: alarm if the number of inconsistent entries in a data reconciliation task exceeds the threshold. Example value: ["failure"].
- Create
Time stringFrom - The start time of the alarm rule creation time range, in the format of 2025-08-17 00:00:00.
- Create
Time stringTo - The end time of the alarm rule creation time range, in the format of "2025-08-26 23:59:59".
- Create
User stringUin - Alarm rule creator filtering.
- Id string
- Keyword string
- Query the corresponding alarm rule based on the alarm rule ID/rule name.
- Monitor
Object float64Type - Monitoring object type, Task dimension monitoring: can be configured according to task/workflow/project: 1.Task, 2.Workflow, 3.Project (default is 1.Task) Project dimension monitoring: Project overall task fluctuation alarm, 7: Project fluctuation monitoring alarm.
- Result
Output stringFile - Used to save results.
- Task
Id string - Query alarm rules based on task ID.
- Update
Time stringFrom - Last updated time filter alarm rules, format such as "2025-08-26 00:00:00".
- Update
Time stringTo - Last updated time filter alarm rule format such as: "2025-08-26 23:59:59".
- project
Id String - Project id.
- alarm
Level Double - Alarm level: 1. Normal, 2. Major, 3. Urgent.
- alarm
Recipient StringId - Query the alarm rules configured for the corresponding alarm recipient.
- alarm
Type String - Alarm Rule Monitoring Types: failure: failure alarm; overtime: timeout alarm; success: success alarm; backTrackingOrRerunSuccess: backTrackingOrRerunSuccess: backTrackingOrRerunFailure: backTrackingOrRerunFailure. Project Fluctuation Alarms: projectFailureInstanceUpwardFluctuationAlarm: alarm if the upward fluctuation rate of failed instances exceeds the threshold. projectSuccessInstanceDownwardFluctuationAlarm: alarm if the downward fluctuation rate of successful instances exceeds the threshold. Offline Integration Task Reconciliation Alarms: reconciliationFailure: offline reconciliation task failure alarm; reconciliationOvertime: offline reconciliation task timeout alarm; reconciliationMismatch: alarm if the number of inconsistent entries in a data reconciliation task exceeds the threshold. Example value: ["failure"].
- create
Time StringFrom - The start time of the alarm rule creation time range, in the format of 2025-08-17 00:00:00.
- create
Time StringTo - The end time of the alarm rule creation time range, in the format of "2025-08-26 23:59:59".
- create
User StringUin - Alarm rule creator filtering.
- id String
- keyword String
- Query the corresponding alarm rule based on the alarm rule ID/rule name.
- monitor
Object DoubleType - Monitoring object type, Task dimension monitoring: can be configured according to task/workflow/project: 1.Task, 2.Workflow, 3.Project (default is 1.Task) Project dimension monitoring: Project overall task fluctuation alarm, 7: Project fluctuation monitoring alarm.
- result
Output StringFile - Used to save results.
- task
Id String - Query alarm rules based on task ID.
- update
Time StringFrom - Last updated time filter alarm rules, format such as "2025-08-26 00:00:00".
- update
Time StringTo - Last updated time filter alarm rule format such as: "2025-08-26 23:59:59".
- project
Id string - Project id.
- alarm
Level number - Alarm level: 1. Normal, 2. Major, 3. Urgent.
- alarm
Recipient stringId - Query the alarm rules configured for the corresponding alarm recipient.
- alarm
Type string - Alarm Rule Monitoring Types: failure: failure alarm; overtime: timeout alarm; success: success alarm; backTrackingOrRerunSuccess: backTrackingOrRerunSuccess: backTrackingOrRerunFailure: backTrackingOrRerunFailure. Project Fluctuation Alarms: projectFailureInstanceUpwardFluctuationAlarm: alarm if the upward fluctuation rate of failed instances exceeds the threshold. projectSuccessInstanceDownwardFluctuationAlarm: alarm if the downward fluctuation rate of successful instances exceeds the threshold. Offline Integration Task Reconciliation Alarms: reconciliationFailure: offline reconciliation task failure alarm; reconciliationOvertime: offline reconciliation task timeout alarm; reconciliationMismatch: alarm if the number of inconsistent entries in a data reconciliation task exceeds the threshold. Example value: ["failure"].
- create
Time stringFrom - The start time of the alarm rule creation time range, in the format of 2025-08-17 00:00:00.
- create
Time stringTo - The end time of the alarm rule creation time range, in the format of "2025-08-26 23:59:59".
- create
User stringUin - Alarm rule creator filtering.
- id string
- keyword string
- Query the corresponding alarm rule based on the alarm rule ID/rule name.
- monitor
Object numberType - Monitoring object type, Task dimension monitoring: can be configured according to task/workflow/project: 1.Task, 2.Workflow, 3.Project (default is 1.Task) Project dimension monitoring: Project overall task fluctuation alarm, 7: Project fluctuation monitoring alarm.
- result
Output stringFile - Used to save results.
- task
Id string - Query alarm rules based on task ID.
- update
Time stringFrom - Last updated time filter alarm rules, format such as "2025-08-26 00:00:00".
- update
Time stringTo - Last updated time filter alarm rule format such as: "2025-08-26 23:59:59".
- project_
id str - Project id.
- alarm_
level float - Alarm level: 1. Normal, 2. Major, 3. Urgent.
- alarm_
recipient_ strid - Query the alarm rules configured for the corresponding alarm recipient.
- alarm_
type str - Alarm Rule Monitoring Types: failure: failure alarm; overtime: timeout alarm; success: success alarm; backTrackingOrRerunSuccess: backTrackingOrRerunSuccess: backTrackingOrRerunFailure: backTrackingOrRerunFailure. Project Fluctuation Alarms: projectFailureInstanceUpwardFluctuationAlarm: alarm if the upward fluctuation rate of failed instances exceeds the threshold. projectSuccessInstanceDownwardFluctuationAlarm: alarm if the downward fluctuation rate of successful instances exceeds the threshold. Offline Integration Task Reconciliation Alarms: reconciliationFailure: offline reconciliation task failure alarm; reconciliationOvertime: offline reconciliation task timeout alarm; reconciliationMismatch: alarm if the number of inconsistent entries in a data reconciliation task exceeds the threshold. Example value: ["failure"].
- create_
time_ strfrom - The start time of the alarm rule creation time range, in the format of 2025-08-17 00:00:00.
- create_
time_ strto - The end time of the alarm rule creation time range, in the format of "2025-08-26 23:59:59".
- create_
user_ struin - Alarm rule creator filtering.
- id str
- keyword str
- Query the corresponding alarm rule based on the alarm rule ID/rule name.
- monitor_
object_ floattype - Monitoring object type, Task dimension monitoring: can be configured according to task/workflow/project: 1.Task, 2.Workflow, 3.Project (default is 1.Task) Project dimension monitoring: Project overall task fluctuation alarm, 7: Project fluctuation monitoring alarm.
- result_
output_ strfile - Used to save results.
- task_
id str - Query alarm rules based on task ID.
- update_
time_ strfrom - Last updated time filter alarm rules, format such as "2025-08-26 00:00:00".
- update_
time_ strto - Last updated time filter alarm rule format such as: "2025-08-26 23:59:59".
- project
Id String - Project id.
- alarm
Level Number - Alarm level: 1. Normal, 2. Major, 3. Urgent.
- alarm
Recipient StringId - Query the alarm rules configured for the corresponding alarm recipient.
- alarm
Type String - Alarm Rule Monitoring Types: failure: failure alarm; overtime: timeout alarm; success: success alarm; backTrackingOrRerunSuccess: backTrackingOrRerunSuccess: backTrackingOrRerunFailure: backTrackingOrRerunFailure. Project Fluctuation Alarms: projectFailureInstanceUpwardFluctuationAlarm: alarm if the upward fluctuation rate of failed instances exceeds the threshold. projectSuccessInstanceDownwardFluctuationAlarm: alarm if the downward fluctuation rate of successful instances exceeds the threshold. Offline Integration Task Reconciliation Alarms: reconciliationFailure: offline reconciliation task failure alarm; reconciliationOvertime: offline reconciliation task timeout alarm; reconciliationMismatch: alarm if the number of inconsistent entries in a data reconciliation task exceeds the threshold. Example value: ["failure"].
- create
Time StringFrom - The start time of the alarm rule creation time range, in the format of 2025-08-17 00:00:00.
- create
Time StringTo - The end time of the alarm rule creation time range, in the format of "2025-08-26 23:59:59".
- create
User StringUin - Alarm rule creator filtering.
- id String
- keyword String
- Query the corresponding alarm rule based on the alarm rule ID/rule name.
- monitor
Object NumberType - Monitoring object type, Task dimension monitoring: can be configured according to task/workflow/project: 1.Task, 2.Workflow, 3.Project (default is 1.Task) Project dimension monitoring: Project overall task fluctuation alarm, 7: Project fluctuation monitoring alarm.
- result
Output StringFile - Used to save results.
- task
Id String - Query alarm rules based on task ID.
- update
Time StringFrom - Last updated time filter alarm rules, format such as "2025-08-26 00:00:00".
- update
Time StringTo - Last updated time filter alarm rule format such as: "2025-08-26 23:59:59".
getWedataOpsAlarmRules Result
The following output properties are available:
- Datas
List<Get
Wedata Ops Alarm Rules Data> - Alarm information response.
- Id string
- Project
Id string - Alarm
Level double - Alarm
Recipient stringId - Alarm
Type string - Create
Time stringFrom - Create
Time stringTo - Create
User stringUin - Keyword string
- Monitor
Object doubleType - Result
Output stringFile - Task
Id string - Update
Time stringFrom - Update
Time stringTo
- Datas
[]Get
Wedata Ops Alarm Rules Data - Alarm information response.
- Id string
- Project
Id string - Alarm
Level float64 - Alarm
Recipient stringId - Alarm
Type string - Create
Time stringFrom - Create
Time stringTo - Create
User stringUin - Keyword string
- Monitor
Object float64Type - Result
Output stringFile - Task
Id string - Update
Time stringFrom - Update
Time stringTo
- datas
List<Get
Wedata Ops Alarm Rules Data> - Alarm information response.
- id String
- project
Id String - alarm
Level Double - alarm
Recipient StringId - alarm
Type String - create
Time StringFrom - create
Time StringTo - create
User StringUin - keyword String
- monitor
Object DoubleType - result
Output StringFile - task
Id String - update
Time StringFrom - update
Time StringTo
- datas
Get
Wedata Ops Alarm Rules Data[] - Alarm information response.
- id string
- project
Id string - alarm
Level number - alarm
Recipient stringId - alarm
Type string - create
Time stringFrom - create
Time stringTo - create
User stringUin - keyword string
- monitor
Object numberType - result
Output stringFile - task
Id string - update
Time stringFrom - update
Time stringTo
- datas
Sequence[Get
Wedata Ops Alarm Rules Data] - Alarm information response.
- id str
- project_
id str - alarm_
level float - alarm_
recipient_ strid - alarm_
type str - create_
time_ strfrom - create_
time_ strto - create_
user_ struin - keyword str
- monitor_
object_ floattype - result_
output_ strfile - task_
id str - update_
time_ strfrom - update_
time_ strto
- datas List<Property Map>
- Alarm information response.
- id String
- project
Id String - alarm
Level Number - alarm
Recipient StringId - alarm
Type String - create
Time StringFrom - create
Time StringTo - create
User StringUin - keyword String
- monitor
Object NumberType - result
Output StringFile - task
Id String - update
Time StringFrom - update
Time StringTo
Supporting Types
GetWedataOpsAlarmRulesData
- Items
List<Get
Wedata Ops Alarm Rules Data Item> - Page
Number double - Page
Size double - Total
Count double - Total
Page doubleNumber
- Items
[]Get
Wedata Ops Alarm Rules Data Item - Page
Number float64 - Page
Size float64 - Total
Count float64 - Total
Page float64Number
- items
List<Get
Wedata Ops Alarm Rules Data Item> - page
Number Double - page
Size Double - total
Count Double - total
Page DoubleNumber
- items
Get
Wedata Ops Alarm Rules Data Item[] - page
Number number - page
Size number - total
Count number - total
Page numberNumber
- items
Sequence[Get
Wedata Ops Alarm Rules Data Item] - page_
number float - page_
size float - total_
count float - total_
page_ floatnumber
- items List<Property Map>
- page
Number Number - page
Size Number - total
Count Number - total
Page NumberNumber
GetWedataOpsAlarmRulesDataItem
- Alarm
Groups List<GetWedata Ops Alarm Rules Data Item Alarm Group> - Alarm
Level double - Alarm level: 1. Normal, 2. Major, 3. Urgent.
- Alarm
Rule List<GetDetails Wedata Ops Alarm Rules Data Item Alarm Rule Detail> - Alarm
Rule stringId - Alarm
Rule stringName - Alarm
Types List<string> - Bundle
Id string - Bundle
Info string - Description string
- Monitor
Object List<string>Ids - Monitor
Object doubleType - Monitoring object type, Task dimension monitoring: can be configured according to task/workflow/project: 1.Task, 2.Workflow, 3.Project (default is 1.Task) Project dimension monitoring: Project overall task fluctuation alarm, 7: Project fluctuation monitoring alarm.
- Owner
Uin string - Status double
- Alarm
Groups []GetWedata Ops Alarm Rules Data Item Alarm Group - Alarm
Level float64 - Alarm level: 1. Normal, 2. Major, 3. Urgent.
- Alarm
Rule []GetDetails Wedata Ops Alarm Rules Data Item Alarm Rule Detail - Alarm
Rule stringId - Alarm
Rule stringName - Alarm
Types []string - Bundle
Id string - Bundle
Info string - Description string
- Monitor
Object []stringIds - Monitor
Object float64Type - Monitoring object type, Task dimension monitoring: can be configured according to task/workflow/project: 1.Task, 2.Workflow, 3.Project (default is 1.Task) Project dimension monitoring: Project overall task fluctuation alarm, 7: Project fluctuation monitoring alarm.
- Owner
Uin string - Status float64
- alarm
Groups List<GetWedata Ops Alarm Rules Data Item Alarm Group> - alarm
Level Double - Alarm level: 1. Normal, 2. Major, 3. Urgent.
- alarm
Rule List<GetDetails Wedata Ops Alarm Rules Data Item Alarm Rule Detail> - alarm
Rule StringId - alarm
Rule StringName - alarm
Types List<String> - bundle
Id String - bundle
Info String - description String
- monitor
Object List<String>Ids - monitor
Object DoubleType - Monitoring object type, Task dimension monitoring: can be configured according to task/workflow/project: 1.Task, 2.Workflow, 3.Project (default is 1.Task) Project dimension monitoring: Project overall task fluctuation alarm, 7: Project fluctuation monitoring alarm.
- owner
Uin String - status Double
- alarm
Groups GetWedata Ops Alarm Rules Data Item Alarm Group[] - alarm
Level number - Alarm level: 1. Normal, 2. Major, 3. Urgent.
- alarm
Rule GetDetails Wedata Ops Alarm Rules Data Item Alarm Rule Detail[] - alarm
Rule stringId - alarm
Rule stringName - alarm
Types string[] - bundle
Id string - bundle
Info string - description string
- monitor
Object string[]Ids - monitor
Object numberType - Monitoring object type, Task dimension monitoring: can be configured according to task/workflow/project: 1.Task, 2.Workflow, 3.Project (default is 1.Task) Project dimension monitoring: Project overall task fluctuation alarm, 7: Project fluctuation monitoring alarm.
- owner
Uin string - status number
- alarm_
groups Sequence[GetWedata Ops Alarm Rules Data Item Alarm Group] - alarm_
level float - Alarm level: 1. Normal, 2. Major, 3. Urgent.
- alarm_
rule_ Sequence[Getdetails Wedata Ops Alarm Rules Data Item Alarm Rule Detail] - alarm_
rule_ strid - alarm_
rule_ strname - alarm_
types Sequence[str] - bundle_
id str - bundle_
info str - description str
- monitor_
object_ Sequence[str]ids - monitor_
object_ floattype - Monitoring object type, Task dimension monitoring: can be configured according to task/workflow/project: 1.Task, 2.Workflow, 3.Project (default is 1.Task) Project dimension monitoring: Project overall task fluctuation alarm, 7: Project fluctuation monitoring alarm.
- owner_
uin str - status float
- alarm
Groups List<Property Map> - alarm
Level Number - Alarm level: 1. Normal, 2. Major, 3. Urgent.
- alarm
Rule List<Property Map>Details - alarm
Rule StringId - alarm
Rule StringName - alarm
Types List<String> - bundle
Id String - bundle
Info String - description String
- monitor
Object List<String>Ids - monitor
Object NumberType - Monitoring object type, Task dimension monitoring: can be configured according to task/workflow/project: 1.Task, 2.Workflow, 3.Project (default is 1.Task) Project dimension monitoring: Project overall task fluctuation alarm, 7: Project fluctuation monitoring alarm.
- owner
Uin String - status Number
GetWedataOpsAlarmRulesDataItemAlarmGroup
- alarm_
escalation_ floatinterval - alarm_
escalation_ Sequence[str]recipient_ ids - alarm_
recipient_ Sequence[str]ids - alarm_
recipient_ floattype - alarm_
ways Sequence[str] - notification_
fatigues Sequence[GetWedata Ops Alarm Rules Data Item Alarm Group Notification Fatigue] - web_
hooks Sequence[GetWedata Ops Alarm Rules Data Item Alarm Group Web Hook]
- alarm
Escalation NumberInterval - alarm
Escalation List<String>Recipient Ids - alarm
Recipient List<String>Ids - alarm
Recipient NumberType - alarm
Ways List<String> - notification
Fatigues List<Property Map> - web
Hooks List<Property Map>
GetWedataOpsAlarmRulesDataItemAlarmGroupNotificationFatigue
- notify
Count Number - notify
Interval Number - quiet
Intervals List<Property Map>
GetWedataOpsAlarmRulesDataItemAlarmGroupNotificationFatigueQuietInterval
- Days
Of List<double>Weeks - End
Time string - Start
Time string
- Days
Of []float64Weeks - End
Time string - Start
Time string
- days
Of List<Double>Weeks - end
Time String - start
Time String
- days
Of number[]Weeks - end
Time string - start
Time string
- days_
of_ Sequence[float]weeks - end_
time str - start_
time str
- days
Of List<Number>Weeks - end
Time String - start
Time String
GetWedataOpsAlarmRulesDataItemAlarmGroupWebHook
GetWedataOpsAlarmRulesDataItemAlarmRuleDetail
- Data
Backfill List<GetOr Rerun Time Out Ext Infos Wedata Ops Alarm Rules Data Item Alarm Rule Detail Data Backfill Or Rerun Time Out Ext Info> - Data
Backfill doubleOr Rerun Trigger - Project
Instance List<GetStatistics Alarm Info Lists Wedata Ops Alarm Rules Data Item Alarm Rule Detail Project Instance Statistics Alarm Info List> - Reconciliation
Ext List<GetInfos Wedata Ops Alarm Rules Data Item Alarm Rule Detail Reconciliation Ext Info> - Time
Out List<GetExt Infos Wedata Ops Alarm Rules Data Item Alarm Rule Detail Time Out Ext Info> - Trigger double
- Data
Backfill []GetOr Rerun Time Out Ext Infos Wedata Ops Alarm Rules Data Item Alarm Rule Detail Data Backfill Or Rerun Time Out Ext Info - Data
Backfill float64Or Rerun Trigger - Project
Instance []GetStatistics Alarm Info Lists Wedata Ops Alarm Rules Data Item Alarm Rule Detail Project Instance Statistics Alarm Info List - Reconciliation
Ext []GetInfos Wedata Ops Alarm Rules Data Item Alarm Rule Detail Reconciliation Ext Info - Time
Out []GetExt Infos Wedata Ops Alarm Rules Data Item Alarm Rule Detail Time Out Ext Info - Trigger float64
- data
Backfill List<GetOr Rerun Time Out Ext Infos Wedata Ops Alarm Rules Data Item Alarm Rule Detail Data Backfill Or Rerun Time Out Ext Info> - data
Backfill DoubleOr Rerun Trigger - project
Instance List<GetStatistics Alarm Info Lists Wedata Ops Alarm Rules Data Item Alarm Rule Detail Project Instance Statistics Alarm Info List> - reconciliation
Ext List<GetInfos Wedata Ops Alarm Rules Data Item Alarm Rule Detail Reconciliation Ext Info> - time
Out List<GetExt Infos Wedata Ops Alarm Rules Data Item Alarm Rule Detail Time Out Ext Info> - trigger Double
- data
Backfill GetOr Rerun Time Out Ext Infos Wedata Ops Alarm Rules Data Item Alarm Rule Detail Data Backfill Or Rerun Time Out Ext Info[] - data
Backfill numberOr Rerun Trigger - project
Instance GetStatistics Alarm Info Lists Wedata Ops Alarm Rules Data Item Alarm Rule Detail Project Instance Statistics Alarm Info List[] - reconciliation
Ext GetInfos Wedata Ops Alarm Rules Data Item Alarm Rule Detail Reconciliation Ext Info[] - time
Out GetExt Infos Wedata Ops Alarm Rules Data Item Alarm Rule Detail Time Out Ext Info[] - trigger number
- data_
backfill_ Sequence[Getor_ rerun_ time_ out_ ext_ infos Wedata Ops Alarm Rules Data Item Alarm Rule Detail Data Backfill Or Rerun Time Out Ext Info] - data_
backfill_ floator_ rerun_ trigger - project_
instance_ Sequence[Getstatistics_ alarm_ info_ lists Wedata Ops Alarm Rules Data Item Alarm Rule Detail Project Instance Statistics Alarm Info List] - reconciliation_
ext_ Sequence[Getinfos Wedata Ops Alarm Rules Data Item Alarm Rule Detail Reconciliation Ext Info] - time_
out_ Sequence[Getext_ infos Wedata Ops Alarm Rules Data Item Alarm Rule Detail Time Out Ext Info] - trigger float
GetWedataOpsAlarmRulesDataItemAlarmRuleDetailDataBackfillOrRerunTimeOutExtInfo
- Hour double
- Min double
- Rule
Type double - Schedule
Time stringZone - Type double
- Hour float64
- Min float64
- Rule
Type float64 - Schedule
Time stringZone - Type float64
- hour Double
- min Double
- rule
Type Double - schedule
Time StringZone - type Double
- hour number
- min number
- rule
Type number - schedule
Time stringZone - type number
- hour float
- min float
- rule_
type float - schedule_
time_ strzone - type float
- hour Number
- min Number
- rule
Type Number - schedule
Time StringZone - type Number
GetWedataOpsAlarmRulesDataItemAlarmRuleDetailProjectInstanceStatisticsAlarmInfoList
- Alarm
Type string - Alarm Rule Monitoring Types: failure: failure alarm; overtime: timeout alarm; success: success alarm; backTrackingOrRerunSuccess: backTrackingOrRerunSuccess: backTrackingOrRerunFailure: backTrackingOrRerunFailure. Project Fluctuation Alarms: projectFailureInstanceUpwardFluctuationAlarm: alarm if the upward fluctuation rate of failed instances exceeds the threshold. projectSuccessInstanceDownwardFluctuationAlarm: alarm if the downward fluctuation rate of successful instances exceeds the threshold. Offline Integration Task Reconciliation Alarms: reconciliationFailure: offline reconciliation task failure alarm; reconciliationOvertime: offline reconciliation task timeout alarm; reconciliationMismatch: alarm if the number of inconsistent entries in a data reconciliation task exceeds the threshold. Example value: ["failure"].
- Instance
Count double - Instance
Threshold doubleCount - Instance
Threshold doubleCount Percent - Is
Cumulant bool - Stabilize
Statistics doubleCycle - Stabilize
Threshold double
- Alarm
Type string - Alarm Rule Monitoring Types: failure: failure alarm; overtime: timeout alarm; success: success alarm; backTrackingOrRerunSuccess: backTrackingOrRerunSuccess: backTrackingOrRerunFailure: backTrackingOrRerunFailure. Project Fluctuation Alarms: projectFailureInstanceUpwardFluctuationAlarm: alarm if the upward fluctuation rate of failed instances exceeds the threshold. projectSuccessInstanceDownwardFluctuationAlarm: alarm if the downward fluctuation rate of successful instances exceeds the threshold. Offline Integration Task Reconciliation Alarms: reconciliationFailure: offline reconciliation task failure alarm; reconciliationOvertime: offline reconciliation task timeout alarm; reconciliationMismatch: alarm if the number of inconsistent entries in a data reconciliation task exceeds the threshold. Example value: ["failure"].
- Instance
Count float64 - Instance
Threshold float64Count - Instance
Threshold float64Count Percent - Is
Cumulant bool - Stabilize
Statistics float64Cycle - Stabilize
Threshold float64
- alarm
Type String - Alarm Rule Monitoring Types: failure: failure alarm; overtime: timeout alarm; success: success alarm; backTrackingOrRerunSuccess: backTrackingOrRerunSuccess: backTrackingOrRerunFailure: backTrackingOrRerunFailure. Project Fluctuation Alarms: projectFailureInstanceUpwardFluctuationAlarm: alarm if the upward fluctuation rate of failed instances exceeds the threshold. projectSuccessInstanceDownwardFluctuationAlarm: alarm if the downward fluctuation rate of successful instances exceeds the threshold. Offline Integration Task Reconciliation Alarms: reconciliationFailure: offline reconciliation task failure alarm; reconciliationOvertime: offline reconciliation task timeout alarm; reconciliationMismatch: alarm if the number of inconsistent entries in a data reconciliation task exceeds the threshold. Example value: ["failure"].
- instance
Count Double - instance
Threshold DoubleCount - instance
Threshold DoubleCount Percent - is
Cumulant Boolean - stabilize
Statistics DoubleCycle - stabilize
Threshold Double
- alarm
Type string - Alarm Rule Monitoring Types: failure: failure alarm; overtime: timeout alarm; success: success alarm; backTrackingOrRerunSuccess: backTrackingOrRerunSuccess: backTrackingOrRerunFailure: backTrackingOrRerunFailure. Project Fluctuation Alarms: projectFailureInstanceUpwardFluctuationAlarm: alarm if the upward fluctuation rate of failed instances exceeds the threshold. projectSuccessInstanceDownwardFluctuationAlarm: alarm if the downward fluctuation rate of successful instances exceeds the threshold. Offline Integration Task Reconciliation Alarms: reconciliationFailure: offline reconciliation task failure alarm; reconciliationOvertime: offline reconciliation task timeout alarm; reconciliationMismatch: alarm if the number of inconsistent entries in a data reconciliation task exceeds the threshold. Example value: ["failure"].
- instance
Count number - instance
Threshold numberCount - instance
Threshold numberCount Percent - is
Cumulant boolean - stabilize
Statistics numberCycle - stabilize
Threshold number
- alarm_
type str - Alarm Rule Monitoring Types: failure: failure alarm; overtime: timeout alarm; success: success alarm; backTrackingOrRerunSuccess: backTrackingOrRerunSuccess: backTrackingOrRerunFailure: backTrackingOrRerunFailure. Project Fluctuation Alarms: projectFailureInstanceUpwardFluctuationAlarm: alarm if the upward fluctuation rate of failed instances exceeds the threshold. projectSuccessInstanceDownwardFluctuationAlarm: alarm if the downward fluctuation rate of successful instances exceeds the threshold. Offline Integration Task Reconciliation Alarms: reconciliationFailure: offline reconciliation task failure alarm; reconciliationOvertime: offline reconciliation task timeout alarm; reconciliationMismatch: alarm if the number of inconsistent entries in a data reconciliation task exceeds the threshold. Example value: ["failure"].
- instance_
count float - instance_
threshold_ floatcount - instance_
threshold_ floatcount_ percent - is_
cumulant bool - stabilize_
statistics_ floatcycle - stabilize_
threshold float
- alarm
Type String - Alarm Rule Monitoring Types: failure: failure alarm; overtime: timeout alarm; success: success alarm; backTrackingOrRerunSuccess: backTrackingOrRerunSuccess: backTrackingOrRerunFailure: backTrackingOrRerunFailure. Project Fluctuation Alarms: projectFailureInstanceUpwardFluctuationAlarm: alarm if the upward fluctuation rate of failed instances exceeds the threshold. projectSuccessInstanceDownwardFluctuationAlarm: alarm if the downward fluctuation rate of successful instances exceeds the threshold. Offline Integration Task Reconciliation Alarms: reconciliationFailure: offline reconciliation task failure alarm; reconciliationOvertime: offline reconciliation task timeout alarm; reconciliationMismatch: alarm if the number of inconsistent entries in a data reconciliation task exceeds the threshold. Example value: ["failure"].
- instance
Count Number - instance
Threshold NumberCount - instance
Threshold NumberCount Percent - is
Cumulant Boolean - stabilize
Statistics NumberCycle - stabilize
Threshold Number
GetWedataOpsAlarmRulesDataItemAlarmRuleDetailReconciliationExtInfo
- Hour double
- Min double
- Mismatch
Count double - Rule
Type string
- Hour float64
- Min float64
- Mismatch
Count float64 - Rule
Type string
- hour Double
- min Double
- mismatch
Count Double - rule
Type String
- hour number
- min number
- mismatch
Count number - rule
Type string
- hour float
- min float
- mismatch_
count float - rule_
type str
- hour Number
- min Number
- mismatch
Count Number - rule
Type String
GetWedataOpsAlarmRulesDataItemAlarmRuleDetailTimeOutExtInfo
- Hour double
- Min double
- Rule
Type double - Schedule
Time stringZone - Type double
- Hour float64
- Min float64
- Rule
Type float64 - Schedule
Time stringZone - Type float64
- hour Double
- min Double
- rule
Type Double - schedule
Time StringZone - type Double
- hour number
- min number
- rule
Type number - schedule
Time stringZone - type number
- hour float
- min float
- rule_
type float - schedule_
time_ strzone - type float
- hour Number
- min Number
- rule
Type Number - schedule
Time StringZone - type Number
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
