tencentcloud-sdk-python-cls 3.1.154__tar.gz → 3.1.157__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_cls-3.1.154 → tencentcloud_sdk_python_cls-3.1.157}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_cls-3.1.154 → tencentcloud_sdk_python_cls-3.1.157}/setup.py +1 -1
  3. {tencentcloud_sdk_python_cls-3.1.154 → tencentcloud_sdk_python_cls-3.1.157}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_cls-3.1.154 → tencentcloud_sdk_python_cls-3.1.157}/tencentcloud/cls/v20201016/models.py +137 -214
  5. {tencentcloud_sdk_python_cls-3.1.154 → tencentcloud_sdk_python_cls-3.1.157}/tencentcloud_sdk_python_cls.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_cls-3.1.157/tencentcloud_sdk_python_cls.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_cls-3.1.154/tencentcloud_sdk_python_cls.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_cls-3.1.154 → tencentcloud_sdk_python_cls-3.1.157}/README.rst +0 -0
  9. {tencentcloud_sdk_python_cls-3.1.154 → tencentcloud_sdk_python_cls-3.1.157}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_cls-3.1.154 → tencentcloud_sdk_python_cls-3.1.157}/tencentcloud/cls/__init__.py +0 -0
  11. {tencentcloud_sdk_python_cls-3.1.154 → tencentcloud_sdk_python_cls-3.1.157}/tencentcloud/cls/v20201016/__init__.py +0 -0
  12. {tencentcloud_sdk_python_cls-3.1.154 → tencentcloud_sdk_python_cls-3.1.157}/tencentcloud/cls/v20201016/cls_client.py +0 -0
  13. {tencentcloud_sdk_python_cls-3.1.154 → tencentcloud_sdk_python_cls-3.1.157}/tencentcloud/cls/v20201016/cls_client_async.py +0 -0
  14. {tencentcloud_sdk_python_cls-3.1.154 → tencentcloud_sdk_python_cls-3.1.157}/tencentcloud/cls/v20201016/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_cls-3.1.154 → tencentcloud_sdk_python_cls-3.1.157}/tencentcloud_sdk_python_cls.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_cls-3.1.154 → tencentcloud_sdk_python_cls-3.1.157}/tencentcloud_sdk_python_cls.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_cls-3.1.154 → tencentcloud_sdk_python_cls-3.1.157}/tencentcloud_sdk_python_cls.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.1.154
3
+ Version: 3.1.157
4
4
  Summary: Tencent Cloud Cls SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.154
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.157
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
8
8
 
9
9
  setup(
10
10
  name='tencentcloud-sdk-python-cls',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.154,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.157,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Cls SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.154'
17
+ __version__ = '3.1.157'
@@ -1021,60 +1021,41 @@ class AlarmNotice(AbstractModel):
1021
1021
 
1022
1022
  def __init__(self):
1023
1023
  r"""
1024
- :param _Name: 告警通知渠道组名称。
1024
+ :param _Name: <p>告警通知渠道组名称。</p>
1025
1025
  :type Name: str
1026
- :param _Tags: 告警通知渠道组绑定的标签信息。
1026
+ :param _Tags: <p>告警通知渠道组绑定的标签信息。</p>
1027
1027
  :type Tags: list of Tag
1028
- :param _Type: 告警模板的类型。可选值:
1029
- <br><li> Trigger - 告警触发</li>
1030
- <br><li> Recovery - 告警恢复</li>
1031
- <br><li> All - 告警触发和告警恢复</li>
1028
+ :param _Type: <p>告警模板的类型。可选值:<br><br><li> Trigger - 告警触发</li><br><br><li> Recovery - 告警恢复</li><br><br><li> All - 告警触发和告警恢复</li></p>
1032
1029
  :type Type: str
1033
- :param _NoticeReceivers: 告警通知模板接收者信息。
1030
+ :param _NoticeReceivers: <p>告警通知模板接收者信息。</p>
1034
1031
  :type NoticeReceivers: list of NoticeReceiver
1035
- :param _WebCallbacks: 告警通知模板回调信息。
1032
+ :param _WebCallbacks: <p>告警通知模板回调信息。</p>
1036
1033
  :type WebCallbacks: list of WebCallback
1037
- :param _AlarmNoticeId: 告警通知模板ID
1034
+ :param _AlarmNoticeId: <p>告警通知模板ID。</p>
1038
1035
  :type AlarmNoticeId: str
1039
- :param _NoticeRules: 通知规则。
1036
+ :param _NoticeRules: <p>通知规则。</p>
1040
1037
  :type NoticeRules: list of NoticeRule
1041
- :param _AlarmShieldStatus: 免登录操作告警开关。
1042
- 参数值: 1:关闭 2:开启(默认开启)
1038
+ :param _AlarmShieldStatus: <p>免登录操作告警开关。<br>参数值: 1:关闭 2:开启(默认开启)</p>
1043
1039
  :type AlarmShieldStatus: int
1044
- :param _JumpDomain: 调用链接域名。http:// 或者 https:// 开头,不能/结尾
1040
+ :param _SecureDetailStatus: <p>告警详情需要安全认证登录开关,未传时默认&quot;关闭&quot;</p><p>枚举值:</p><ul><li>1: 关闭(默认值)</li><li>2: 开启</li></ul>
1041
+ :type SecureDetailStatus: int
1042
+ :param _JumpDomain: <p>调用链接域名。http:// 或者 https:// 开头,不能/结尾</p>
1045
1043
  :type JumpDomain: str
1046
- :param _AlarmNoticeDeliverConfig: 投递相关信息。
1044
+ :param _AlarmNoticeDeliverConfig: <p>投递相关信息。</p>
1047
1045
  注意:此字段可能返回 null,表示取不到有效值。
1048
1046
  :type AlarmNoticeDeliverConfig: :class:`tencentcloud.cls.v20201016.models.AlarmNoticeDeliverConfig`
1049
- :param _CreateTime: 创建时间。格式: YYYY-MM-DD HH:MM:SS
1047
+ :param _CreateTime: <p>创建时间。格式: YYYY-MM-DD HH:MM:SS</p>
1050
1048
  :type CreateTime: str
1051
- :param _UpdateTime: 最近更新时间。格式: YYYY-MM-DD HH:MM:SS
1049
+ :param _UpdateTime: <p>最近更新时间。格式: YYYY-MM-DD HH:MM:SS</p>
1052
1050
  :type UpdateTime: str
1053
- :param _DeliverStatus: 投递日志开关。
1054
-
1055
- 参数值:
1056
-
1057
- 1:关闭
1058
-
1059
- 2:开启
1060
-
1051
+ :param _DeliverStatus: <p>投递日志开关。</p><p>参数值:</p><p>1:关闭</p><p>2:开启</p>
1061
1052
  :type DeliverStatus: int
1062
- :param _DeliverFlag: 投递日志标识。
1063
-
1064
- 参数值:
1065
-
1066
- 1:未启用
1067
-
1068
- 2:已启用
1069
-
1070
- 3:投递异常
1053
+ :param _DeliverFlag: <p>投递日志标识。</p><p>参数值:</p><p>1:未启用</p><p>2:已启用</p><p>3:投递异常</p>
1071
1054
  :type DeliverFlag: int
1072
- :param _AlarmShieldCount: 通知渠道组配置的告警屏蔽统计状态数量信息。
1055
+ :param _AlarmShieldCount: <p>通知渠道组配置的告警屏蔽统计状态数量信息。</p>
1073
1056
  注意:此字段可能返回 null,表示取不到有效值。
1074
1057
  :type AlarmShieldCount: :class:`tencentcloud.cls.v20201016.models.AlarmShieldCount`
1075
- :param _CallbackPrioritize: 统一设定自定义回调参数。
1076
- - true: 使用通知内容模板中的自定义回调参数覆盖告警策略中单独配置的请求头及请求内容。
1077
- - false:优先使用告警策略中单独配置的请求头及请求内容。
1058
+ :param _CallbackPrioritize: <p>统一设定自定义回调参数。</p><ul><li>true: 使用通知内容模板中的自定义回调参数覆盖告警策略中单独配置的请求头及请求内容。</li><li>false:优先使用告警策略中单独配置的请求头及请求内容。</li></ul>
1078
1059
  :type CallbackPrioritize: bool
1079
1060
  """
1080
1061
  self._Name = None
@@ -1085,6 +1066,7 @@ class AlarmNotice(AbstractModel):
1085
1066
  self._AlarmNoticeId = None
1086
1067
  self._NoticeRules = None
1087
1068
  self._AlarmShieldStatus = None
1069
+ self._SecureDetailStatus = None
1088
1070
  self._JumpDomain = None
1089
1071
  self._AlarmNoticeDeliverConfig = None
1090
1072
  self._CreateTime = None
@@ -1096,7 +1078,7 @@ class AlarmNotice(AbstractModel):
1096
1078
 
1097
1079
  @property
1098
1080
  def Name(self):
1099
- r"""告警通知渠道组名称。
1081
+ r"""<p>告警通知渠道组名称。</p>
1100
1082
  :rtype: str
1101
1083
  """
1102
1084
  return self._Name
@@ -1107,7 +1089,7 @@ class AlarmNotice(AbstractModel):
1107
1089
 
1108
1090
  @property
1109
1091
  def Tags(self):
1110
- r"""告警通知渠道组绑定的标签信息。
1092
+ r"""<p>告警通知渠道组绑定的标签信息。</p>
1111
1093
  :rtype: list of Tag
1112
1094
  """
1113
1095
  return self._Tags
@@ -1118,10 +1100,7 @@ class AlarmNotice(AbstractModel):
1118
1100
 
1119
1101
  @property
1120
1102
  def Type(self):
1121
- r"""告警模板的类型。可选值:
1122
- <br><li> Trigger - 告警触发</li>
1123
- <br><li> Recovery - 告警恢复</li>
1124
- <br><li> All - 告警触发和告警恢复</li>
1103
+ r"""<p>告警模板的类型。可选值:<br><br><li> Trigger - 告警触发</li><br><br><li> Recovery - 告警恢复</li><br><br><li> All - 告警触发和告警恢复</li></p>
1125
1104
  :rtype: str
1126
1105
  """
1127
1106
  return self._Type
@@ -1132,7 +1111,7 @@ class AlarmNotice(AbstractModel):
1132
1111
 
1133
1112
  @property
1134
1113
  def NoticeReceivers(self):
1135
- r"""告警通知模板接收者信息。
1114
+ r"""<p>告警通知模板接收者信息。</p>
1136
1115
  :rtype: list of NoticeReceiver
1137
1116
  """
1138
1117
  return self._NoticeReceivers
@@ -1143,7 +1122,7 @@ class AlarmNotice(AbstractModel):
1143
1122
 
1144
1123
  @property
1145
1124
  def WebCallbacks(self):
1146
- r"""告警通知模板回调信息。
1125
+ r"""<p>告警通知模板回调信息。</p>
1147
1126
  :rtype: list of WebCallback
1148
1127
  """
1149
1128
  return self._WebCallbacks
@@ -1154,7 +1133,7 @@ class AlarmNotice(AbstractModel):
1154
1133
 
1155
1134
  @property
1156
1135
  def AlarmNoticeId(self):
1157
- r"""告警通知模板ID
1136
+ r"""<p>告警通知模板ID。</p>
1158
1137
  :rtype: str
1159
1138
  """
1160
1139
  return self._AlarmNoticeId
@@ -1165,7 +1144,7 @@ class AlarmNotice(AbstractModel):
1165
1144
 
1166
1145
  @property
1167
1146
  def NoticeRules(self):
1168
- r"""通知规则。
1147
+ r"""<p>通知规则。</p>
1169
1148
  :rtype: list of NoticeRule
1170
1149
  """
1171
1150
  return self._NoticeRules
@@ -1176,8 +1155,7 @@ class AlarmNotice(AbstractModel):
1176
1155
 
1177
1156
  @property
1178
1157
  def AlarmShieldStatus(self):
1179
- r"""免登录操作告警开关。
1180
- 参数值: 1:关闭 2:开启(默认开启)
1158
+ r"""<p>免登录操作告警开关。<br>参数值: 1:关闭 2:开启(默认开启)</p>
1181
1159
  :rtype: int
1182
1160
  """
1183
1161
  return self._AlarmShieldStatus
@@ -1186,9 +1164,20 @@ class AlarmNotice(AbstractModel):
1186
1164
  def AlarmShieldStatus(self, AlarmShieldStatus):
1187
1165
  self._AlarmShieldStatus = AlarmShieldStatus
1188
1166
 
1167
+ @property
1168
+ def SecureDetailStatus(self):
1169
+ r"""<p>告警详情需要安全认证登录开关,未传时默认&quot;关闭&quot;</p><p>枚举值:</p><ul><li>1: 关闭(默认值)</li><li>2: 开启</li></ul>
1170
+ :rtype: int
1171
+ """
1172
+ return self._SecureDetailStatus
1173
+
1174
+ @SecureDetailStatus.setter
1175
+ def SecureDetailStatus(self, SecureDetailStatus):
1176
+ self._SecureDetailStatus = SecureDetailStatus
1177
+
1189
1178
  @property
1190
1179
  def JumpDomain(self):
1191
- r"""调用链接域名。http:// 或者 https:// 开头,不能/结尾
1180
+ r"""<p>调用链接域名。http:// 或者 https:// 开头,不能/结尾</p>
1192
1181
  :rtype: str
1193
1182
  """
1194
1183
  return self._JumpDomain
@@ -1199,7 +1188,7 @@ class AlarmNotice(AbstractModel):
1199
1188
 
1200
1189
  @property
1201
1190
  def AlarmNoticeDeliverConfig(self):
1202
- r"""投递相关信息。
1191
+ r"""<p>投递相关信息。</p>
1203
1192
  注意:此字段可能返回 null,表示取不到有效值。
1204
1193
  :rtype: :class:`tencentcloud.cls.v20201016.models.AlarmNoticeDeliverConfig`
1205
1194
  """
@@ -1211,7 +1200,7 @@ class AlarmNotice(AbstractModel):
1211
1200
 
1212
1201
  @property
1213
1202
  def CreateTime(self):
1214
- r"""创建时间。格式: YYYY-MM-DD HH:MM:SS
1203
+ r"""<p>创建时间。格式: YYYY-MM-DD HH:MM:SS</p>
1215
1204
  :rtype: str
1216
1205
  """
1217
1206
  return self._CreateTime
@@ -1222,7 +1211,7 @@ class AlarmNotice(AbstractModel):
1222
1211
 
1223
1212
  @property
1224
1213
  def UpdateTime(self):
1225
- r"""最近更新时间。格式: YYYY-MM-DD HH:MM:SS
1214
+ r"""<p>最近更新时间。格式: YYYY-MM-DD HH:MM:SS</p>
1226
1215
  :rtype: str
1227
1216
  """
1228
1217
  return self._UpdateTime
@@ -1233,14 +1222,7 @@ class AlarmNotice(AbstractModel):
1233
1222
 
1234
1223
  @property
1235
1224
  def DeliverStatus(self):
1236
- r"""投递日志开关。
1237
-
1238
- 参数值:
1239
-
1240
- 1:关闭
1241
-
1242
- 2:开启
1243
-
1225
+ r"""<p>投递日志开关。</p><p>参数值:</p><p>1:关闭</p><p>2:开启</p>
1244
1226
  :rtype: int
1245
1227
  """
1246
1228
  return self._DeliverStatus
@@ -1251,15 +1233,7 @@ class AlarmNotice(AbstractModel):
1251
1233
 
1252
1234
  @property
1253
1235
  def DeliverFlag(self):
1254
- r"""投递日志标识。
1255
-
1256
- 参数值:
1257
-
1258
- 1:未启用
1259
-
1260
- 2:已启用
1261
-
1262
- 3:投递异常
1236
+ r"""<p>投递日志标识。</p><p>参数值:</p><p>1:未启用</p><p>2:已启用</p><p>3:投递异常</p>
1263
1237
  :rtype: int
1264
1238
  """
1265
1239
  return self._DeliverFlag
@@ -1270,7 +1244,7 @@ class AlarmNotice(AbstractModel):
1270
1244
 
1271
1245
  @property
1272
1246
  def AlarmShieldCount(self):
1273
- r"""通知渠道组配置的告警屏蔽统计状态数量信息。
1247
+ r"""<p>通知渠道组配置的告警屏蔽统计状态数量信息。</p>
1274
1248
  注意:此字段可能返回 null,表示取不到有效值。
1275
1249
  :rtype: :class:`tencentcloud.cls.v20201016.models.AlarmShieldCount`
1276
1250
  """
@@ -1282,9 +1256,7 @@ class AlarmNotice(AbstractModel):
1282
1256
 
1283
1257
  @property
1284
1258
  def CallbackPrioritize(self):
1285
- r"""统一设定自定义回调参数。
1286
- - true: 使用通知内容模板中的自定义回调参数覆盖告警策略中单独配置的请求头及请求内容。
1287
- - false:优先使用告警策略中单独配置的请求头及请求内容。
1259
+ r"""<p>统一设定自定义回调参数。</p><ul><li>true: 使用通知内容模板中的自定义回调参数覆盖告警策略中单独配置的请求头及请求内容。</li><li>false:优先使用告警策略中单独配置的请求头及请求内容。</li></ul>
1288
1260
  :rtype: bool
1289
1261
  """
1290
1262
  return self._CallbackPrioritize
@@ -1323,6 +1295,7 @@ class AlarmNotice(AbstractModel):
1323
1295
  obj._deserialize(item)
1324
1296
  self._NoticeRules.append(obj)
1325
1297
  self._AlarmShieldStatus = params.get("AlarmShieldStatus")
1298
+ self._SecureDetailStatus = params.get("SecureDetailStatus")
1326
1299
  self._JumpDomain = params.get("JumpDomain")
1327
1300
  if params.get("AlarmNoticeDeliverConfig") is not None:
1328
1301
  self._AlarmNoticeDeliverConfig = AlarmNoticeDeliverConfig()
@@ -7466,41 +7439,29 @@ class CreateAlarmNoticeRequest(AbstractModel):
7466
7439
 
7467
7440
  def __init__(self):
7468
7441
  r"""
7469
- :param _Name: 通知渠道组名称。最大支持255个字节。 不支持 '|'。
7442
+ :param _Name: <p>通知渠道组名称。最大支持255个字节。 不支持 &#39;|&#39;。</p>
7470
7443
  :type Name: str
7471
- :param _Tags: 标签描述列表,通过指定该参数可以同时绑定标签到相应的通知渠道组。最大支持50个标签键值对,并且不能有重复的键值对。
7444
+ :param _Tags: <p>标签描述列表,通过指定该参数可以同时绑定标签到相应的通知渠道组。最大支持50个标签键值对,并且不能有重复的键值对。</p>
7472
7445
  :type Tags: list of Tag
7473
- :param _Type: 【简易模式】(简易模式/告警模式二选一,分别配置相应参数)
7474
- 需要发送通知的告警类型。可选值:
7475
- - Trigger - 告警触发
7476
- - Recovery - 告警恢复
7477
- - All - 告警触发和告警恢复
7446
+ :param _Type: <p>【简易模式】(简易模式/告警模式二选一,分别配置相应参数)<br>需要发送通知的告警类型。可选值:</p><ul><li>Trigger - 告警触发</li><li>Recovery - 告警恢复</li><li>All - 告警触发和告警恢复</li></ul>
7478
7447
  :type Type: str
7479
- :param _NoticeReceivers: 【简易模式】(简易模式/告警模式二选一,分别配置相应参数)
7480
- 通知接收对象。
7448
+ :param _NoticeReceivers: <p>【简易模式】(简易模式/告警模式二选一,分别配置相应参数)<br>通知接收对象。</p>
7481
7449
  :type NoticeReceivers: list of NoticeReceiver
7482
- :param _WebCallbacks: 【简易模式】(简易模式/告警模式二选一,分别配置相应参数)
7483
- 接口回调信息(包括企业微信、钉钉、飞书)。
7450
+ :param _WebCallbacks: <p>【简易模式】(简易模式/告警模式二选一,分别配置相应参数)<br>接口回调信息(包括企业微信、钉钉、飞书)。</p>
7484
7451
  :type WebCallbacks: list of WebCallback
7485
- :param _NoticeRules: 【高级模式】(简易模式/告警模式二选一,分别配置相应参数)
7486
- 通知规则。
7452
+ :param _NoticeRules: <p>【高级模式】(简易模式/告警模式二选一,分别配置相应参数)<br>通知规则。</p>
7487
7453
  :type NoticeRules: list of NoticeRule
7488
- :param _JumpDomain: 查询数据链接。http:// 或者 https:// 开头,不能/结尾
7454
+ :param _JumpDomain: <p>查询数据链接。http:// 或者 https:// 开头,不能/结尾</p>
7489
7455
  :type JumpDomain: str
7490
- :param _DeliverStatus: 投递日志开关。可取值如下:
7491
- 1:关闭(默认值);
7492
- 2:开启
7493
- 投递日志开关开启时, DeliverConfig参数必填。
7456
+ :param _DeliverStatus: <p>投递日志开关。可取值如下:<br>1:关闭(默认值);<br>2:开启<br>投递日志开关开启时, DeliverConfig参数必填。</p>
7494
7457
  :type DeliverStatus: int
7495
- :param _DeliverConfig: 投递日志配置参数。当DeliverStatus开启时,必填。
7458
+ :param _DeliverConfig: <p>投递日志配置参数。当DeliverStatus开启时,必填。</p>
7496
7459
  :type DeliverConfig: :class:`tencentcloud.cls.v20201016.models.DeliverConfig`
7497
- :param _AlarmShieldStatus: 免登录操作告警开关。可取值如下:
7498
- - 1:关闭
7499
- - 2:开启(默认值)
7460
+ :param _AlarmShieldStatus: <p>免登录操作告警开关。可取值如下:</p><ul><li>1:关闭</li><li>2:开启(默认值)</li></ul>
7500
7461
  :type AlarmShieldStatus: int
7501
- :param _CallbackPrioritize: 统一设定自定义回调参数。
7502
- - true: 使用通知内容模板中的自定义回调参数覆盖告警策略中单独配置的请求头及请求内容。
7503
- - false:优先使用告警策略中单独配置的请求头及请求内容。
7462
+ :param _SecureDetailStatus: <p>告警详情安全认证跳转开关,未传时默认&quot;关闭&quot;</p><p>枚举值:</p><ul><li>1: 关闭(默认值)</li><li>2: 开启</li></ul>
7463
+ :type SecureDetailStatus: int
7464
+ :param _CallbackPrioritize: <p>统一设定自定义回调参数。</p><ul><li>true: 使用通知内容模板中的自定义回调参数覆盖告警策略中单独配置的请求头及请求内容。</li><li>false:优先使用告警策略中单独配置的请求头及请求内容。</li></ul>
7504
7465
  :type CallbackPrioritize: bool
7505
7466
  """
7506
7467
  self._Name = None
@@ -7513,11 +7474,12 @@ class CreateAlarmNoticeRequest(AbstractModel):
7513
7474
  self._DeliverStatus = None
7514
7475
  self._DeliverConfig = None
7515
7476
  self._AlarmShieldStatus = None
7477
+ self._SecureDetailStatus = None
7516
7478
  self._CallbackPrioritize = None
7517
7479
 
7518
7480
  @property
7519
7481
  def Name(self):
7520
- r"""通知渠道组名称。最大支持255个字节。 不支持 '|'。
7482
+ r"""<p>通知渠道组名称。最大支持255个字节。 不支持 &#39;|&#39;。</p>
7521
7483
  :rtype: str
7522
7484
  """
7523
7485
  return self._Name
@@ -7528,7 +7490,7 @@ class CreateAlarmNoticeRequest(AbstractModel):
7528
7490
 
7529
7491
  @property
7530
7492
  def Tags(self):
7531
- r"""标签描述列表,通过指定该参数可以同时绑定标签到相应的通知渠道组。最大支持50个标签键值对,并且不能有重复的键值对。
7493
+ r"""<p>标签描述列表,通过指定该参数可以同时绑定标签到相应的通知渠道组。最大支持50个标签键值对,并且不能有重复的键值对。</p>
7532
7494
  :rtype: list of Tag
7533
7495
  """
7534
7496
  return self._Tags
@@ -7539,11 +7501,7 @@ class CreateAlarmNoticeRequest(AbstractModel):
7539
7501
 
7540
7502
  @property
7541
7503
  def Type(self):
7542
- r"""【简易模式】(简易模式/告警模式二选一,分别配置相应参数)
7543
- 需要发送通知的告警类型。可选值:
7544
- - Trigger - 告警触发
7545
- - Recovery - 告警恢复
7546
- - All - 告警触发和告警恢复
7504
+ r"""<p>【简易模式】(简易模式/告警模式二选一,分别配置相应参数)<br>需要发送通知的告警类型。可选值:</p><ul><li>Trigger - 告警触发</li><li>Recovery - 告警恢复</li><li>All - 告警触发和告警恢复</li></ul>
7547
7505
  :rtype: str
7548
7506
  """
7549
7507
  return self._Type
@@ -7554,8 +7512,7 @@ class CreateAlarmNoticeRequest(AbstractModel):
7554
7512
 
7555
7513
  @property
7556
7514
  def NoticeReceivers(self):
7557
- r"""【简易模式】(简易模式/告警模式二选一,分别配置相应参数)
7558
- 通知接收对象。
7515
+ r"""<p>【简易模式】(简易模式/告警模式二选一,分别配置相应参数)<br>通知接收对象。</p>
7559
7516
  :rtype: list of NoticeReceiver
7560
7517
  """
7561
7518
  return self._NoticeReceivers
@@ -7566,8 +7523,7 @@ class CreateAlarmNoticeRequest(AbstractModel):
7566
7523
 
7567
7524
  @property
7568
7525
  def WebCallbacks(self):
7569
- r"""【简易模式】(简易模式/告警模式二选一,分别配置相应参数)
7570
- 接口回调信息(包括企业微信、钉钉、飞书)。
7526
+ r"""<p>【简易模式】(简易模式/告警模式二选一,分别配置相应参数)<br>接口回调信息(包括企业微信、钉钉、飞书)。</p>
7571
7527
  :rtype: list of WebCallback
7572
7528
  """
7573
7529
  return self._WebCallbacks
@@ -7578,8 +7534,7 @@ class CreateAlarmNoticeRequest(AbstractModel):
7578
7534
 
7579
7535
  @property
7580
7536
  def NoticeRules(self):
7581
- r"""【高级模式】(简易模式/告警模式二选一,分别配置相应参数)
7582
- 通知规则。
7537
+ r"""<p>【高级模式】(简易模式/告警模式二选一,分别配置相应参数)<br>通知规则。</p>
7583
7538
  :rtype: list of NoticeRule
7584
7539
  """
7585
7540
  return self._NoticeRules
@@ -7590,7 +7545,7 @@ class CreateAlarmNoticeRequest(AbstractModel):
7590
7545
 
7591
7546
  @property
7592
7547
  def JumpDomain(self):
7593
- r"""查询数据链接。http:// 或者 https:// 开头,不能/结尾
7548
+ r"""<p>查询数据链接。http:// 或者 https:// 开头,不能/结尾</p>
7594
7549
  :rtype: str
7595
7550
  """
7596
7551
  return self._JumpDomain
@@ -7601,10 +7556,7 @@ class CreateAlarmNoticeRequest(AbstractModel):
7601
7556
 
7602
7557
  @property
7603
7558
  def DeliverStatus(self):
7604
- r"""投递日志开关。可取值如下:
7605
- 1:关闭(默认值);
7606
- 2:开启
7607
- 投递日志开关开启时, DeliverConfig参数必填。
7559
+ r"""<p>投递日志开关。可取值如下:<br>1:关闭(默认值);<br>2:开启<br>投递日志开关开启时, DeliverConfig参数必填。</p>
7608
7560
  :rtype: int
7609
7561
  """
7610
7562
  return self._DeliverStatus
@@ -7615,7 +7567,7 @@ class CreateAlarmNoticeRequest(AbstractModel):
7615
7567
 
7616
7568
  @property
7617
7569
  def DeliverConfig(self):
7618
- r"""投递日志配置参数。当DeliverStatus开启时,必填。
7570
+ r"""<p>投递日志配置参数。当DeliverStatus开启时,必填。</p>
7619
7571
  :rtype: :class:`tencentcloud.cls.v20201016.models.DeliverConfig`
7620
7572
  """
7621
7573
  return self._DeliverConfig
@@ -7626,9 +7578,7 @@ class CreateAlarmNoticeRequest(AbstractModel):
7626
7578
 
7627
7579
  @property
7628
7580
  def AlarmShieldStatus(self):
7629
- r"""免登录操作告警开关。可取值如下:
7630
- - 1:关闭
7631
- - 2:开启(默认值)
7581
+ r"""<p>免登录操作告警开关。可取值如下:</p><ul><li>1:关闭</li><li>2:开启(默认值)</li></ul>
7632
7582
  :rtype: int
7633
7583
  """
7634
7584
  return self._AlarmShieldStatus
@@ -7637,11 +7587,20 @@ class CreateAlarmNoticeRequest(AbstractModel):
7637
7587
  def AlarmShieldStatus(self, AlarmShieldStatus):
7638
7588
  self._AlarmShieldStatus = AlarmShieldStatus
7639
7589
 
7590
+ @property
7591
+ def SecureDetailStatus(self):
7592
+ r"""<p>告警详情安全认证跳转开关,未传时默认&quot;关闭&quot;</p><p>枚举值:</p><ul><li>1: 关闭(默认值)</li><li>2: 开启</li></ul>
7593
+ :rtype: int
7594
+ """
7595
+ return self._SecureDetailStatus
7596
+
7597
+ @SecureDetailStatus.setter
7598
+ def SecureDetailStatus(self, SecureDetailStatus):
7599
+ self._SecureDetailStatus = SecureDetailStatus
7600
+
7640
7601
  @property
7641
7602
  def CallbackPrioritize(self):
7642
- r"""统一设定自定义回调参数。
7643
- - true: 使用通知内容模板中的自定义回调参数覆盖告警策略中单独配置的请求头及请求内容。
7644
- - false:优先使用告警策略中单独配置的请求头及请求内容。
7603
+ r"""<p>统一设定自定义回调参数。</p><ul><li>true: 使用通知内容模板中的自定义回调参数覆盖告警策略中单独配置的请求头及请求内容。</li><li>false:优先使用告警策略中单独配置的请求头及请求内容。</li></ul>
7645
7604
  :rtype: bool
7646
7605
  """
7647
7606
  return self._CallbackPrioritize
@@ -7684,6 +7643,7 @@ class CreateAlarmNoticeRequest(AbstractModel):
7684
7643
  self._DeliverConfig = DeliverConfig()
7685
7644
  self._DeliverConfig._deserialize(params.get("DeliverConfig"))
7686
7645
  self._AlarmShieldStatus = params.get("AlarmShieldStatus")
7646
+ self._SecureDetailStatus = params.get("SecureDetailStatus")
7687
7647
  self._CallbackPrioritize = params.get("CallbackPrioritize")
7688
7648
  memeber_set = set(params.keys())
7689
7649
  for name, value in vars(self).items():
@@ -7702,7 +7662,7 @@ class CreateAlarmNoticeResponse(AbstractModel):
7702
7662
 
7703
7663
  def __init__(self):
7704
7664
  r"""
7705
- :param _AlarmNoticeId: 告警模板ID
7665
+ :param _AlarmNoticeId: <p>告警模板ID</p>
7706
7666
  :type AlarmNoticeId: str
7707
7667
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7708
7668
  :type RequestId: str
@@ -7712,7 +7672,7 @@ class CreateAlarmNoticeResponse(AbstractModel):
7712
7672
 
7713
7673
  @property
7714
7674
  def AlarmNoticeId(self):
7715
- r"""告警模板ID
7675
+ r"""<p>告警模板ID</p>
7716
7676
  :rtype: str
7717
7677
  """
7718
7678
  return self._AlarmNoticeId
@@ -12250,17 +12210,11 @@ class CreateLogsetRequest(AbstractModel):
12250
12210
 
12251
12211
  def __init__(self):
12252
12212
  r"""
12253
- :param _LogsetName: 日志集名字。
12254
-
12255
- - 最大支持255个字符。不支持`|`字符。
12213
+ :param _LogsetName: <p>日志集名字。</p><ul><li>最大支持255个字符。不支持<code>|</code>字符。</li></ul>
12256
12214
  :type LogsetName: str
12257
- :param _Tags: 标签描述列表。最大支持10个标签键值对,并且不能有重复的键值对
12215
+ :param _Tags: <p>标签描述列表。最大支持10个标签键值对,并且不能有重复的键值对</p>
12258
12216
  :type Tags: list of Tag
12259
- :param _LogsetId: 日志集ID,格式为:用户自定义部分-用户APPID。未填写该参数时将自动生成ID
12260
-
12261
- - 用户自定义部分仅支持小写字母、数字和-,且不能以-开头和结尾,长度为3至40字符。
12262
- - 尾部需要使用-拼接用户APPID,APPID可在https://console.cloud.tencent.com/developer页面查询。
12263
- - 如果指定该字段,需保证全地域唯一
12217
+ :param _LogsetId: <p>日志集ID,格式为:用户自定义部分-用户APPID。未填写该参数时将自动生成ID。</p><ul><li>用户自定义部分仅支持小写字母、数字和-,且不能以-开头和结尾,长度为3至40字符。</li><li>尾部需要使用-拼接用户APPID,APPID可在https://console.cloud.tencent.com/developer页面查询。</li><li>如果指定该字段,需保证全地域唯一</li></ul>
12264
12218
  :type LogsetId: str
12265
12219
  """
12266
12220
  self._LogsetName = None
@@ -12269,9 +12223,7 @@ class CreateLogsetRequest(AbstractModel):
12269
12223
 
12270
12224
  @property
12271
12225
  def LogsetName(self):
12272
- r"""日志集名字。
12273
-
12274
- - 最大支持255个字符。不支持`|`字符。
12226
+ r"""<p>日志集名字。</p><ul><li>最大支持255个字符。不支持<code>|</code>字符。</li></ul>
12275
12227
  :rtype: str
12276
12228
  """
12277
12229
  return self._LogsetName
@@ -12282,7 +12234,7 @@ class CreateLogsetRequest(AbstractModel):
12282
12234
 
12283
12235
  @property
12284
12236
  def Tags(self):
12285
- r"""标签描述列表。最大支持10个标签键值对,并且不能有重复的键值对
12237
+ r"""<p>标签描述列表。最大支持10个标签键值对,并且不能有重复的键值对</p>
12286
12238
  :rtype: list of Tag
12287
12239
  """
12288
12240
  return self._Tags
@@ -12293,11 +12245,7 @@ class CreateLogsetRequest(AbstractModel):
12293
12245
 
12294
12246
  @property
12295
12247
  def LogsetId(self):
12296
- r"""日志集ID,格式为:用户自定义部分-用户APPID。未填写该参数时将自动生成ID
12297
-
12298
- - 用户自定义部分仅支持小写字母、数字和-,且不能以-开头和结尾,长度为3至40字符。
12299
- - 尾部需要使用-拼接用户APPID,APPID可在https://console.cloud.tencent.com/developer页面查询。
12300
- - 如果指定该字段,需保证全地域唯一
12248
+ r"""<p>日志集ID,格式为:用户自定义部分-用户APPID。未填写该参数时将自动生成ID。</p><ul><li>用户自定义部分仅支持小写字母、数字和-,且不能以-开头和结尾,长度为3至40字符。</li><li>尾部需要使用-拼接用户APPID,APPID可在https://console.cloud.tencent.com/developer页面查询。</li><li>如果指定该字段,需保证全地域唯一</li></ul>
12301
12249
  :rtype: str
12302
12250
  """
12303
12251
  return self._LogsetId
@@ -12333,7 +12281,7 @@ class CreateLogsetResponse(AbstractModel):
12333
12281
 
12334
12282
  def __init__(self):
12335
12283
  r"""
12336
- :param _LogsetId: 日志集ID
12284
+ :param _LogsetId: <p>日志集ID</p>
12337
12285
  :type LogsetId: str
12338
12286
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12339
12287
  :type RequestId: str
@@ -12343,7 +12291,7 @@ class CreateLogsetResponse(AbstractModel):
12343
12291
 
12344
12292
  @property
12345
12293
  def LogsetId(self):
12346
- r"""日志集ID
12294
+ r"""<p>日志集ID</p>
12347
12295
  :rtype: str
12348
12296
  """
12349
12297
  return self._LogsetId
@@ -19311,7 +19259,7 @@ class DeleteLogRequest(AbstractModel):
19311
19259
 
19312
19260
  def __init__(self):
19313
19261
  r"""
19314
- :param _TopicId: <p>日志主题id</p>
19262
+ :param _TopicId: <p>日志主题id</p><p>仅在创建日志主题时,开启了日志修改/删除开关的主题,支持日志修改/删除。该功能暂时仅面向白名单内客户使用。</p>
19315
19263
  :type TopicId: str
19316
19264
  :param _From: <p>检索时间范围-开始时间</p><p>单位:ms</p>
19317
19265
  :type From: int
@@ -19327,7 +19275,7 @@ class DeleteLogRequest(AbstractModel):
19327
19275
 
19328
19276
  @property
19329
19277
  def TopicId(self):
19330
- r"""<p>日志主题id</p>
19278
+ r"""<p>日志主题id</p><p>仅在创建日志主题时,开启了日志修改/删除开关的主题,支持日志修改/删除。该功能暂时仅面向白名单内客户使用。</p>
19331
19279
  :rtype: str
19332
19280
  """
19333
19281
  return self._TopicId
@@ -38433,49 +38381,31 @@ class ModifyAlarmNoticeRequest(AbstractModel):
38433
38381
 
38434
38382
  def __init__(self):
38435
38383
  r"""
38436
- :param _AlarmNoticeId: 通知渠道组ID。-通过[获取通知渠道组列表](https://cloud.tencent.com/document/api/614/56462)获取通知渠道组ID
38384
+ :param _AlarmNoticeId: <p>通知渠道组ID。-通过<a href="https://cloud.tencent.com/document/api/614/56462">获取通知渠道组列表</a>获取通知渠道组ID</p>
38437
38385
  :type AlarmNoticeId: str
38438
- :param _Tags: 标签描述列表,通过指定该参数可以同时绑定标签到相应的通知渠道组。最大支持10个标签键值对,并且不能有重复的键值对。
38386
+ :param _Tags: <p>标签描述列表,通过指定该参数可以同时绑定标签到相应的通知渠道组。最大支持10个标签键值对,并且不能有重复的键值对。</p>
38439
38387
  :type Tags: list of Tag
38440
- :param _Name: 通知渠道组名称。
38388
+ :param _Name: <p>通知渠道组名称。</p>
38441
38389
  :type Name: str
38442
- :param _Type: 通知类型。可选值:
38443
- <li> Trigger - 告警触发</li>
38444
- <li> Recovery - 告警恢复</li>
38445
- <li> All - 告警触发和告警恢复</li>
38390
+ :param _Type: <p>通知类型。可选值:</p><li> Trigger - 告警触发</li><li> Recovery - 告警恢复</li><li> All - 告警触发和告警恢复</li>
38446
38391
  :type Type: str
38447
- :param _NoticeReceivers: 通知接收对象。
38392
+ :param _NoticeReceivers: <p>通知接收对象。</p>
38448
38393
  :type NoticeReceivers: list of NoticeReceiver
38449
- :param _WebCallbacks: 接口回调信息(包括企业微信等)。
38394
+ :param _WebCallbacks: <p>接口回调信息(包括企业微信等)。</p>
38450
38395
  :type WebCallbacks: list of WebCallback
38451
- :param _NoticeRules: 通知规则。
38452
-
38453
- 注意:
38454
-
38455
- - Type、NoticeReceivers和WebCallbacks是一组配置,NoticeRules是另一组配置,2组配置互斥。
38456
- - 传其中一组数据,则另一组数据置空。
38396
+ :param _NoticeRules: <p>通知规则。</p><p>注意: </p><ul><li>Type、NoticeReceivers和WebCallbacks是一组配置,NoticeRules是另一组配置,2组配置互斥。</li><li>传其中一组数据,则另一组数据置空。</li></ul>
38457
38397
  :type NoticeRules: list of NoticeRule
38458
- :param _JumpDomain: 调用链接域名。http:// 或者 https:// 开头,不能/结尾
38398
+ :param _JumpDomain: <p>调用链接域名。http:// 或者 https:// 开头,不能/结尾</p>
38459
38399
  :type JumpDomain: str
38460
- :param _DeliverStatus: 投递日志开关。
38461
-
38462
- 参数值:
38463
- 1:关闭;
38464
-
38465
- 2:开启
38466
-
38400
+ :param _DeliverStatus: <p>投递日志开关。</p><p>参数值:<br>1:关闭;</p><p>2:开启</p>
38467
38401
  :type DeliverStatus: int
38468
- :param _DeliverConfig: 投递日志配置。
38402
+ :param _DeliverConfig: <p>投递日志配置。</p>
38469
38403
  :type DeliverConfig: :class:`tencentcloud.cls.v20201016.models.DeliverConfig`
38470
- :param _AlarmShieldStatus: 免登录操作告警开关。
38471
-
38472
- 参数值:
38473
- 1:关闭
38474
- 2:开启(默认开启)
38404
+ :param _AlarmShieldStatus: <p>免登录操作告警开关。</p><p>参数值:<br> 1:关闭<br> 2:开启(默认开启)</p>
38475
38405
  :type AlarmShieldStatus: int
38476
- :param _CallbackPrioritize: 统一设定自定义回调参数。
38477
- - true: 使用通知内容模板中的自定义回调参数覆盖告警策略中单独配置的请求头及请求内容。
38478
- - false:优先使用告警策略中单独配置的请求头及请求内容。
38406
+ :param _SecureDetailStatus: <p>告警详情安全认证跳转开关,未传时默认&quot;关闭&quot;</p><p>枚举值:</p><ul><li>1: 关闭(默认值)</li><li>2: 开启</li></ul>
38407
+ :type SecureDetailStatus: int
38408
+ :param _CallbackPrioritize: <p>统一设定自定义回调参数。</p><ul><li>true: 使用通知内容模板中的自定义回调参数覆盖告警策略中单独配置的请求头及请求内容。</li><li>false:优先使用告警策略中单独配置的请求头及请求内容。</li></ul>
38479
38409
  :type CallbackPrioritize: bool
38480
38410
  """
38481
38411
  self._AlarmNoticeId = None
@@ -38489,11 +38419,12 @@ class ModifyAlarmNoticeRequest(AbstractModel):
38489
38419
  self._DeliverStatus = None
38490
38420
  self._DeliverConfig = None
38491
38421
  self._AlarmShieldStatus = None
38422
+ self._SecureDetailStatus = None
38492
38423
  self._CallbackPrioritize = None
38493
38424
 
38494
38425
  @property
38495
38426
  def AlarmNoticeId(self):
38496
- r"""通知渠道组ID。-通过[获取通知渠道组列表](https://cloud.tencent.com/document/api/614/56462)获取通知渠道组ID
38427
+ r"""<p>通知渠道组ID。-通过<a href="https://cloud.tencent.com/document/api/614/56462">获取通知渠道组列表</a>获取通知渠道组ID</p>
38497
38428
  :rtype: str
38498
38429
  """
38499
38430
  return self._AlarmNoticeId
@@ -38504,7 +38435,7 @@ class ModifyAlarmNoticeRequest(AbstractModel):
38504
38435
 
38505
38436
  @property
38506
38437
  def Tags(self):
38507
- r"""标签描述列表,通过指定该参数可以同时绑定标签到相应的通知渠道组。最大支持10个标签键值对,并且不能有重复的键值对。
38438
+ r"""<p>标签描述列表,通过指定该参数可以同时绑定标签到相应的通知渠道组。最大支持10个标签键值对,并且不能有重复的键值对。</p>
38508
38439
  :rtype: list of Tag
38509
38440
  """
38510
38441
  return self._Tags
@@ -38515,7 +38446,7 @@ class ModifyAlarmNoticeRequest(AbstractModel):
38515
38446
 
38516
38447
  @property
38517
38448
  def Name(self):
38518
- r"""通知渠道组名称。
38449
+ r"""<p>通知渠道组名称。</p>
38519
38450
  :rtype: str
38520
38451
  """
38521
38452
  return self._Name
@@ -38526,10 +38457,7 @@ class ModifyAlarmNoticeRequest(AbstractModel):
38526
38457
 
38527
38458
  @property
38528
38459
  def Type(self):
38529
- r"""通知类型。可选值:
38530
- <li> Trigger - 告警触发</li>
38531
- <li> Recovery - 告警恢复</li>
38532
- <li> All - 告警触发和告警恢复</li>
38460
+ r"""<p>通知类型。可选值:</p><li> Trigger - 告警触发</li><li> Recovery - 告警恢复</li><li> All - 告警触发和告警恢复</li>
38533
38461
  :rtype: str
38534
38462
  """
38535
38463
  return self._Type
@@ -38540,7 +38468,7 @@ class ModifyAlarmNoticeRequest(AbstractModel):
38540
38468
 
38541
38469
  @property
38542
38470
  def NoticeReceivers(self):
38543
- r"""通知接收对象。
38471
+ r"""<p>通知接收对象。</p>
38544
38472
  :rtype: list of NoticeReceiver
38545
38473
  """
38546
38474
  return self._NoticeReceivers
@@ -38551,7 +38479,7 @@ class ModifyAlarmNoticeRequest(AbstractModel):
38551
38479
 
38552
38480
  @property
38553
38481
  def WebCallbacks(self):
38554
- r"""接口回调信息(包括企业微信等)。
38482
+ r"""<p>接口回调信息(包括企业微信等)。</p>
38555
38483
  :rtype: list of WebCallback
38556
38484
  """
38557
38485
  return self._WebCallbacks
@@ -38562,12 +38490,7 @@ class ModifyAlarmNoticeRequest(AbstractModel):
38562
38490
 
38563
38491
  @property
38564
38492
  def NoticeRules(self):
38565
- r"""通知规则。
38566
-
38567
- 注意:
38568
-
38569
- - Type、NoticeReceivers和WebCallbacks是一组配置,NoticeRules是另一组配置,2组配置互斥。
38570
- - 传其中一组数据,则另一组数据置空。
38493
+ r"""<p>通知规则。</p><p>注意: </p><ul><li>Type、NoticeReceivers和WebCallbacks是一组配置,NoticeRules是另一组配置,2组配置互斥。</li><li>传其中一组数据,则另一组数据置空。</li></ul>
38571
38494
  :rtype: list of NoticeRule
38572
38495
  """
38573
38496
  return self._NoticeRules
@@ -38578,7 +38501,7 @@ class ModifyAlarmNoticeRequest(AbstractModel):
38578
38501
 
38579
38502
  @property
38580
38503
  def JumpDomain(self):
38581
- r"""调用链接域名。http:// 或者 https:// 开头,不能/结尾
38504
+ r"""<p>调用链接域名。http:// 或者 https:// 开头,不能/结尾</p>
38582
38505
  :rtype: str
38583
38506
  """
38584
38507
  return self._JumpDomain
@@ -38589,13 +38512,7 @@ class ModifyAlarmNoticeRequest(AbstractModel):
38589
38512
 
38590
38513
  @property
38591
38514
  def DeliverStatus(self):
38592
- r"""投递日志开关。
38593
-
38594
- 参数值:
38595
- 1:关闭;
38596
-
38597
- 2:开启
38598
-
38515
+ r"""<p>投递日志开关。</p><p>参数值:<br>1:关闭;</p><p>2:开启</p>
38599
38516
  :rtype: int
38600
38517
  """
38601
38518
  return self._DeliverStatus
@@ -38606,7 +38523,7 @@ class ModifyAlarmNoticeRequest(AbstractModel):
38606
38523
 
38607
38524
  @property
38608
38525
  def DeliverConfig(self):
38609
- r"""投递日志配置。
38526
+ r"""<p>投递日志配置。</p>
38610
38527
  :rtype: :class:`tencentcloud.cls.v20201016.models.DeliverConfig`
38611
38528
  """
38612
38529
  return self._DeliverConfig
@@ -38617,11 +38534,7 @@ class ModifyAlarmNoticeRequest(AbstractModel):
38617
38534
 
38618
38535
  @property
38619
38536
  def AlarmShieldStatus(self):
38620
- r"""免登录操作告警开关。
38621
-
38622
- 参数值:
38623
- 1:关闭
38624
- 2:开启(默认开启)
38537
+ r"""<p>免登录操作告警开关。</p><p>参数值:<br> 1:关闭<br> 2:开启(默认开启)</p>
38625
38538
  :rtype: int
38626
38539
  """
38627
38540
  return self._AlarmShieldStatus
@@ -38630,11 +38543,20 @@ class ModifyAlarmNoticeRequest(AbstractModel):
38630
38543
  def AlarmShieldStatus(self, AlarmShieldStatus):
38631
38544
  self._AlarmShieldStatus = AlarmShieldStatus
38632
38545
 
38546
+ @property
38547
+ def SecureDetailStatus(self):
38548
+ r"""<p>告警详情安全认证跳转开关,未传时默认&quot;关闭&quot;</p><p>枚举值:</p><ul><li>1: 关闭(默认值)</li><li>2: 开启</li></ul>
38549
+ :rtype: int
38550
+ """
38551
+ return self._SecureDetailStatus
38552
+
38553
+ @SecureDetailStatus.setter
38554
+ def SecureDetailStatus(self, SecureDetailStatus):
38555
+ self._SecureDetailStatus = SecureDetailStatus
38556
+
38633
38557
  @property
38634
38558
  def CallbackPrioritize(self):
38635
- r"""统一设定自定义回调参数。
38636
- - true: 使用通知内容模板中的自定义回调参数覆盖告警策略中单独配置的请求头及请求内容。
38637
- - false:优先使用告警策略中单独配置的请求头及请求内容。
38559
+ r"""<p>统一设定自定义回调参数。</p><ul><li>true: 使用通知内容模板中的自定义回调参数覆盖告警策略中单独配置的请求头及请求内容。</li><li>false:优先使用告警策略中单独配置的请求头及请求内容。</li></ul>
38638
38560
  :rtype: bool
38639
38561
  """
38640
38562
  return self._CallbackPrioritize
@@ -38678,6 +38600,7 @@ class ModifyAlarmNoticeRequest(AbstractModel):
38678
38600
  self._DeliverConfig = DeliverConfig()
38679
38601
  self._DeliverConfig._deserialize(params.get("DeliverConfig"))
38680
38602
  self._AlarmShieldStatus = params.get("AlarmShieldStatus")
38603
+ self._SecureDetailStatus = params.get("SecureDetailStatus")
38681
38604
  self._CallbackPrioritize = params.get("CallbackPrioritize")
38682
38605
  memeber_set = set(params.keys())
38683
38606
  for name, value in vars(self).items():
@@ -42763,7 +42686,7 @@ class ModifyLogRequest(AbstractModel):
42763
42686
 
42764
42687
  def __init__(self):
42765
42688
  r"""
42766
- :param _TopicId: <p>日志主题id</p>
42689
+ :param _TopicId: <p>日志主题id</p><p>仅在创建日志主题时,开启了日志修改/删除开关的主题,支持日志修改/删除。该功能暂时仅面向白名单内客户使用。</p>
42767
42690
  :type TopicId: str
42768
42691
  :param _From: <p>检索时间范围-开始时间</p><p>单位:ms</p>
42769
42692
  :type From: int
@@ -42785,7 +42708,7 @@ class ModifyLogRequest(AbstractModel):
42785
42708
 
42786
42709
  @property
42787
42710
  def TopicId(self):
42788
- r"""<p>日志主题id</p>
42711
+ r"""<p>日志主题id</p><p>仅在创建日志主题时,开启了日志修改/删除开关的主题,支持日志修改/删除。该功能暂时仅面向白名单内客户使用。</p>
42789
42712
  :rtype: str
42790
42713
  """
42791
42714
  return self._TopicId
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cls
3
- Version: 3.1.154
3
+ Version: 3.1.157
4
4
  Summary: Tencent Cloud Cls SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.154
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.157
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.157
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.154