tencentcloud-sdk-python 3.0.1480__py2.py3-none-any.whl → 3.0.1481__py2.py3-none-any.whl
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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +2 -2
- tencentcloud/autoscaling/v20180419/models.py +42 -0
- tencentcloud/billing/v20180709/models.py +8 -8
- tencentcloud/cam/v20190116/errorcodes.py +3 -0
- tencentcloud/cam/v20190116/models.py +0 -2
- tencentcloud/ckafka/v20190819/models.py +2 -0
- tencentcloud/cloudaudit/v20190319/models.py +17 -0
- tencentcloud/cls/v20201016/errorcodes.py +9 -0
- tencentcloud/cvm/v20170312/models.py +2 -32
- tencentcloud/dbbrain/v20210527/models.py +18 -3
- tencentcloud/dlc/v20210125/models.py +45 -0
- tencentcloud/ess/v20201111/models.py +101 -2
- tencentcloud/essbasic/v20210526/models.py +139 -10
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +46 -0
- tencentcloud/iotexplorer/v20190423/models.py +162 -0
- tencentcloud/lcic/v20220817/models.py +22 -2
- tencentcloud/lke/v20231130/models.py +4 -2
- tencentcloud/lkeap/v20240522/errorcodes.py +1 -1
- tencentcloud/monitor/v20180724/models.py +30 -0
- tencentcloud/mps/v20190612/errorcodes.py +6 -0
- tencentcloud/mps/v20190612/models.py +231 -4
- tencentcloud/postgres/v20170312/errorcodes.py +9 -0
- tencentcloud/postgres/v20170312/models.py +488 -79
- tencentcloud/redis/v20180412/models.py +213 -24
- tencentcloud/region/v20220627/models.py +0 -2
- tencentcloud/sqlserver/v20180328/models.py +49 -4
- tencentcloud/svp/v20240125/models.py +21 -4
- tencentcloud/tag/v20180813/models.py +5 -5
- tencentcloud/tcss/v20201101/models.py +157 -0
- tencentcloud/teo/v20220901/models.py +32 -30
- tencentcloud/tione/v20211111/models.py +162 -0
- tencentcloud/tione/v20211111/tione_client.py +69 -0
- tencentcloud/tke/v20180525/models.py +20 -18
- tencentcloud/tke/v20220501/models.py +21 -6
- tencentcloud/tms/v20201229/models.py +30 -0
- tencentcloud/tms/v20201229/tms_client.py +2 -1
- tencentcloud/trro/v20220325/errorcodes.py +3 -0
- tencentcloud/trro/v20220325/models.py +739 -0
- tencentcloud/trro/v20220325/trro_client.py +46 -0
- tencentcloud/trtc/v20190722/models.py +32 -36
- tencentcloud/vpc/v20170312/models.py +175 -10
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- {tencentcloud_sdk_python-3.0.1480.dist-info → tencentcloud_sdk_python-3.0.1481.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1480.dist-info → tencentcloud_sdk_python-3.0.1481.dist-info}/RECORD +48 -48
- {tencentcloud_sdk_python-3.0.1480.dist-info → tencentcloud_sdk_python-3.0.1481.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1480.dist-info → tencentcloud_sdk_python-3.0.1481.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1480.dist-info → tencentcloud_sdk_python-3.0.1481.dist-info}/top_level.txt +0 -0
|
@@ -19367,7 +19367,7 @@ class DescribeDDoSAttackDataRequest(AbstractModel):
|
|
|
19367
19367
|
<li>ddos_attackBandwidth:攻击带宽曲线;</li>
|
|
19368
19368
|
<li>ddos_attackPackageRate:攻击包速率曲线。</li>
|
|
19369
19369
|
:type MetricNames: list of str
|
|
19370
|
-
:param _ZoneIds: 站点 ID
|
|
19370
|
+
:param _ZoneIds: 站点 ID 集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。
|
|
19371
19371
|
:type ZoneIds: list of str
|
|
19372
19372
|
:param _PolicyIds: DDoS策略组ID列表,不填默认选择全部策略ID。
|
|
19373
19373
|
:type PolicyIds: list of int
|
|
@@ -19430,7 +19430,7 @@ class DescribeDDoSAttackDataRequest(AbstractModel):
|
|
|
19430
19430
|
|
|
19431
19431
|
@property
|
|
19432
19432
|
def ZoneIds(self):
|
|
19433
|
-
r"""站点 ID
|
|
19433
|
+
r"""站点 ID 集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。
|
|
19434
19434
|
:rtype: list of str
|
|
19435
19435
|
"""
|
|
19436
19436
|
return self._ZoneIds
|
|
@@ -19576,7 +19576,7 @@ class DescribeDDoSAttackEventRequest(AbstractModel):
|
|
|
19576
19576
|
:type EndTime: str
|
|
19577
19577
|
:param _PolicyIds: ddos策略组集合,不填默认选择全部策略。
|
|
19578
19578
|
:type PolicyIds: list of int
|
|
19579
|
-
:param _ZoneIds: 站点 ID
|
|
19579
|
+
:param _ZoneIds: 站点 ID 集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。
|
|
19580
19580
|
:type ZoneIds: list of str
|
|
19581
19581
|
:param _Limit: 分页查询的限制数目,默认值为20,最大查询条目为1000。
|
|
19582
19582
|
:type Limit: int
|
|
@@ -19644,7 +19644,7 @@ class DescribeDDoSAttackEventRequest(AbstractModel):
|
|
|
19644
19644
|
|
|
19645
19645
|
@property
|
|
19646
19646
|
def ZoneIds(self):
|
|
19647
|
-
r"""站点 ID
|
|
19647
|
+
r"""站点 ID 集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。
|
|
19648
19648
|
:rtype: list of str
|
|
19649
19649
|
"""
|
|
19650
19650
|
return self._ZoneIds
|
|
@@ -19832,7 +19832,7 @@ class DescribeDDoSAttackTopDataRequest(AbstractModel):
|
|
|
19832
19832
|
<li>ddos_attackFlux_sip:按攻击源IP的攻击数量排行;</li>
|
|
19833
19833
|
<li>ddos_attackFlux_sregion:按攻击源地区的攻击数量排行。</li>
|
|
19834
19834
|
:type MetricName: str
|
|
19835
|
-
:param _ZoneIds: 站点 ID
|
|
19835
|
+
:param _ZoneIds: 站点 ID 集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。
|
|
19836
19836
|
:type ZoneIds: list of str
|
|
19837
19837
|
:param _PolicyIds: DDoS策略组ID集合,不填默认选择全部策略ID。
|
|
19838
19838
|
:type PolicyIds: list of int
|
|
@@ -19907,7 +19907,7 @@ class DescribeDDoSAttackTopDataRequest(AbstractModel):
|
|
|
19907
19907
|
|
|
19908
19908
|
@property
|
|
19909
19909
|
def ZoneIds(self):
|
|
19910
|
-
r"""站点 ID
|
|
19910
|
+
r"""站点 ID 集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。
|
|
19911
19911
|
:rtype: list of str
|
|
19912
19912
|
"""
|
|
19913
19913
|
return self._ZoneIds
|
|
@@ -23933,7 +23933,7 @@ class DescribePrefetchTasksRequest(AbstractModel):
|
|
|
23933
23933
|
|
|
23934
23934
|
def __init__(self):
|
|
23935
23935
|
r"""
|
|
23936
|
-
:param _ZoneId: 站点ID
|
|
23936
|
+
:param _ZoneId: 站点ID。此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。
|
|
23937
23937
|
:type ZoneId: str
|
|
23938
23938
|
:param _StartTime: 查询起始时间,时间与 job-id 必填一个。
|
|
23939
23939
|
:type StartTime: str
|
|
@@ -23943,7 +23943,7 @@ class DescribePrefetchTasksRequest(AbstractModel):
|
|
|
23943
23943
|
:type Offset: int
|
|
23944
23944
|
:param _Limit: 分页查询限制数目,默认值:20,上限:1000。
|
|
23945
23945
|
:type Limit: int
|
|
23946
|
-
:param _Filters: 过滤条件,Filters.Values 的上限为 20。详细的过滤条件如下:<li>job-id:按照任务 ID 进行过滤。job-id 形如:1379afjk91u32h,暂不支持多值,不支持模糊查询;</li><li>target:按照目标资源信息进行过滤。target 形如:http://www.qq.com/1.txt,暂不支持多值,不支持模糊查询;</li><li>domains:按照域名行过滤。domains 形如:www.qq.com,不支持模糊查询;</li><li>statuses:按照任务状态进行过滤,不支持模糊查询。可选项:<br> processing:处理中<br> success:成功<br> failed:失败<br> timeout:超时<br> invalid:无效。即源站响应非 2xx 状态码,请检查源站服务。</li>
|
|
23946
|
+
:param _Filters: 过滤条件,Filters.Values 的上限为 20。详细的过滤条件如下:<li>job-id:按照任务 ID 进行过滤。job-id 形如:1379afjk91u32h,暂不支持多值,不支持模糊查询;</li><li>target:按照目标资源信息进行过滤。target 形如:http://www.qq.com/1.txt,暂不支持多值,不支持模糊查询;</li><li>domains:按照域名行过滤。domains 形如:www.qq.com,不支持模糊查询;</li><li>statuses:按照任务状态进行过滤,不支持模糊查询。可选项:<br> processing:处理中<br> success:成功<br> failed:失败<br> timeout:超时<br> canceled:已取消<br> invalid:无效。即源站响应非 2xx 状态码,请检查源站服务。</li>
|
|
23947
23947
|
:type Filters: list of AdvancedFilter
|
|
23948
23948
|
"""
|
|
23949
23949
|
self._ZoneId = None
|
|
@@ -23955,7 +23955,7 @@ class DescribePrefetchTasksRequest(AbstractModel):
|
|
|
23955
23955
|
|
|
23956
23956
|
@property
|
|
23957
23957
|
def ZoneId(self):
|
|
23958
|
-
r"""站点ID
|
|
23958
|
+
r"""站点ID。此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。
|
|
23959
23959
|
:rtype: str
|
|
23960
23960
|
"""
|
|
23961
23961
|
return self._ZoneId
|
|
@@ -24010,7 +24010,7 @@ class DescribePrefetchTasksRequest(AbstractModel):
|
|
|
24010
24010
|
|
|
24011
24011
|
@property
|
|
24012
24012
|
def Filters(self):
|
|
24013
|
-
r"""过滤条件,Filters.Values 的上限为 20。详细的过滤条件如下:<li>job-id:按照任务 ID 进行过滤。job-id 形如:1379afjk91u32h,暂不支持多值,不支持模糊查询;</li><li>target:按照目标资源信息进行过滤。target 形如:http://www.qq.com/1.txt,暂不支持多值,不支持模糊查询;</li><li>domains:按照域名行过滤。domains 形如:www.qq.com,不支持模糊查询;</li><li>statuses:按照任务状态进行过滤,不支持模糊查询。可选项:<br> processing:处理中<br> success:成功<br> failed:失败<br> timeout:超时<br> invalid:无效。即源站响应非 2xx 状态码,请检查源站服务。</li>
|
|
24013
|
+
r"""过滤条件,Filters.Values 的上限为 20。详细的过滤条件如下:<li>job-id:按照任务 ID 进行过滤。job-id 形如:1379afjk91u32h,暂不支持多值,不支持模糊查询;</li><li>target:按照目标资源信息进行过滤。target 形如:http://www.qq.com/1.txt,暂不支持多值,不支持模糊查询;</li><li>domains:按照域名行过滤。domains 形如:www.qq.com,不支持模糊查询;</li><li>statuses:按照任务状态进行过滤,不支持模糊查询。可选项:<br> processing:处理中<br> success:成功<br> failed:失败<br> timeout:超时<br> canceled:已取消<br> invalid:无效。即源站响应非 2xx 状态码,请检查源站服务。</li>
|
|
24014
24014
|
:rtype: list of AdvancedFilter
|
|
24015
24015
|
"""
|
|
24016
24016
|
return self._Filters
|
|
@@ -24112,7 +24112,7 @@ class DescribePurgeTasksRequest(AbstractModel):
|
|
|
24112
24112
|
|
|
24113
24113
|
def __init__(self):
|
|
24114
24114
|
r"""
|
|
24115
|
-
:param _ZoneId: 站点 ID
|
|
24115
|
+
:param _ZoneId: 站点 ID。此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。
|
|
24116
24116
|
:type ZoneId: str
|
|
24117
24117
|
:param _StartTime: 查询起始时间,时间与 job-id 必填一个。
|
|
24118
24118
|
:type StartTime: str
|
|
@@ -24126,7 +24126,7 @@ class DescribePurgeTasksRequest(AbstractModel):
|
|
|
24126
24126
|
<li>job-id:按照任务 ID 进行过滤。job-id 形如:1379afjk91u32h,暂不支持多值,不支持模糊查询;</li>
|
|
24127
24127
|
<li>target:按照目标资源信息进行过滤,target 形如:http://www.qq.com/1.txt 或者 tag1,暂不支持多值,支持模糊查询;</li>
|
|
24128
24128
|
<li>domains:按照域名进行过滤,形如:www.qq.com,不支持模糊查询;</li>
|
|
24129
|
-
<li>statuses:按照任务状态进行过滤,不支持模糊查询。可选项:<br> processing:处理中<br> success:成功<br> failed:失败<br> timeout
|
|
24129
|
+
<li>statuses:按照任务状态进行过滤,不支持模糊查询。可选项:<br> processing:处理中<br> success:成功<br> failed:失败<br> timeout:超时<br> canceled:已取消</li>
|
|
24130
24130
|
<li>type:按照清除缓存类型进行过滤,暂不支持多值,不支持模糊查询。可选项:<br> purge_url:URL<br> purge_prefix:前缀<br> purge_all:全部缓存内容<br> purge_host:Hostname<br> purge_cache_tag:CacheTag</li>
|
|
24131
24131
|
:type Filters: list of AdvancedFilter
|
|
24132
24132
|
"""
|
|
@@ -24139,7 +24139,7 @@ class DescribePurgeTasksRequest(AbstractModel):
|
|
|
24139
24139
|
|
|
24140
24140
|
@property
|
|
24141
24141
|
def ZoneId(self):
|
|
24142
|
-
r"""站点 ID
|
|
24142
|
+
r"""站点 ID。此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。
|
|
24143
24143
|
:rtype: str
|
|
24144
24144
|
"""
|
|
24145
24145
|
return self._ZoneId
|
|
@@ -24198,7 +24198,7 @@ class DescribePurgeTasksRequest(AbstractModel):
|
|
|
24198
24198
|
<li>job-id:按照任务 ID 进行过滤。job-id 形如:1379afjk91u32h,暂不支持多值,不支持模糊查询;</li>
|
|
24199
24199
|
<li>target:按照目标资源信息进行过滤,target 形如:http://www.qq.com/1.txt 或者 tag1,暂不支持多值,支持模糊查询;</li>
|
|
24200
24200
|
<li>domains:按照域名进行过滤,形如:www.qq.com,不支持模糊查询;</li>
|
|
24201
|
-
<li>statuses:按照任务状态进行过滤,不支持模糊查询。可选项:<br> processing:处理中<br> success:成功<br> failed:失败<br> timeout
|
|
24201
|
+
<li>statuses:按照任务状态进行过滤,不支持模糊查询。可选项:<br> processing:处理中<br> success:成功<br> failed:失败<br> timeout:超时<br> canceled:已取消</li>
|
|
24202
24202
|
<li>type:按照清除缓存类型进行过滤,暂不支持多值,不支持模糊查询。可选项:<br> purge_url:URL<br> purge_prefix:前缀<br> purge_all:全部缓存内容<br> purge_host:Hostname<br> purge_cache_tag:CacheTag</li>
|
|
24203
24203
|
:rtype: list of AdvancedFilter
|
|
24204
24204
|
"""
|
|
@@ -25767,7 +25767,8 @@ class DescribeTimingL4DataRequest(AbstractModel):
|
|
|
25767
25767
|
<li>l4Flow_inBandwidth: 访问入向带宽峰值;</li>
|
|
25768
25768
|
<li>l4Flow_outBandwidth: 访问出向带宽峰值。</li>
|
|
25769
25769
|
:type MetricNames: list of str
|
|
25770
|
-
:param _ZoneIds: 站点
|
|
25770
|
+
:param _ZoneIds: 站点ID,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。
|
|
25771
|
+
最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。
|
|
25771
25772
|
:type ZoneIds: list of str
|
|
25772
25773
|
:param _ProxyIds: 四层实例列表, 不填表示选择全部实例。
|
|
25773
25774
|
:type ProxyIds: list of str
|
|
@@ -25834,7 +25835,8 @@ class DescribeTimingL4DataRequest(AbstractModel):
|
|
|
25834
25835
|
|
|
25835
25836
|
@property
|
|
25836
25837
|
def ZoneIds(self):
|
|
25837
|
-
r"""站点
|
|
25838
|
+
r"""站点ID,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。
|
|
25839
|
+
最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。
|
|
25838
25840
|
:rtype: list of str
|
|
25839
25841
|
"""
|
|
25840
25842
|
return self._ZoneIds
|
|
@@ -26005,7 +26007,7 @@ class DescribeTimingL7AnalysisDataRequest(AbstractModel):
|
|
|
26005
26007
|
<li> l7Flow_avgResponseTime: L7 访问平均响应耗时,单位:ms;</li>
|
|
26006
26008
|
<li> l7Flow_avgFirstByteResponseTime: L7 访问平均首字节响应耗时,单位:ms。</li>
|
|
26007
26009
|
:type MetricNames: list of str
|
|
26008
|
-
:param _ZoneIds: 站点 ID
|
|
26010
|
+
:param _ZoneIds: 站点 ID 集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。
|
|
26009
26011
|
:type ZoneIds: list of str
|
|
26010
26012
|
:param _Interval: 查询时间粒度,取值有:
|
|
26011
26013
|
<li>min: 1分钟;</li>
|
|
@@ -26071,7 +26073,7 @@ class DescribeTimingL7AnalysisDataRequest(AbstractModel):
|
|
|
26071
26073
|
|
|
26072
26074
|
@property
|
|
26073
26075
|
def ZoneIds(self):
|
|
26074
|
-
r"""站点 ID
|
|
26076
|
+
r"""站点 ID 集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。
|
|
26075
26077
|
:rtype: list of str
|
|
26076
26078
|
"""
|
|
26077
26079
|
return self._ZoneIds
|
|
@@ -26675,7 +26677,7 @@ class DescribeTopL7AnalysisDataRequest(AbstractModel):
|
|
|
26675
26677
|
<li> l7Flow_request_ua_os:按操作系统类型维度统计 L7 访问请求数指标;</li>
|
|
26676
26678
|
<li> l7Flow_request_ua:按 User-Agent 维度统计 L7 访问请求数指标。</li>
|
|
26677
26679
|
:type MetricName: str
|
|
26678
|
-
:param _ZoneIds: 站点 ID
|
|
26680
|
+
:param _ZoneIds: 站点 ID 集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。
|
|
26679
26681
|
:type ZoneIds: list of str
|
|
26680
26682
|
:param _Limit: 查询前多少个 top 数据,最大值为1000。不填默认为10,表示查询 top10 的数据。
|
|
26681
26683
|
:type Limit: int
|
|
@@ -26755,7 +26757,7 @@ class DescribeTopL7AnalysisDataRequest(AbstractModel):
|
|
|
26755
26757
|
|
|
26756
26758
|
@property
|
|
26757
26759
|
def ZoneIds(self):
|
|
26758
|
-
r"""站点 ID
|
|
26760
|
+
r"""站点 ID 集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。最多传入 100 个站点 ID。若需查询腾讯云主账号下所有站点数据,请用 `*` 代替,查询账号级别数据需具备本接口全部站点资源权限。
|
|
26759
26761
|
:rtype: list of str
|
|
26760
26762
|
"""
|
|
26761
26763
|
return self._ZoneIds
|
|
@@ -29063,7 +29065,7 @@ class DownloadL4LogsRequest(AbstractModel):
|
|
|
29063
29065
|
:type StartTime: str
|
|
29064
29066
|
:param _EndTime: 结束时间。
|
|
29065
29067
|
:type EndTime: str
|
|
29066
|
-
:param _ZoneIds: 站点 ID
|
|
29068
|
+
:param _ZoneIds: 站点 ID 集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。
|
|
29067
29069
|
:type ZoneIds: list of str
|
|
29068
29070
|
:param _ProxyIds: 四层实例 ID 集合。
|
|
29069
29071
|
:type ProxyIds: list of str
|
|
@@ -29103,7 +29105,7 @@ class DownloadL4LogsRequest(AbstractModel):
|
|
|
29103
29105
|
|
|
29104
29106
|
@property
|
|
29105
29107
|
def ZoneIds(self):
|
|
29106
|
-
r"""站点 ID
|
|
29108
|
+
r"""站点 ID 集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。
|
|
29107
29109
|
:rtype: list of str
|
|
29108
29110
|
"""
|
|
29109
29111
|
return self._ZoneIds
|
|
@@ -29237,7 +29239,7 @@ class DownloadL7LogsRequest(AbstractModel):
|
|
|
29237
29239
|
:type StartTime: str
|
|
29238
29240
|
:param _EndTime: 结束时间。
|
|
29239
29241
|
:type EndTime: str
|
|
29240
|
-
:param _ZoneIds: 站点ID
|
|
29242
|
+
:param _ZoneIds: 站点ID集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。
|
|
29241
29243
|
:type ZoneIds: list of str
|
|
29242
29244
|
:param _Domains: 子域名集合,不填默认选择全部子域名。
|
|
29243
29245
|
:type Domains: list of str
|
|
@@ -29277,7 +29279,7 @@ class DownloadL7LogsRequest(AbstractModel):
|
|
|
29277
29279
|
|
|
29278
29280
|
@property
|
|
29279
29281
|
def ZoneIds(self):
|
|
29280
|
-
r"""站点ID
|
|
29282
|
+
r"""站点ID集合,此参数将于2024年05月30日后由可选改为必填,详见公告:[【腾讯云 EdgeOne】云 API 变更通知](https://cloud.tencent.com/document/product/1552/104902)。
|
|
29281
29283
|
:rtype: list of str
|
|
29282
29284
|
"""
|
|
29283
29285
|
return self._ZoneIds
|
|
@@ -33131,8 +33133,8 @@ class Https(AbstractModel):
|
|
|
33131
33133
|
:type OcspStapling: str
|
|
33132
33134
|
:param _TlsVersion: Tls 版本设置,取值有:
|
|
33133
33135
|
<li>TLSv1:TLSv1版本;</li>
|
|
33134
|
-
<li>
|
|
33135
|
-
<li>
|
|
33136
|
+
<li>TLSv1.1:TLSv1.1版本;</li>
|
|
33137
|
+
<li>TLSv1.2:TLSv1.2版本;</li>
|
|
33136
33138
|
<li>TLSv1.3:TLSv1.3版本。</li>修改时必须开启连续的版本。
|
|
33137
33139
|
:type TlsVersion: list of str
|
|
33138
33140
|
:param _Hsts: HSTS 配置。
|
|
@@ -33189,8 +33191,8 @@ class Https(AbstractModel):
|
|
|
33189
33191
|
def TlsVersion(self):
|
|
33190
33192
|
r"""Tls 版本设置,取值有:
|
|
33191
33193
|
<li>TLSv1:TLSv1版本;</li>
|
|
33192
|
-
<li>
|
|
33193
|
-
<li>
|
|
33194
|
+
<li>TLSv1.1:TLSv1.1版本;</li>
|
|
33195
|
+
<li>TLSv1.2:TLSv1.2版本;</li>
|
|
33194
33196
|
<li>TLSv1.3:TLSv1.3版本。</li>修改时必须开启连续的版本。
|
|
33195
33197
|
:rtype: list of str
|
|
33196
33198
|
"""
|
|
@@ -36719,7 +36721,7 @@ class MaxAge(AbstractModel):
|
|
|
36719
36721
|
<li>on:遵循源站,忽略MaxAge 时间设置;</li>
|
|
36720
36722
|
<li>off:不遵循源站,使用MaxAge 时间设置。</li>
|
|
36721
36723
|
:type FollowOrigin: str
|
|
36722
|
-
:param _MaxAgeTime: MaxAge
|
|
36724
|
+
:param _MaxAgeTime: MaxAge 时间设置,单位为秒,取值:0~315360000。
|
|
36723
36725
|
注意:时间为0,即不缓存。
|
|
36724
36726
|
:type MaxAgeTime: int
|
|
36725
36727
|
"""
|
|
@@ -36741,7 +36743,7 @@ class MaxAge(AbstractModel):
|
|
|
36741
36743
|
|
|
36742
36744
|
@property
|
|
36743
36745
|
def MaxAgeTime(self):
|
|
36744
|
-
r"""MaxAge
|
|
36746
|
+
r"""MaxAge 时间设置,单位为秒,取值:0~315360000。
|
|
36745
36747
|
注意:时间为0,即不缓存。
|
|
36746
36748
|
:rtype: int
|
|
36747
36749
|
"""
|
|
@@ -1412,6 +1412,40 @@ class CreateDatasetResponse(AbstractModel):
|
|
|
1412
1412
|
self._RequestId = params.get("RequestId")
|
|
1413
1413
|
|
|
1414
1414
|
|
|
1415
|
+
class CreateExportRequest(AbstractModel):
|
|
1416
|
+
r"""CreateExport请求参数结构体
|
|
1417
|
+
|
|
1418
|
+
"""
|
|
1419
|
+
|
|
1420
|
+
|
|
1421
|
+
class CreateExportResponse(AbstractModel):
|
|
1422
|
+
r"""CreateExport返回参数结构体
|
|
1423
|
+
|
|
1424
|
+
"""
|
|
1425
|
+
|
|
1426
|
+
def __init__(self):
|
|
1427
|
+
r"""
|
|
1428
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1429
|
+
:type RequestId: str
|
|
1430
|
+
"""
|
|
1431
|
+
self._RequestId = None
|
|
1432
|
+
|
|
1433
|
+
@property
|
|
1434
|
+
def RequestId(self):
|
|
1435
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1436
|
+
:rtype: str
|
|
1437
|
+
"""
|
|
1438
|
+
return self._RequestId
|
|
1439
|
+
|
|
1440
|
+
@RequestId.setter
|
|
1441
|
+
def RequestId(self, RequestId):
|
|
1442
|
+
self._RequestId = RequestId
|
|
1443
|
+
|
|
1444
|
+
|
|
1445
|
+
def _deserialize(self, params):
|
|
1446
|
+
self._RequestId = params.get("RequestId")
|
|
1447
|
+
|
|
1448
|
+
|
|
1415
1449
|
class CreateModelServiceAuthTokenRequest(AbstractModel):
|
|
1416
1450
|
r"""CreateModelServiceAuthToken请求参数结构体
|
|
1417
1451
|
|
|
@@ -5680,6 +5714,70 @@ class DeleteDatasetResponse(AbstractModel):
|
|
|
5680
5714
|
self._RequestId = params.get("RequestId")
|
|
5681
5715
|
|
|
5682
5716
|
|
|
5717
|
+
class DeleteExportRequest(AbstractModel):
|
|
5718
|
+
r"""DeleteExport请求参数结构体
|
|
5719
|
+
|
|
5720
|
+
"""
|
|
5721
|
+
|
|
5722
|
+
def __init__(self):
|
|
5723
|
+
r"""
|
|
5724
|
+
:param _ExportId: 日志下载任务的ID
|
|
5725
|
+
:type ExportId: str
|
|
5726
|
+
"""
|
|
5727
|
+
self._ExportId = None
|
|
5728
|
+
|
|
5729
|
+
@property
|
|
5730
|
+
def ExportId(self):
|
|
5731
|
+
r"""日志下载任务的ID
|
|
5732
|
+
:rtype: str
|
|
5733
|
+
"""
|
|
5734
|
+
return self._ExportId
|
|
5735
|
+
|
|
5736
|
+
@ExportId.setter
|
|
5737
|
+
def ExportId(self, ExportId):
|
|
5738
|
+
self._ExportId = ExportId
|
|
5739
|
+
|
|
5740
|
+
|
|
5741
|
+
def _deserialize(self, params):
|
|
5742
|
+
self._ExportId = params.get("ExportId")
|
|
5743
|
+
memeber_set = set(params.keys())
|
|
5744
|
+
for name, value in vars(self).items():
|
|
5745
|
+
property_name = name[1:]
|
|
5746
|
+
if property_name in memeber_set:
|
|
5747
|
+
memeber_set.remove(property_name)
|
|
5748
|
+
if len(memeber_set) > 0:
|
|
5749
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
|
5750
|
+
|
|
5751
|
+
|
|
5752
|
+
|
|
5753
|
+
class DeleteExportResponse(AbstractModel):
|
|
5754
|
+
r"""DeleteExport返回参数结构体
|
|
5755
|
+
|
|
5756
|
+
"""
|
|
5757
|
+
|
|
5758
|
+
def __init__(self):
|
|
5759
|
+
r"""
|
|
5760
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5761
|
+
:type RequestId: str
|
|
5762
|
+
"""
|
|
5763
|
+
self._RequestId = None
|
|
5764
|
+
|
|
5765
|
+
@property
|
|
5766
|
+
def RequestId(self):
|
|
5767
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5768
|
+
:rtype: str
|
|
5769
|
+
"""
|
|
5770
|
+
return self._RequestId
|
|
5771
|
+
|
|
5772
|
+
@RequestId.setter
|
|
5773
|
+
def RequestId(self, RequestId):
|
|
5774
|
+
self._RequestId = RequestId
|
|
5775
|
+
|
|
5776
|
+
|
|
5777
|
+
def _deserialize(self, params):
|
|
5778
|
+
self._RequestId = params.get("RequestId")
|
|
5779
|
+
|
|
5780
|
+
|
|
5683
5781
|
class DeleteModelServiceAuthTokenRequest(AbstractModel):
|
|
5684
5782
|
r"""DeleteModelServiceAuthToken请求参数结构体
|
|
5685
5783
|
|
|
@@ -7552,6 +7650,70 @@ class DescribeEventsResponse(AbstractModel):
|
|
|
7552
7650
|
self._RequestId = params.get("RequestId")
|
|
7553
7651
|
|
|
7554
7652
|
|
|
7653
|
+
class DescribeExportRequest(AbstractModel):
|
|
7654
|
+
r"""DescribeExport请求参数结构体
|
|
7655
|
+
|
|
7656
|
+
"""
|
|
7657
|
+
|
|
7658
|
+
|
|
7659
|
+
class DescribeExportResponse(AbstractModel):
|
|
7660
|
+
r"""DescribeExport返回参数结构体
|
|
7661
|
+
|
|
7662
|
+
"""
|
|
7663
|
+
|
|
7664
|
+
def __init__(self):
|
|
7665
|
+
r"""
|
|
7666
|
+
:param _FileSize: 日志文件大小
|
|
7667
|
+
:type FileSize: str
|
|
7668
|
+
:param _Status: 日志下载状态。Processing:导出正在进行中,Completed:导出完成,Failed:导出失败,Expired:日志导出已过期(三天有效期), Queuing 排队中
|
|
7669
|
+
:type Status: str
|
|
7670
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7671
|
+
:type RequestId: str
|
|
7672
|
+
"""
|
|
7673
|
+
self._FileSize = None
|
|
7674
|
+
self._Status = None
|
|
7675
|
+
self._RequestId = None
|
|
7676
|
+
|
|
7677
|
+
@property
|
|
7678
|
+
def FileSize(self):
|
|
7679
|
+
r"""日志文件大小
|
|
7680
|
+
:rtype: str
|
|
7681
|
+
"""
|
|
7682
|
+
return self._FileSize
|
|
7683
|
+
|
|
7684
|
+
@FileSize.setter
|
|
7685
|
+
def FileSize(self, FileSize):
|
|
7686
|
+
self._FileSize = FileSize
|
|
7687
|
+
|
|
7688
|
+
@property
|
|
7689
|
+
def Status(self):
|
|
7690
|
+
r"""日志下载状态。Processing:导出正在进行中,Completed:导出完成,Failed:导出失败,Expired:日志导出已过期(三天有效期), Queuing 排队中
|
|
7691
|
+
:rtype: str
|
|
7692
|
+
"""
|
|
7693
|
+
return self._Status
|
|
7694
|
+
|
|
7695
|
+
@Status.setter
|
|
7696
|
+
def Status(self, Status):
|
|
7697
|
+
self._Status = Status
|
|
7698
|
+
|
|
7699
|
+
@property
|
|
7700
|
+
def RequestId(self):
|
|
7701
|
+
r"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7702
|
+
:rtype: str
|
|
7703
|
+
"""
|
|
7704
|
+
return self._RequestId
|
|
7705
|
+
|
|
7706
|
+
@RequestId.setter
|
|
7707
|
+
def RequestId(self, RequestId):
|
|
7708
|
+
self._RequestId = RequestId
|
|
7709
|
+
|
|
7710
|
+
|
|
7711
|
+
def _deserialize(self, params):
|
|
7712
|
+
self._FileSize = params.get("FileSize")
|
|
7713
|
+
self._Status = params.get("Status")
|
|
7714
|
+
self._RequestId = params.get("RequestId")
|
|
7715
|
+
|
|
7716
|
+
|
|
7555
7717
|
class DescribeInferTemplatesRequest(AbstractModel):
|
|
7556
7718
|
r"""DescribeInferTemplates请求参数结构体
|
|
7557
7719
|
|
|
@@ -75,6 +75,29 @@ class TioneClient(AbstractClient):
|
|
|
75
75
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
76
76
|
|
|
77
77
|
|
|
78
|
+
def CreateExport(self, request):
|
|
79
|
+
r"""创建任务式建模训练任务,Notebook,在线服务和批量预测任务日志下载任务API
|
|
80
|
+
|
|
81
|
+
:param request: Request instance for CreateExport.
|
|
82
|
+
:type request: :class:`tencentcloud.tione.v20211111.models.CreateExportRequest`
|
|
83
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.CreateExportResponse`
|
|
84
|
+
|
|
85
|
+
"""
|
|
86
|
+
try:
|
|
87
|
+
params = request._serialize()
|
|
88
|
+
headers = request.headers
|
|
89
|
+
body = self.call("CreateExport", params, headers=headers)
|
|
90
|
+
response = json.loads(body)
|
|
91
|
+
model = models.CreateExportResponse()
|
|
92
|
+
model._deserialize(response["Response"])
|
|
93
|
+
return model
|
|
94
|
+
except Exception as e:
|
|
95
|
+
if isinstance(e, TencentCloudSDKException):
|
|
96
|
+
raise
|
|
97
|
+
else:
|
|
98
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
99
|
+
|
|
100
|
+
|
|
78
101
|
def CreateModelService(self, request):
|
|
79
102
|
r"""用于创建、发布一个新的模型服务
|
|
80
103
|
|
|
@@ -236,6 +259,29 @@ class TioneClient(AbstractClient):
|
|
|
236
259
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
237
260
|
|
|
238
261
|
|
|
262
|
+
def DeleteExport(self, request):
|
|
263
|
+
r"""删除任务式建模训练任务,Notebook,在线服务和批量预测任务日志导出任务API
|
|
264
|
+
|
|
265
|
+
:param request: Request instance for DeleteExport.
|
|
266
|
+
:type request: :class:`tencentcloud.tione.v20211111.models.DeleteExportRequest`
|
|
267
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.DeleteExportResponse`
|
|
268
|
+
|
|
269
|
+
"""
|
|
270
|
+
try:
|
|
271
|
+
params = request._serialize()
|
|
272
|
+
headers = request.headers
|
|
273
|
+
body = self.call("DeleteExport", params, headers=headers)
|
|
274
|
+
response = json.loads(body)
|
|
275
|
+
model = models.DeleteExportResponse()
|
|
276
|
+
model._deserialize(response["Response"])
|
|
277
|
+
return model
|
|
278
|
+
except Exception as e:
|
|
279
|
+
if isinstance(e, TencentCloudSDKException):
|
|
280
|
+
raise
|
|
281
|
+
else:
|
|
282
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
283
|
+
|
|
284
|
+
|
|
239
285
|
def DeleteModelService(self, request):
|
|
240
286
|
r"""根据服务id删除模型服务
|
|
241
287
|
|
|
@@ -581,6 +627,29 @@ class TioneClient(AbstractClient):
|
|
|
581
627
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
582
628
|
|
|
583
629
|
|
|
630
|
+
def DescribeExport(self, request):
|
|
631
|
+
r"""查看任务式建模训练任务,Notebook,在线服务和批量预测任务日志下载任务状态API
|
|
632
|
+
|
|
633
|
+
:param request: Request instance for DescribeExport.
|
|
634
|
+
:type request: :class:`tencentcloud.tione.v20211111.models.DescribeExportRequest`
|
|
635
|
+
:rtype: :class:`tencentcloud.tione.v20211111.models.DescribeExportResponse`
|
|
636
|
+
|
|
637
|
+
"""
|
|
638
|
+
try:
|
|
639
|
+
params = request._serialize()
|
|
640
|
+
headers = request.headers
|
|
641
|
+
body = self.call("DescribeExport", params, headers=headers)
|
|
642
|
+
response = json.loads(body)
|
|
643
|
+
model = models.DescribeExportResponse()
|
|
644
|
+
model._deserialize(response["Response"])
|
|
645
|
+
return model
|
|
646
|
+
except Exception as e:
|
|
647
|
+
if isinstance(e, TencentCloudSDKException):
|
|
648
|
+
raise
|
|
649
|
+
else:
|
|
650
|
+
raise TencentCloudSDKException(type(e).__name__, str(e))
|
|
651
|
+
|
|
652
|
+
|
|
584
653
|
def DescribeInferTemplates(self, request):
|
|
585
654
|
r"""已废弃,收敛到统一接口
|
|
586
655
|
|