tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getMonitorAlarmNotices
Start a Neo task
Explain and create a tencentcloud.getMonitorAlarmNotices resource
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Use this data source to Interlude notification list.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const notices = tencentcloud.getMonitorAlarmNotices({
order: "DESC",
ownerUid: 1,
name: "",
receiverType: "",
userIds: [],
groupIds: [],
noticeIds: [],
});
import pulumi
import pulumi_tencentcloud as tencentcloud
notices = tencentcloud.get_monitor_alarm_notices(order="DESC",
owner_uid=1,
name="",
receiver_type="",
user_ids=[],
group_ids=[],
notice_ids=[])
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.GetMonitorAlarmNotices(ctx, &tencentcloud.GetMonitorAlarmNoticesArgs{
Order: pulumi.StringRef("DESC"),
OwnerUid: pulumi.Float64Ref(1),
Name: pulumi.StringRef(""),
ReceiverType: pulumi.StringRef(""),
UserIds: []interface{}{},
GroupIds: []interface{}{},
NoticeIds: []interface{}{},
}, 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 notices = Tencentcloud.GetMonitorAlarmNotices.Invoke(new()
{
Order = "DESC",
OwnerUid = 1,
Name = "",
ReceiverType = "",
UserIds = new() { },
GroupIds = new() { },
NoticeIds = new() { },
});
});
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.GetMonitorAlarmNoticesArgs;
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 notices = TencentcloudFunctions.getMonitorAlarmNotices(GetMonitorAlarmNoticesArgs.builder()
.order("DESC")
.ownerUid(1)
.name("")
.receiverType("")
.userIds()
.groupIds()
.noticeIds()
.build());
}
}
variables:
notices:
fn::invoke:
function: tencentcloud:getMonitorAlarmNotices
arguments:
order: DESC
ownerUid: 1
name: ""
receiverType: ""
userIds: []
groupIds: []
noticeIds: []
Using getMonitorAlarmNotices
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 getMonitorAlarmNotices(args: GetMonitorAlarmNoticesArgs, opts?: InvokeOptions): Promise<GetMonitorAlarmNoticesResult>
function getMonitorAlarmNoticesOutput(args: GetMonitorAlarmNoticesOutputArgs, opts?: InvokeOptions): Output<GetMonitorAlarmNoticesResult>def get_monitor_alarm_notices(group_ids: Optional[Sequence[float]] = None,
id: Optional[str] = None,
name: Optional[str] = None,
notice_ids: Optional[Sequence[str]] = None,
order: Optional[str] = None,
owner_uid: Optional[float] = None,
receiver_type: Optional[str] = None,
result_output_file: Optional[str] = None,
user_ids: Optional[Sequence[float]] = None,
opts: Optional[InvokeOptions] = None) -> GetMonitorAlarmNoticesResult
def get_monitor_alarm_notices_output(group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[float]]]] = None,
id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
notice_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
order: Optional[pulumi.Input[str]] = None,
owner_uid: Optional[pulumi.Input[float]] = None,
receiver_type: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
user_ids: Optional[pulumi.Input[Sequence[pulumi.Input[float]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMonitorAlarmNoticesResult]func GetMonitorAlarmNotices(ctx *Context, args *GetMonitorAlarmNoticesArgs, opts ...InvokeOption) (*GetMonitorAlarmNoticesResult, error)
func GetMonitorAlarmNoticesOutput(ctx *Context, args *GetMonitorAlarmNoticesOutputArgs, opts ...InvokeOption) GetMonitorAlarmNoticesResultOutput> Note: This function is named GetMonitorAlarmNotices in the Go SDK.
public static class GetMonitorAlarmNotices
{
public static Task<GetMonitorAlarmNoticesResult> InvokeAsync(GetMonitorAlarmNoticesArgs args, InvokeOptions? opts = null)
public static Output<GetMonitorAlarmNoticesResult> Invoke(GetMonitorAlarmNoticesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetMonitorAlarmNoticesResult> getMonitorAlarmNotices(GetMonitorAlarmNoticesArgs args, InvokeOptions options)
public static Output<GetMonitorAlarmNoticesResult> getMonitorAlarmNotices(GetMonitorAlarmNoticesArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getMonitorAlarmNotices:getMonitorAlarmNotices
arguments:
# arguments dictionaryThe following arguments are supported:
- Group
Ids List<double> - Receive group list.
- Id string
- Alarm notification template ID.
- Name string
- Alarm notification template name Used for fuzzy search.
- Notice
Ids List<string> - Receive group list.
- Order string
- Sort by update time ASC=forward order DESC=reverse order.
- Owner
Uid double - The primary account uid is used to create a preset notification.
- Receiver
Type string - To filter alarm notification templates according to recipients, you need to select the notification user type. USER=user GROUP=user group Leave blank = not filter by recipient.
- Result
Output stringFile - Used to store results.
- User
Ids List<double> - List of recipients.
- Group
Ids []float64 - Receive group list.
- Id string
- Alarm notification template ID.
- Name string
- Alarm notification template name Used for fuzzy search.
- Notice
Ids []string - Receive group list.
- Order string
- Sort by update time ASC=forward order DESC=reverse order.
- Owner
Uid float64 - The primary account uid is used to create a preset notification.
- Receiver
Type string - To filter alarm notification templates according to recipients, you need to select the notification user type. USER=user GROUP=user group Leave blank = not filter by recipient.
- Result
Output stringFile - Used to store results.
- User
Ids []float64 - List of recipients.
- group
Ids List<Double> - Receive group list.
- id String
- Alarm notification template ID.
- name String
- Alarm notification template name Used for fuzzy search.
- notice
Ids List<String> - Receive group list.
- order String
- Sort by update time ASC=forward order DESC=reverse order.
- owner
Uid Double - The primary account uid is used to create a preset notification.
- receiver
Type String - To filter alarm notification templates according to recipients, you need to select the notification user type. USER=user GROUP=user group Leave blank = not filter by recipient.
- result
Output StringFile - Used to store results.
- user
Ids List<Double> - List of recipients.
- group
Ids number[] - Receive group list.
- id string
- Alarm notification template ID.
- name string
- Alarm notification template name Used for fuzzy search.
- notice
Ids string[] - Receive group list.
- order string
- Sort by update time ASC=forward order DESC=reverse order.
- owner
Uid number - The primary account uid is used to create a preset notification.
- receiver
Type string - To filter alarm notification templates according to recipients, you need to select the notification user type. USER=user GROUP=user group Leave blank = not filter by recipient.
- result
Output stringFile - Used to store results.
- user
Ids number[] - List of recipients.
- group_
ids Sequence[float] - Receive group list.
- id str
- Alarm notification template ID.
- name str
- Alarm notification template name Used for fuzzy search.
- notice_
ids Sequence[str] - Receive group list.
- order str
- Sort by update time ASC=forward order DESC=reverse order.
- owner_
uid float - The primary account uid is used to create a preset notification.
- receiver_
type str - To filter alarm notification templates according to recipients, you need to select the notification user type. USER=user GROUP=user group Leave blank = not filter by recipient.
- result_
output_ strfile - Used to store results.
- user_
ids Sequence[float] - List of recipients.
- group
Ids List<Number> - Receive group list.
- id String
- Alarm notification template ID.
- name String
- Alarm notification template name Used for fuzzy search.
- notice
Ids List<String> - Receive group list.
- order String
- Sort by update time ASC=forward order DESC=reverse order.
- owner
Uid Number - The primary account uid is used to create a preset notification.
- receiver
Type String - To filter alarm notification templates according to recipients, you need to select the notification user type. USER=user GROUP=user group Leave blank = not filter by recipient.
- result
Output StringFile - Used to store results.
- user
Ids List<Number> - List of recipients.
getMonitorAlarmNotices Result
The following output properties are available:
- Alarm
Notices List<GetMonitor Alarm Notices Alarm Notice> - Alarm notification template list.
- Id string
- Alarm notification template ID.
- Group
Ids List<double> - User group ID list.
- Name string
- Alarm notification template name.
- Notice
Ids List<string> - Order string
- Owner
Uid double - Receiver
Type string - Recipient Type USER=User GROUP=User Group.
- Result
Output stringFile - User
Ids List<double> - User UID List.
- Alarm
Notices []GetMonitor Alarm Notices Alarm Notice - Alarm notification template list.
- Id string
- Alarm notification template ID.
- Group
Ids []float64 - User group ID list.
- Name string
- Alarm notification template name.
- Notice
Ids []string - Order string
- Owner
Uid float64 - Receiver
Type string - Recipient Type USER=User GROUP=User Group.
- Result
Output stringFile - User
Ids []float64 - User UID List.
- alarm
Notices List<GetMonitor Alarm Notices Alarm Notice> - Alarm notification template list.
- id String
- Alarm notification template ID.
- group
Ids List<Double> - User group ID list.
- name String
- Alarm notification template name.
- notice
Ids List<String> - order String
- owner
Uid Double - receiver
Type String - Recipient Type USER=User GROUP=User Group.
- result
Output StringFile - user
Ids List<Double> - User UID List.
- alarm
Notices GetMonitor Alarm Notices Alarm Notice[] - Alarm notification template list.
- id string
- Alarm notification template ID.
- group
Ids number[] - User group ID list.
- name string
- Alarm notification template name.
- notice
Ids string[] - order string
- owner
Uid number - receiver
Type string - Recipient Type USER=User GROUP=User Group.
- result
Output stringFile - user
Ids number[] - User UID List.
- alarm_
notices Sequence[GetMonitor Alarm Notices Alarm Notice] - Alarm notification template list.
- id str
- Alarm notification template ID.
- group_
ids Sequence[float] - User group ID list.
- name str
- Alarm notification template name.
- notice_
ids Sequence[str] - order str
- owner_
uid float - receiver_
type str - Recipient Type USER=User GROUP=User Group.
- result_
output_ strfile - user_
ids Sequence[float] - User UID List.
- alarm
Notices List<Property Map> - Alarm notification template list.
- id String
- Alarm notification template ID.
- group
Ids List<Number> - User group ID list.
- name String
- Alarm notification template name.
- notice
Ids List<String> - order String
- owner
Uid Number - receiver
Type String - Recipient Type USER=User GROUP=User Group.
- result
Output StringFile - user
Ids List<Number> - User UID List.
Supporting Types
GetMonitorAlarmNoticesAlarmNotice
- Amp
Consumer stringId - AMP consumer ID.
- Cls
Notices List<GetMonitor Alarm Notices Alarm Notice Cls Notice> - A maximum of one alarm notification can be pushed to the CLS service.
- Id string
- Alarm notification template ID.
- Is
Preset double - Whether it is the system default notification template 0=No 1=Yes.
- Name string
- Alarm notification template name Used for fuzzy search.
- Notice
Language string - Notification language zh-CN=Chinese en-US=English.
- Notice
Type string - Alarm notification type ALARM=Notification not restored OK=Notification restored ALL.
- Policy
Ids List<string> - List of alarm policy IDs bound to the alarm notification template.
- Updated
At string - Last modified time.
- Updated
By string - Last Modified By.
- Url
Notices List<GetMonitor Alarm Notices Alarm Notice Url Notice> - The maximum number of callback notifications is 3.
- User
Notices List<GetMonitor Alarm Notices Alarm Notice User Notice> - Alarm notification template list.(At most five).
- Amp
Consumer stringId - AMP consumer ID.
- Cls
Notices []GetMonitor Alarm Notices Alarm Notice Cls Notice - A maximum of one alarm notification can be pushed to the CLS service.
- Id string
- Alarm notification template ID.
- Is
Preset float64 - Whether it is the system default notification template 0=No 1=Yes.
- Name string
- Alarm notification template name Used for fuzzy search.
- Notice
Language string - Notification language zh-CN=Chinese en-US=English.
- Notice
Type string - Alarm notification type ALARM=Notification not restored OK=Notification restored ALL.
- Policy
Ids []string - List of alarm policy IDs bound to the alarm notification template.
- Updated
At string - Last modified time.
- Updated
By string - Last Modified By.
- Url
Notices []GetMonitor Alarm Notices Alarm Notice Url Notice - The maximum number of callback notifications is 3.
- User
Notices []GetMonitor Alarm Notices Alarm Notice User Notice - Alarm notification template list.(At most five).
- amp
Consumer StringId - AMP consumer ID.
- cls
Notices List<GetMonitor Alarm Notices Alarm Notice Cls Notice> - A maximum of one alarm notification can be pushed to the CLS service.
- id String
- Alarm notification template ID.
- is
Preset Double - Whether it is the system default notification template 0=No 1=Yes.
- name String
- Alarm notification template name Used for fuzzy search.
- notice
Language String - Notification language zh-CN=Chinese en-US=English.
- notice
Type String - Alarm notification type ALARM=Notification not restored OK=Notification restored ALL.
- policy
Ids List<String> - List of alarm policy IDs bound to the alarm notification template.
- updated
At String - Last modified time.
- updated
By String - Last Modified By.
- url
Notices List<GetMonitor Alarm Notices Alarm Notice Url Notice> - The maximum number of callback notifications is 3.
- user
Notices List<GetMonitor Alarm Notices Alarm Notice User Notice> - Alarm notification template list.(At most five).
- amp
Consumer stringId - AMP consumer ID.
- cls
Notices GetMonitor Alarm Notices Alarm Notice Cls Notice[] - A maximum of one alarm notification can be pushed to the CLS service.
- id string
- Alarm notification template ID.
- is
Preset number - Whether it is the system default notification template 0=No 1=Yes.
- name string
- Alarm notification template name Used for fuzzy search.
- notice
Language string - Notification language zh-CN=Chinese en-US=English.
- notice
Type string - Alarm notification type ALARM=Notification not restored OK=Notification restored ALL.
- policy
Ids string[] - List of alarm policy IDs bound to the alarm notification template.
- updated
At string - Last modified time.
- updated
By string - Last Modified By.
- url
Notices GetMonitor Alarm Notices Alarm Notice Url Notice[] - The maximum number of callback notifications is 3.
- user
Notices GetMonitor Alarm Notices Alarm Notice User Notice[] - Alarm notification template list.(At most five).
- amp_
consumer_ strid - AMP consumer ID.
- cls_
notices Sequence[GetMonitor Alarm Notices Alarm Notice Cls Notice] - A maximum of one alarm notification can be pushed to the CLS service.
- id str
- Alarm notification template ID.
- is_
preset float - Whether it is the system default notification template 0=No 1=Yes.
- name str
- Alarm notification template name Used for fuzzy search.
- notice_
language str - Notification language zh-CN=Chinese en-US=English.
- notice_
type str - Alarm notification type ALARM=Notification not restored OK=Notification restored ALL.
- policy_
ids Sequence[str] - List of alarm policy IDs bound to the alarm notification template.
- updated_
at str - Last modified time.
- updated_
by str - Last Modified By.
- url_
notices Sequence[GetMonitor Alarm Notices Alarm Notice Url Notice] - The maximum number of callback notifications is 3.
- user_
notices Sequence[GetMonitor Alarm Notices Alarm Notice User Notice] - Alarm notification template list.(At most five).
- amp
Consumer StringId - AMP consumer ID.
- cls
Notices List<Property Map> - A maximum of one alarm notification can be pushed to the CLS service.
- id String
- Alarm notification template ID.
- is
Preset Number - Whether it is the system default notification template 0=No 1=Yes.
- name String
- Alarm notification template name Used for fuzzy search.
- notice
Language String - Notification language zh-CN=Chinese en-US=English.
- notice
Type String - Alarm notification type ALARM=Notification not restored OK=Notification restored ALL.
- policy
Ids List<String> - List of alarm policy IDs bound to the alarm notification template.
- updated
At String - Last modified time.
- updated
By String - Last Modified By.
- url
Notices List<Property Map> - The maximum number of callback notifications is 3.
- user
Notices List<Property Map> - Alarm notification template list.(At most five).
GetMonitorAlarmNoticesAlarmNoticeClsNotice
- enable float
- Start-stop status, can not be transmitted, default enabled. 0= Disabled, 1= enabled.
- log_
set_ strid - Log collection Id.
- region str
- Regional.
- topic_
id str - Theme Id.
GetMonitorAlarmNoticesAlarmNoticeUrlNotice
- End
Time double - The number of seconds since the notification end time 00:00:00 (value range 0-86399).
- Start
Time double - The number of seconds since the notification start time 00:00:00 (value range 0-86399).
- Url string
- Callback URL (limited to 256 characters).
- Weekdays List<double>
- Notification period 1-7 indicates Monday to Sunday.
- End
Time float64 - The number of seconds since the notification end time 00:00:00 (value range 0-86399).
- Start
Time float64 - The number of seconds since the notification start time 00:00:00 (value range 0-86399).
- Url string
- Callback URL (limited to 256 characters).
- Weekdays []float64
- Notification period 1-7 indicates Monday to Sunday.
- end
Time Double - The number of seconds since the notification end time 00:00:00 (value range 0-86399).
- start
Time Double - The number of seconds since the notification start time 00:00:00 (value range 0-86399).
- url String
- Callback URL (limited to 256 characters).
- weekdays List<Double>
- Notification period 1-7 indicates Monday to Sunday.
- end
Time number - The number of seconds since the notification end time 00:00:00 (value range 0-86399).
- start
Time number - The number of seconds since the notification start time 00:00:00 (value range 0-86399).
- url string
- Callback URL (limited to 256 characters).
- weekdays number[]
- Notification period 1-7 indicates Monday to Sunday.
- end_
time float - The number of seconds since the notification end time 00:00:00 (value range 0-86399).
- start_
time float - The number of seconds since the notification start time 00:00:00 (value range 0-86399).
- url str
- Callback URL (limited to 256 characters).
- weekdays Sequence[float]
- Notification period 1-7 indicates Monday to Sunday.
- end
Time Number - The number of seconds since the notification end time 00:00:00 (value range 0-86399).
- start
Time Number - The number of seconds since the notification start time 00:00:00 (value range 0-86399).
- url String
- Callback URL (limited to 256 characters).
- weekdays List<Number>
- Notification period 1-7 indicates Monday to Sunday.
GetMonitorAlarmNoticesAlarmNoticeUserNotice
- End
Time double - The number of seconds since the notification end time 00:00:00 (value range 0-86399).
- Group
Ids List<double> - Receive group list.
- Need
Phone doubleArrive Notice - Contact notification required 0= No 1= Yes.
- Notice
Ways List<string> - Notification Channel List EMAIL=Mail SMS=SMS CALL=Telephone WECHAT=WeChat RTX=Enterprise WeChat.
- Phone
Call stringType - Call type SYNC= Simultaneous call CIRCLE= Round call If this parameter is not specified, the default value is round call.
- Phone
Circle doubleInterval - Number of seconds between polls (value range: 60-900).
- Phone
Circle doubleTimes - Number of telephone polls (value range: 1-5).
- Phone
Inner doubleInterval - Number of seconds between calls in a polling session (value range: 60-900).
- Phone
Orders List<double> - Telephone polling list.
- Receiver
Type string - To filter alarm notification templates according to recipients, you need to select the notification user type. USER=user GROUP=user group Leave blank = not filter by recipient.
- Start
Time double - The number of seconds since the notification start time 00:00:00 (value range 0-86399).
- User
Ids List<double> - List of recipients.
- Weekdays List<double>
- Notification period 1-7 indicates Monday to Sunday.
- End
Time float64 - The number of seconds since the notification end time 00:00:00 (value range 0-86399).
- Group
Ids []float64 - Receive group list.
- Need
Phone float64Arrive Notice - Contact notification required 0= No 1= Yes.
- Notice
Ways []string - Notification Channel List EMAIL=Mail SMS=SMS CALL=Telephone WECHAT=WeChat RTX=Enterprise WeChat.
- Phone
Call stringType - Call type SYNC= Simultaneous call CIRCLE= Round call If this parameter is not specified, the default value is round call.
- Phone
Circle float64Interval - Number of seconds between polls (value range: 60-900).
- Phone
Circle float64Times - Number of telephone polls (value range: 1-5).
- Phone
Inner float64Interval - Number of seconds between calls in a polling session (value range: 60-900).
- Phone
Orders []float64 - Telephone polling list.
- Receiver
Type string - To filter alarm notification templates according to recipients, you need to select the notification user type. USER=user GROUP=user group Leave blank = not filter by recipient.
- Start
Time float64 - The number of seconds since the notification start time 00:00:00 (value range 0-86399).
- User
Ids []float64 - List of recipients.
- Weekdays []float64
- Notification period 1-7 indicates Monday to Sunday.
- end
Time Double - The number of seconds since the notification end time 00:00:00 (value range 0-86399).
- group
Ids List<Double> - Receive group list.
- need
Phone DoubleArrive Notice - Contact notification required 0= No 1= Yes.
- notice
Ways List<String> - Notification Channel List EMAIL=Mail SMS=SMS CALL=Telephone WECHAT=WeChat RTX=Enterprise WeChat.
- phone
Call StringType - Call type SYNC= Simultaneous call CIRCLE= Round call If this parameter is not specified, the default value is round call.
- phone
Circle DoubleInterval - Number of seconds between polls (value range: 60-900).
- phone
Circle DoubleTimes - Number of telephone polls (value range: 1-5).
- phone
Inner DoubleInterval - Number of seconds between calls in a polling session (value range: 60-900).
- phone
Orders List<Double> - Telephone polling list.
- receiver
Type String - To filter alarm notification templates according to recipients, you need to select the notification user type. USER=user GROUP=user group Leave blank = not filter by recipient.
- start
Time Double - The number of seconds since the notification start time 00:00:00 (value range 0-86399).
- user
Ids List<Double> - List of recipients.
- weekdays List<Double>
- Notification period 1-7 indicates Monday to Sunday.
- end
Time number - The number of seconds since the notification end time 00:00:00 (value range 0-86399).
- group
Ids number[] - Receive group list.
- need
Phone numberArrive Notice - Contact notification required 0= No 1= Yes.
- notice
Ways string[] - Notification Channel List EMAIL=Mail SMS=SMS CALL=Telephone WECHAT=WeChat RTX=Enterprise WeChat.
- phone
Call stringType - Call type SYNC= Simultaneous call CIRCLE= Round call If this parameter is not specified, the default value is round call.
- phone
Circle numberInterval - Number of seconds between polls (value range: 60-900).
- phone
Circle numberTimes - Number of telephone polls (value range: 1-5).
- phone
Inner numberInterval - Number of seconds between calls in a polling session (value range: 60-900).
- phone
Orders number[] - Telephone polling list.
- receiver
Type string - To filter alarm notification templates according to recipients, you need to select the notification user type. USER=user GROUP=user group Leave blank = not filter by recipient.
- start
Time number - The number of seconds since the notification start time 00:00:00 (value range 0-86399).
- user
Ids number[] - List of recipients.
- weekdays number[]
- Notification period 1-7 indicates Monday to Sunday.
- end_
time float - The number of seconds since the notification end time 00:00:00 (value range 0-86399).
- group_
ids Sequence[float] - Receive group list.
- need_
phone_ floatarrive_ notice - Contact notification required 0= No 1= Yes.
- notice_
ways Sequence[str] - Notification Channel List EMAIL=Mail SMS=SMS CALL=Telephone WECHAT=WeChat RTX=Enterprise WeChat.
- phone_
call_ strtype - Call type SYNC= Simultaneous call CIRCLE= Round call If this parameter is not specified, the default value is round call.
- phone_
circle_ floatinterval - Number of seconds between polls (value range: 60-900).
- phone_
circle_ floattimes - Number of telephone polls (value range: 1-5).
- phone_
inner_ floatinterval - Number of seconds between calls in a polling session (value range: 60-900).
- phone_
orders Sequence[float] - Telephone polling list.
- receiver_
type str - To filter alarm notification templates according to recipients, you need to select the notification user type. USER=user GROUP=user group Leave blank = not filter by recipient.
- start_
time float - The number of seconds since the notification start time 00:00:00 (value range 0-86399).
- user_
ids Sequence[float] - List of recipients.
- weekdays Sequence[float]
- Notification period 1-7 indicates Monday to Sunday.
- end
Time Number - The number of seconds since the notification end time 00:00:00 (value range 0-86399).
- group
Ids List<Number> - Receive group list.
- need
Phone NumberArrive Notice - Contact notification required 0= No 1= Yes.
- notice
Ways List<String> - Notification Channel List EMAIL=Mail SMS=SMS CALL=Telephone WECHAT=WeChat RTX=Enterprise WeChat.
- phone
Call StringType - Call type SYNC= Simultaneous call CIRCLE= Round call If this parameter is not specified, the default value is round call.
- phone
Circle NumberInterval - Number of seconds between polls (value range: 60-900).
- phone
Circle NumberTimes - Number of telephone polls (value range: 1-5).
- phone
Inner NumberInterval - Number of seconds between calls in a polling session (value range: 60-900).
- phone
Orders List<Number> - Telephone polling list.
- receiver
Type String - To filter alarm notification templates according to recipients, you need to select the notification user type. USER=user GROUP=user group Leave blank = not filter by recipient.
- start
Time Number - The number of seconds since the notification start time 00:00:00 (value range 0-86399).
- user
Ids List<Number> - List of recipients.
- weekdays List<Number>
- Notification period 1-7 indicates Monday to Sunday.
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
