1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getMonitorAlarmNotices
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

tencentcloud.getMonitorAlarmNotices

Explore with Pulumi AI

tencentcloud logo
tencentcloud 1.81.189 published on Wednesday, Apr 30, 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({
        groupIds: [],
        name: "",
        noticeIds: [],
        order: "DESC",
        ownerUid: 1,
        receiverType: "",
        userIds: [],
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    notices = tencentcloud.get_monitor_alarm_notices(group_ids=[],
        name="",
        notice_ids=[],
        order="DESC",
        owner_uid=1,
        receiver_type="",
        user_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{
    			GroupIds:     []interface{}{},
    			Name:         pulumi.StringRef(""),
    			NoticeIds:    []interface{}{},
    			Order:        pulumi.StringRef("DESC"),
    			OwnerUid:     pulumi.Float64Ref(1),
    			ReceiverType: pulumi.StringRef(""),
    			UserIds:      []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()
        {
            GroupIds = new() { },
            Name = "",
            NoticeIds = new() { },
            Order = "DESC",
            OwnerUid = 1,
            ReceiverType = "",
            UserIds = 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()
                .groupIds()
                .name("")
                .noticeIds()
                .order("DESC")
                .ownerUid(1)
                .receiverType("")
                .userIds()
                .build());
    
        }
    }
    
    variables:
      notices:
        fn::invoke:
          function: tencentcloud:getMonitorAlarmNotices
          arguments:
            groupIds: []
            name: ""
            noticeIds: []
            order: DESC
            ownerUid: 1
            receiverType: ""
            userIds: []
    

    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 dictionary

    The following arguments are supported:

    GroupIds List<double>
    Receive group list.
    Id string
    Alarm notification template ID.
    Name string
    Alarm notification template name Used for fuzzy search.
    NoticeIds List<string>
    Receive group list.
    Order string
    Sort by update time ASC=forward order DESC=reverse order.
    OwnerUid double
    The primary account uid is used to create a preset notification.
    ReceiverType 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.
    ResultOutputFile string
    Used to store results.
    UserIds List<double>
    List of recipients.
    GroupIds []float64
    Receive group list.
    Id string
    Alarm notification template ID.
    Name string
    Alarm notification template name Used for fuzzy search.
    NoticeIds []string
    Receive group list.
    Order string
    Sort by update time ASC=forward order DESC=reverse order.
    OwnerUid float64
    The primary account uid is used to create a preset notification.
    ReceiverType 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.
    ResultOutputFile string
    Used to store results.
    UserIds []float64
    List of recipients.
    groupIds List<Double>
    Receive group list.
    id String
    Alarm notification template ID.
    name String
    Alarm notification template name Used for fuzzy search.
    noticeIds List<String>
    Receive group list.
    order String
    Sort by update time ASC=forward order DESC=reverse order.
    ownerUid Double
    The primary account uid is used to create a preset notification.
    receiverType 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.
    resultOutputFile String
    Used to store results.
    userIds List<Double>
    List of recipients.
    groupIds number[]
    Receive group list.
    id string
    Alarm notification template ID.
    name string
    Alarm notification template name Used for fuzzy search.
    noticeIds string[]
    Receive group list.
    order string
    Sort by update time ASC=forward order DESC=reverse order.
    ownerUid number
    The primary account uid is used to create a preset notification.
    receiverType 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.
    resultOutputFile string
    Used to store results.
    userIds 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_file str
    Used to store results.
    user_ids Sequence[float]
    List of recipients.
    groupIds List<Number>
    Receive group list.
    id String
    Alarm notification template ID.
    name String
    Alarm notification template name Used for fuzzy search.
    noticeIds List<String>
    Receive group list.
    order String
    Sort by update time ASC=forward order DESC=reverse order.
    ownerUid Number
    The primary account uid is used to create a preset notification.
    receiverType 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.
    resultOutputFile String
    Used to store results.
    userIds List<Number>
    List of recipients.

    getMonitorAlarmNotices Result

    The following output properties are available:

    AlarmNotices List<GetMonitorAlarmNoticesAlarmNotice>
    Alarm notification template list.
    Id string
    Alarm notification template ID.
    GroupIds List<double>
    User group ID list.
    Name string
    Alarm notification template name.
    NoticeIds List<string>
    Order string
    OwnerUid double
    ReceiverType string
    Recipient Type USER=User GROUP=User Group.
    ResultOutputFile string
    UserIds List<double>
    User UID List.
    AlarmNotices []GetMonitorAlarmNoticesAlarmNotice
    Alarm notification template list.
    Id string
    Alarm notification template ID.
    GroupIds []float64
    User group ID list.
    Name string
    Alarm notification template name.
    NoticeIds []string
    Order string
    OwnerUid float64
    ReceiverType string
    Recipient Type USER=User GROUP=User Group.
    ResultOutputFile string
    UserIds []float64
    User UID List.
    alarmNotices List<GetMonitorAlarmNoticesAlarmNotice>
    Alarm notification template list.
    id String
    Alarm notification template ID.
    groupIds List<Double>
    User group ID list.
    name String
    Alarm notification template name.
    noticeIds List<String>
    order String
    ownerUid Double
    receiverType String
    Recipient Type USER=User GROUP=User Group.
    resultOutputFile String
    userIds List<Double>
    User UID List.
    alarmNotices GetMonitorAlarmNoticesAlarmNotice[]
    Alarm notification template list.
    id string
    Alarm notification template ID.
    groupIds number[]
    User group ID list.
    name string
    Alarm notification template name.
    noticeIds string[]
    order string
    ownerUid number
    receiverType string
    Recipient Type USER=User GROUP=User Group.
    resultOutputFile string
    userIds number[]
    User UID List.
    alarm_notices Sequence[GetMonitorAlarmNoticesAlarmNotice]
    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_file str
    user_ids Sequence[float]
    User UID List.
    alarmNotices List<Property Map>
    Alarm notification template list.
    id String
    Alarm notification template ID.
    groupIds List<Number>
    User group ID list.
    name String
    Alarm notification template name.
    noticeIds List<String>
    order String
    ownerUid Number
    receiverType String
    Recipient Type USER=User GROUP=User Group.
    resultOutputFile String
    userIds List<Number>
    User UID List.

    Supporting Types

    GetMonitorAlarmNoticesAlarmNotice

    AmpConsumerId string
    AMP consumer ID.
    ClsNotices List<GetMonitorAlarmNoticesAlarmNoticeClsNotice>
    A maximum of one alarm notification can be pushed to the CLS service.
    Id string
    Alarm notification template ID.
    IsPreset double
    Whether it is the system default notification template 0=No 1=Yes.
    Name string
    Alarm notification template name Used for fuzzy search.
    NoticeLanguage string
    Notification language zh-CN=Chinese en-US=English.
    NoticeType string
    Alarm notification type ALARM=Notification not restored OK=Notification restored ALL.
    PolicyIds List<string>
    List of alarm policy IDs bound to the alarm notification template.
    UpdatedAt string
    Last modified time.
    UpdatedBy string
    Last Modified By.
    UrlNotices List<GetMonitorAlarmNoticesAlarmNoticeUrlNotice>
    The maximum number of callback notifications is 3.
    UserNotices List<GetMonitorAlarmNoticesAlarmNoticeUserNotice>
    Alarm notification template list.(At most five).
    AmpConsumerId string
    AMP consumer ID.
    ClsNotices []GetMonitorAlarmNoticesAlarmNoticeClsNotice
    A maximum of one alarm notification can be pushed to the CLS service.
    Id string
    Alarm notification template ID.
    IsPreset float64
    Whether it is the system default notification template 0=No 1=Yes.
    Name string
    Alarm notification template name Used for fuzzy search.
    NoticeLanguage string
    Notification language zh-CN=Chinese en-US=English.
    NoticeType string
    Alarm notification type ALARM=Notification not restored OK=Notification restored ALL.
    PolicyIds []string
    List of alarm policy IDs bound to the alarm notification template.
    UpdatedAt string
    Last modified time.
    UpdatedBy string
    Last Modified By.
    UrlNotices []GetMonitorAlarmNoticesAlarmNoticeUrlNotice
    The maximum number of callback notifications is 3.
    UserNotices []GetMonitorAlarmNoticesAlarmNoticeUserNotice
    Alarm notification template list.(At most five).
    ampConsumerId String
    AMP consumer ID.
    clsNotices List<GetMonitorAlarmNoticesAlarmNoticeClsNotice>
    A maximum of one alarm notification can be pushed to the CLS service.
    id String
    Alarm notification template ID.
    isPreset Double
    Whether it is the system default notification template 0=No 1=Yes.
    name String
    Alarm notification template name Used for fuzzy search.
    noticeLanguage String
    Notification language zh-CN=Chinese en-US=English.
    noticeType String
    Alarm notification type ALARM=Notification not restored OK=Notification restored ALL.
    policyIds List<String>
    List of alarm policy IDs bound to the alarm notification template.
    updatedAt String
    Last modified time.
    updatedBy String
    Last Modified By.
    urlNotices List<GetMonitorAlarmNoticesAlarmNoticeUrlNotice>
    The maximum number of callback notifications is 3.
    userNotices List<GetMonitorAlarmNoticesAlarmNoticeUserNotice>
    Alarm notification template list.(At most five).
    ampConsumerId string
    AMP consumer ID.
    clsNotices GetMonitorAlarmNoticesAlarmNoticeClsNotice[]
    A maximum of one alarm notification can be pushed to the CLS service.
    id string
    Alarm notification template ID.
    isPreset number
    Whether it is the system default notification template 0=No 1=Yes.
    name string
    Alarm notification template name Used for fuzzy search.
    noticeLanguage string
    Notification language zh-CN=Chinese en-US=English.
    noticeType string
    Alarm notification type ALARM=Notification not restored OK=Notification restored ALL.
    policyIds string[]
    List of alarm policy IDs bound to the alarm notification template.
    updatedAt string
    Last modified time.
    updatedBy string
    Last Modified By.
    urlNotices GetMonitorAlarmNoticesAlarmNoticeUrlNotice[]
    The maximum number of callback notifications is 3.
    userNotices GetMonitorAlarmNoticesAlarmNoticeUserNotice[]
    Alarm notification template list.(At most five).
    amp_consumer_id str
    AMP consumer ID.
    cls_notices Sequence[GetMonitorAlarmNoticesAlarmNoticeClsNotice]
    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[GetMonitorAlarmNoticesAlarmNoticeUrlNotice]
    The maximum number of callback notifications is 3.
    user_notices Sequence[GetMonitorAlarmNoticesAlarmNoticeUserNotice]
    Alarm notification template list.(At most five).
    ampConsumerId String
    AMP consumer ID.
    clsNotices List<Property Map>
    A maximum of one alarm notification can be pushed to the CLS service.
    id String
    Alarm notification template ID.
    isPreset Number
    Whether it is the system default notification template 0=No 1=Yes.
    name String
    Alarm notification template name Used for fuzzy search.
    noticeLanguage String
    Notification language zh-CN=Chinese en-US=English.
    noticeType String
    Alarm notification type ALARM=Notification not restored OK=Notification restored ALL.
    policyIds List<String>
    List of alarm policy IDs bound to the alarm notification template.
    updatedAt String
    Last modified time.
    updatedBy String
    Last Modified By.
    urlNotices List<Property Map>
    The maximum number of callback notifications is 3.
    userNotices List<Property Map>
    Alarm notification template list.(At most five).

    GetMonitorAlarmNoticesAlarmNoticeClsNotice

    Enable double
    Start-stop status, can not be transmitted, default enabled. 0= Disabled, 1= enabled.
    LogSetId string
    Log collection Id.
    Region string
    Regional.
    TopicId string
    Theme Id.
    Enable float64
    Start-stop status, can not be transmitted, default enabled. 0= Disabled, 1= enabled.
    LogSetId string
    Log collection Id.
    Region string
    Regional.
    TopicId string
    Theme Id.
    enable Double
    Start-stop status, can not be transmitted, default enabled. 0= Disabled, 1= enabled.
    logSetId String
    Log collection Id.
    region String
    Regional.
    topicId String
    Theme Id.
    enable number
    Start-stop status, can not be transmitted, default enabled. 0= Disabled, 1= enabled.
    logSetId string
    Log collection Id.
    region string
    Regional.
    topicId string
    Theme Id.
    enable float
    Start-stop status, can not be transmitted, default enabled. 0= Disabled, 1= enabled.
    log_set_id str
    Log collection Id.
    region str
    Regional.
    topic_id str
    Theme Id.
    enable Number
    Start-stop status, can not be transmitted, default enabled. 0= Disabled, 1= enabled.
    logSetId String
    Log collection Id.
    region String
    Regional.
    topicId String
    Theme Id.

    GetMonitorAlarmNoticesAlarmNoticeUrlNotice

    EndTime double
    The number of seconds since the notification end time 00:00:00 (value range 0-86399).
    StartTime 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.
    EndTime float64
    The number of seconds since the notification end time 00:00:00 (value range 0-86399).
    StartTime 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.
    endTime Double
    The number of seconds since the notification end time 00:00:00 (value range 0-86399).
    startTime 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.
    endTime number
    The number of seconds since the notification end time 00:00:00 (value range 0-86399).
    startTime 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.
    endTime Number
    The number of seconds since the notification end time 00:00:00 (value range 0-86399).
    startTime 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

    EndTime double
    The number of seconds since the notification end time 00:00:00 (value range 0-86399).
    GroupIds List<double>
    Receive group list.
    NeedPhoneArriveNotice double
    Contact notification required 0= No 1= Yes.
    NoticeWays List<string>
    Notification Channel List EMAIL=Mail SMS=SMS CALL=Telephone WECHAT=WeChat RTX=Enterprise WeChat.
    PhoneCallType string
    Call type SYNC= Simultaneous call CIRCLE= Round call If this parameter is not specified, the default value is round call.
    PhoneCircleInterval double
    Number of seconds between polls (value range: 60-900).
    PhoneCircleTimes double
    Number of telephone polls (value range: 1-5).
    PhoneInnerInterval double
    Number of seconds between calls in a polling session (value range: 60-900).
    PhoneOrders List<double>
    Telephone polling list.
    ReceiverType 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.
    StartTime double
    The number of seconds since the notification start time 00:00:00 (value range 0-86399).
    UserIds List<double>
    List of recipients.
    Weekdays List<double>
    Notification period 1-7 indicates Monday to Sunday.
    EndTime float64
    The number of seconds since the notification end time 00:00:00 (value range 0-86399).
    GroupIds []float64
    Receive group list.
    NeedPhoneArriveNotice float64
    Contact notification required 0= No 1= Yes.
    NoticeWays []string
    Notification Channel List EMAIL=Mail SMS=SMS CALL=Telephone WECHAT=WeChat RTX=Enterprise WeChat.
    PhoneCallType string
    Call type SYNC= Simultaneous call CIRCLE= Round call If this parameter is not specified, the default value is round call.
    PhoneCircleInterval float64
    Number of seconds between polls (value range: 60-900).
    PhoneCircleTimes float64
    Number of telephone polls (value range: 1-5).
    PhoneInnerInterval float64
    Number of seconds between calls in a polling session (value range: 60-900).
    PhoneOrders []float64
    Telephone polling list.
    ReceiverType 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.
    StartTime float64
    The number of seconds since the notification start time 00:00:00 (value range 0-86399).
    UserIds []float64
    List of recipients.
    Weekdays []float64
    Notification period 1-7 indicates Monday to Sunday.
    endTime Double
    The number of seconds since the notification end time 00:00:00 (value range 0-86399).
    groupIds List<Double>
    Receive group list.
    needPhoneArriveNotice Double
    Contact notification required 0= No 1= Yes.
    noticeWays List<String>
    Notification Channel List EMAIL=Mail SMS=SMS CALL=Telephone WECHAT=WeChat RTX=Enterprise WeChat.
    phoneCallType String
    Call type SYNC= Simultaneous call CIRCLE= Round call If this parameter is not specified, the default value is round call.
    phoneCircleInterval Double
    Number of seconds between polls (value range: 60-900).
    phoneCircleTimes Double
    Number of telephone polls (value range: 1-5).
    phoneInnerInterval Double
    Number of seconds between calls in a polling session (value range: 60-900).
    phoneOrders List<Double>
    Telephone polling list.
    receiverType 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.
    startTime Double
    The number of seconds since the notification start time 00:00:00 (value range 0-86399).
    userIds List<Double>
    List of recipients.
    weekdays List<Double>
    Notification period 1-7 indicates Monday to Sunday.
    endTime number
    The number of seconds since the notification end time 00:00:00 (value range 0-86399).
    groupIds number[]
    Receive group list.
    needPhoneArriveNotice number
    Contact notification required 0= No 1= Yes.
    noticeWays string[]
    Notification Channel List EMAIL=Mail SMS=SMS CALL=Telephone WECHAT=WeChat RTX=Enterprise WeChat.
    phoneCallType string
    Call type SYNC= Simultaneous call CIRCLE= Round call If this parameter is not specified, the default value is round call.
    phoneCircleInterval number
    Number of seconds between polls (value range: 60-900).
    phoneCircleTimes number
    Number of telephone polls (value range: 1-5).
    phoneInnerInterval number
    Number of seconds between calls in a polling session (value range: 60-900).
    phoneOrders number[]
    Telephone polling list.
    receiverType 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.
    startTime number
    The number of seconds since the notification start time 00:00:00 (value range 0-86399).
    userIds 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_arrive_notice float
    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_type str
    Call type SYNC= Simultaneous call CIRCLE= Round call If this parameter is not specified, the default value is round call.
    phone_circle_interval float
    Number of seconds between polls (value range: 60-900).
    phone_circle_times float
    Number of telephone polls (value range: 1-5).
    phone_inner_interval float
    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.
    endTime Number
    The number of seconds since the notification end time 00:00:00 (value range 0-86399).
    groupIds List<Number>
    Receive group list.
    needPhoneArriveNotice Number
    Contact notification required 0= No 1= Yes.
    noticeWays List<String>
    Notification Channel List EMAIL=Mail SMS=SMS CALL=Telephone WECHAT=WeChat RTX=Enterprise WeChat.
    phoneCallType String
    Call type SYNC= Simultaneous call CIRCLE= Round call If this parameter is not specified, the default value is round call.
    phoneCircleInterval Number
    Number of seconds between polls (value range: 60-900).
    phoneCircleTimes Number
    Number of telephone polls (value range: 1-5).
    phoneInnerInterval Number
    Number of seconds between calls in a polling session (value range: 60-900).
    phoneOrders List<Number>
    Telephone polling list.
    receiverType 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.
    startTime Number
    The number of seconds since the notification start time 00:00:00 (value range 0-86399).
    userIds 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 tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack