tccli 3.0.1216.1__py2.py3-none-any.whl → 3.0.1217.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/argparser.py +1 -1
- tccli/command.py +2 -2
- tccli/credentials.py +25 -0
- tccli/main.py +6 -2
- tccli/plugins/sso/__init__.py +61 -0
- tccli/plugins/sso/configs.py +4 -0
- tccli/plugins/sso/configure.py +45 -0
- tccli/plugins/sso/login.py +144 -0
- tccli/plugins/sso/logout.py +21 -0
- tccli/plugins/sso/terminal.py +161 -0
- tccli/plugins/sso/texts.py +40 -0
- tccli/services/__init__.py +6 -0
- tccli/services/acp/v20220105/api.json +7 -7
- tccli/services/acp/v20220105/examples.json +2 -2
- tccli/services/aiart/v20221229/api.json +29 -29
- tccli/services/aiart/v20221229/examples.json +8 -8
- tccli/services/apigateway/v20180808/api.json +18 -17
- tccli/services/apigateway/v20180808/examples.json +12 -12
- tccli/services/apm/v20210622/api.json +98 -4
- tccli/services/asr/v20190614/api.json +18 -17
- tccli/services/asr/v20190614/examples.json +13 -13
- tccli/services/autoscaling/v20180419/api.json +371 -309
- tccli/services/autoscaling/v20180419/examples.json +17 -17
- tccli/services/batch/v20170312/api.json +7 -7
- tccli/services/bda/v20200324/api.json +39 -31
- tccli/services/bda/v20200324/examples.json +9 -9
- tccli/services/bh/__init__.py +4 -0
- tccli/services/bh/bh_client.py +3428 -0
- tccli/services/bh/v20230418/api.json +8180 -0
- tccli/services/bh/v20230418/examples.json +519 -0
- tccli/services/bi/v20220105/api.json +48 -0
- tccli/services/billing/v20180709/api.json +26 -24
- tccli/services/bsca/v20210811/api.json +1 -1
- tccli/services/btoe/v20210514/api.json +4 -4
- tccli/services/btoe/v20210514/examples.json +2 -2
- tccli/services/ca/v20230228/api.json +60 -0
- tccli/services/cam/v20190116/api.json +11 -11
- tccli/services/cat/v20180409/api.json +9 -0
- tccli/services/cbs/v20170312/api.json +200 -188
- tccli/services/cbs/v20170312/examples.json +4 -4
- tccli/services/ccc/v20200210/api.json +390 -323
- tccli/services/ccc/v20200210/examples.json +15 -15
- tccli/services/cdb/cdb_client.py +13 -13
- tccli/services/cdb/v20170320/api.json +295 -270
- tccli/services/cdb/v20170320/examples.json +38 -38
- tccli/services/cdc/v20201214/api.json +283 -270
- tccli/services/cdc/v20201214/examples.json +26 -26
- tccli/services/cds/v20180420/api.json +82 -76
- tccli/services/cds/v20180420/examples.json +1 -1
- tccli/services/cdwch/v20200915/api.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +42 -2
- tccli/services/cdz/v20221123/api.json +41 -5
- tccli/services/cfg/v20210820/api.json +31 -0
- tccli/services/cfs/v20190719/api.json +89 -1
- tccli/services/cfs/v20190719/examples.json +1 -1
- tccli/services/cfw/cfw_client.py +0 -53
- tccli/services/cfw/v20190904/api.json +1849 -1999
- tccli/services/cfw/v20190904/examples.json +157 -159
- tccli/services/ckafka/v20190819/api.json +104 -75
- tccli/services/clb/v20180317/api.json +48 -26
- tccli/services/clb/v20180317/examples.json +1 -1
- tccli/services/cloudapp/v20220530/api.json +5 -1
- tccli/services/cloudaudit/v20190319/api.json +58 -44
- tccli/services/cloudaudit/v20190319/examples.json +6 -6
- tccli/services/cloudstudio/v20230508/api.json +38 -37
- tccli/services/cloudstudio/v20230508/examples.json +4 -4
- tccli/services/cls/cls_client.py +216 -4
- tccli/services/cls/v20201016/api.json +536 -47
- tccli/services/cls/v20201016/examples.json +34 -2
- tccli/services/csip/v20221121/api.json +2562 -2382
- tccli/services/csip/v20221121/examples.json +108 -108
- tccli/services/cvm/v20170312/api.json +149 -112
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/cwp/cwp_client.py +4 -110
- tccli/services/cwp/v20180228/api.json +6338 -6146
- tccli/services/cwp/v20180228/examples.json +342 -370
- tccli/services/cynosdb/v20190107/api.json +93 -81
- tccli/services/cynosdb/v20190107/examples.json +70 -70
- tccli/services/dasb/v20191018/api.json +796 -651
- tccli/services/dasb/v20191018/examples.json +101 -101
- tccli/services/dcdb/dcdb_client.py +114 -61
- tccli/services/dcdb/v20180411/api.json +141 -7
- tccli/services/dcdb/v20180411/examples.json +32 -0
- tccli/services/dlc/v20210125/api.json +21 -11
- tccli/services/dnspod/dnspod_client.py +417 -46
- tccli/services/dnspod/v20210323/api.json +751 -30
- tccli/services/dnspod/v20210323/examples.json +62 -0
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/ecm/v20190719/api.json +2 -2
- tccli/services/emr/v20190103/api.json +339 -114
- tccli/services/emr/v20190103/examples.json +64 -82
- tccli/services/es/v20180416/api.json +29 -0
- tccli/services/es/v20180416/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +49 -31
- tccli/services/ess/v20201111/examples.json +20 -8
- tccli/services/essbasic/v20210526/api.json +54 -49
- tccli/services/essbasic/v20210526/examples.json +36 -18
- tccli/services/facefusion/v20181201/api.json +47 -45
- tccli/services/facefusion/v20181201/examples.json +2 -2
- tccli/services/facefusion/v20220927/api.json +54 -48
- tccli/services/facefusion/v20220927/examples.json +5 -5
- tccli/services/faceid/v20180301/api.json +497 -496
- tccli/services/faceid/v20180301/examples.json +219 -101
- tccli/services/fmu/v20191213/api.json +59 -67
- tccli/services/fmu/v20191213/examples.json +22 -22
- tccli/services/ft/v20200304/api.json +53 -57
- tccli/services/ft/v20200304/examples.json +14 -14
- tccli/services/gme/v20180711/api.json +21 -11
- tccli/services/gme/v20180711/examples.json +1 -1
- tccli/services/hai/v20230812/api.json +116 -9
- tccli/services/hai/v20230812/examples.json +4 -4
- tccli/services/hunyuan/hunyuan_client.py +436 -12
- tccli/services/hunyuan/v20230901/api.json +1482 -118
- tccli/services/hunyuan/v20230901/examples.json +82 -18
- tccli/services/iai/v20180301/api.json +23 -19
- tccli/services/iai/v20180301/examples.json +2 -2
- tccli/services/iai/v20200303/api.json +530 -511
- tccli/services/iai/v20200303/examples.json +116 -86
- tccli/services/ig/__init__.py +4 -0
- tccli/services/ig/ig_client.py +195 -0
- tccli/services/ig/v20210518/api.json +83 -0
- tccli/services/ig/v20210518/examples.json +13 -0
- tccli/services/ioa/ioa_client.py +53 -0
- tccli/services/ioa/v20220601/api.json +662 -413
- tccli/services/ioa/v20220601/examples.json +24 -10
- tccli/services/iotexplorer/v20190423/api.json +33 -13
- tccli/services/iotexplorer/v20190423/examples.json +3 -3
- tccli/services/iotvideo/iotvideo_client.py +106 -0
- tccli/services/iotvideo/v20191126/api.json +256 -24
- tccli/services/iotvideo/v20191126/examples.json +19 -3
- tccli/services/iotvideo/v20201215/api.json +1 -1
- tccli/services/iotvideo/v20201215/examples.json +1 -1
- tccli/services/iotvideo/v20211125/api.json +1 -1
- tccli/services/iotvideo/v20211125/examples.json +2 -2
- tccli/services/iss/iss_client.py +69 -122
- tccli/services/iss/v20230517/api.json +10 -54
- tccli/services/iss/v20230517/examples.json +0 -14
- tccli/services/kms/v20190118/api.json +301 -268
- tccli/services/kms/v20190118/examples.json +45 -51
- tccli/services/lcic/lcic_client.py +159 -0
- tccli/services/lcic/v20220817/api.json +273 -1
- tccli/services/lcic/v20220817/examples.json +24 -0
- tccli/services/lighthouse/v20200324/api.json +56 -0
- tccli/services/live/live_client.py +159 -0
- tccli/services/live/v20180801/api.json +244 -0
- tccli/services/live/v20180801/examples.json +24 -0
- tccli/services/lke/v20231130/api.json +17 -17
- tccli/services/lke/v20231130/examples.json +19 -25
- tccli/services/mariadb/v20170312/api.json +7 -7
- tccli/services/market/v20191010/api.json +3 -3
- tccli/services/market/v20191010/examples.json +2 -2
- tccli/services/mmps/v20200710/api.json +47 -47
- tccli/services/mmps/v20200710/examples.json +3 -3
- tccli/services/mongodb/v20190725/api.json +4 -4
- tccli/services/monitor/v20180724/api.json +46 -19
- tccli/services/mps/v20190612/api.json +282 -5
- tccli/services/mps/v20190612/examples.json +25 -1
- tccli/services/mqtt/v20240516/api.json +2 -2
- tccli/services/mrs/v20200910/api.json +72 -34
- tccli/services/mrs/v20200910/examples.json +2 -2
- tccli/services/ms/v20180408/api.json +535 -506
- tccli/services/ms/v20180408/examples.json +25 -25
- tccli/services/oceanus/v20190422/api.json +130 -0
- tccli/services/ocr/ocr_client.py +232 -20
- tccli/services/ocr/v20181119/api.json +2265 -760
- tccli/services/ocr/v20181119/examples.json +200 -180
- tccli/services/omics/v20221128/api.json +614 -553
- tccli/services/omics/v20221128/examples.json +9 -9
- tccli/services/organization/v20210331/api.json +13 -4
- tccli/services/organization/v20210331/examples.json +2 -2
- tccli/services/partners/v20180321/api.json +244 -234
- tccli/services/partners/v20180321/examples.json +19 -19
- tccli/services/privatedns/privatedns_client.py +428 -4
- tccli/services/privatedns/v20201028/api.json +815 -11
- tccli/services/privatedns/v20201028/examples.json +64 -0
- tccli/services/pts/v20210728/api.json +18 -0
- tccli/services/pts/v20210728/examples.json +1 -1
- tccli/services/rce/rce_client.py +53 -0
- tccli/services/rce/v20201103/api.json +146 -0
- tccli/services/rce/v20201103/examples.json +8 -0
- tccli/services/redis/v20180412/api.json +42 -42
- tccli/services/redis/v20180412/examples.json +19 -19
- tccli/services/rum/v20210622/api.json +9 -0
- tccli/services/scf/v20180416/api.json +15 -15
- tccli/services/scf/v20180416/examples.json +1 -1
- tccli/services/smop/v20201203/api.json +46 -42
- tccli/services/smop/v20201203/examples.json +2 -2
- tccli/services/soe/v20180724/api.json +10 -10
- tccli/services/sqlserver/v20180328/api.json +21 -8
- tccli/services/sqlserver/v20180328/examples.json +5 -5
- tccli/services/ssl/v20191205/api.json +97 -4
- tccli/services/ssm/v20190923/api.json +292 -231
- tccli/services/ssm/v20190923/examples.json +42 -42
- tccli/services/tat/v20201028/api.json +97 -97
- tccli/services/tat/v20201028/examples.json +20 -26
- tccli/services/tchd/v20230306/api.json +5 -5
- tccli/services/tchd/v20230306/examples.json +3 -3
- tccli/services/tcr/v20190924/api.json +1 -1
- tccli/services/tcr/v20190924/examples.json +1 -1
- tccli/services/tcss/v20201101/api.json +1973 -1426
- tccli/services/tcss/v20201101/examples.json +346 -364
- tccli/services/tdmq/v20200217/api.json +539 -401
- tccli/services/tdmq/v20200217/examples.json +104 -104
- tccli/services/tds/v20220801/api.json +4 -4
- tccli/services/tem/v20210701/api.json +287 -271
- tccli/services/tem/v20210701/examples.json +59 -59
- tccli/services/teo/v20220901/api.json +37 -9
- tccli/services/teo/v20220901/examples.json +13 -7
- tccli/services/thpc/v20230321/api.json +5 -5
- tccli/services/tke/tke_client.py +217 -58
- tccli/services/tke/v20180525/api.json +36 -27
- tccli/services/tke/v20180525/examples.json +1 -1
- tccli/services/tke/v20220501/api.json +176 -0
- tccli/services/tke/v20220501/examples.json +24 -0
- tccli/services/tmt/v20180321/api.json +38 -8
- tccli/services/trp/v20210515/api.json +86 -74
- tccli/services/trp/v20210515/examples.json +65 -65
- tccli/services/trro/v20220325/api.json +72 -71
- tccli/services/trro/v20220325/examples.json +8 -8
- tccli/services/trtc/trtc_client.py +8 -61
- tccli/services/trtc/v20190722/api.json +72 -30
- tccli/services/trtc/v20190722/examples.json +3 -11
- tccli/services/tse/tse_client.py +110 -4
- tccli/services/tse/v20201207/api.json +122 -7
- tccli/services/tse/v20201207/examples.json +25 -9
- tccli/services/vclm/v20240523/api.json +225 -82
- tccli/services/vclm/v20240523/examples.json +13 -19
- tccli/services/vod/v20180717/api.json +431 -4
- tccli/services/vod/v20180717/examples.json +25 -5
- tccli/services/vod/v20240718/api.json +11 -11
- tccli/services/vod/v20240718/examples.json +4 -4
- tccli/services/vod/vod_client.py +53 -0
- tccli/services/vpc/v20170312/api.json +1090 -862
- tccli/services/vpc/v20170312/examples.json +74 -66
- tccli/services/vpc/vpc_client.py +61 -8
- tccli/services/waf/v20180125/api.json +2540 -2177
- tccli/services/waf/v20180125/examples.json +216 -284
- tccli/services/waf/waf_client.py +172 -119
- tccli/services/wav/v20210129/api.json +48 -48
- tccli/services/wav/v20210129/examples.json +4 -4
- tccli/services/wedata/v20210820/api.json +909 -25
- tccli/services/wedata/v20210820/examples.json +28 -4
- tccli/services/wedata/wedata_client.py +159 -0
- tccli/services/weilingwith/v20230427/api.json +6 -6
- tccli/services/weilingwith/v20230427/examples.json +3 -3
- tccli/sso.py +229 -0
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/RECORD +252 -235
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/license_files/LICENSE +0 -0
@@ -20,13 +20,13 @@
|
|
20
20
|
{
|
21
21
|
"document": "获取COS临时密钥",
|
22
22
|
"input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCosSecKeyInstance\n<公共请求参数>\n\n{\n \"CosRegion\": \"ap-guangzhou\"\n}",
|
23
|
-
"output": "{\n \"Response\": {\n \"CosAppid\": 1,\n \"CosBucket\": \"
|
23
|
+
"output": "{\n \"Response\": {\n \"CosAppid\": 1,\n \"CosBucket\": \"ms-shield\",\n \"CosRegion\": \"ap-guangzhou\",\n \"ExpireTime\": 1,\n \"CosId\": \"XXXXzgG3O5Cm9ii31sTgph1XhFISnvKPw0Zi\",\n \"CosKey\": \"XXXXV4HKvuYom4tYkn6FdXpVoM7hz\",\n \"CosPrefix\": \"pctool/123456789/1542613158\",\n \"CosToken\": \"13606435fd46b2765dd01aa4eaf356dfxxxxxx\",\n \"RequestId\": \"RequestId-xxxxxxx\"\n }\n}",
|
24
24
|
"title": "获取COS临时密钥"
|
25
25
|
}
|
26
26
|
],
|
27
27
|
"CreateEncryptInstance": [
|
28
28
|
{
|
29
|
-
"document": "
|
29
|
+
"document": "iOS混淆示例",
|
30
30
|
"input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEncryptInstance\n<公共请求参数>\n\n{\n \"PlatformType\": 2,\n \"OrderType\": 1,\n \"EncryptOpType\": 1,\n \"ResourceId\": \"xxxxxxxxxxxxxxxxxx\",\n \"IOSInfo\": {\n \"InfoPListUrl\": \"http://xxxxxxxxxxxxxxxxxxx.zip\",\n \"InfoPListSize\": 100,\n \"InfoPListMd5\": \"881ac0a49b3ae9967022217730cc0da8\",\n \"BuildType\": \"release\"\n }\n}",
|
31
31
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef4eac9-badc-40d9-9796-569741849f95\",\n \"ResultId\": \"6ef4eac9-badc-40d9-9796-569741849f95\"\n }\n}",
|
32
32
|
"title": "iOS混淆示例"
|
@@ -39,7 +39,7 @@
|
|
39
39
|
},
|
40
40
|
{
|
41
41
|
"document": "成功创建任务示例",
|
42
|
-
"input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEncryptInstance\n<公共请求参数>\n\n{\n \"PlatformType\": 1,\n \"OrderType\": 1,\n \"EncryptOpType\": 1,\n \"ResourceId\": \"xxxxxxxxxxxxxxxxxx\",\n \"AndroidAppInfo\": {\n \"AppMd5\": \"881ac0a49b3ae9967022217730cc0da8\",\n \"AppSize\": 4743475,\n \"AppUrl\": \"https://
|
42
|
+
"input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEncryptInstance\n<公共请求参数>\n\n{\n \"PlatformType\": 1,\n \"OrderType\": 1,\n \"EncryptOpType\": 1,\n \"ResourceId\": \"xxxxxxxxxxxxxxxxxx\",\n \"AndroidAppInfo\": {\n \"AppMd5\": \"881ac0a49b3ae9967022217730cc0da8\",\n \"AppSize\": 4743475,\n \"AppUrl\": \"https://x.app.url\",\n \"AppName\": \"AppName\",\n \"AppPkgName\": \"com.tencnent.demo\",\n \"AppFileName\": \"demo.apk\",\n \"AppVersion\": \"7.8.1\",\n \"AppType\": \"apk\"\n },\n \"AndroidPlan\": {\n \"AppPkgName\": \"com.tencnent.demo\",\n \"AppType\": \"apk\",\n \"EncryptParam\": \"{\\\"dex\\\":{\\\"enable\\\":1,\\\"antiprotect\\\":1,\\\"antirepack\\\":1,\\\"dexsig\\\":1,\\\"antimonitor\\\":1,\\\"ptrace\\\":1}}\"\n }\n}",
|
43
43
|
"output": "{\n \"Response\": {\n \"RequestId\": \"ecea8f16-273d-4e0d-b005-02ca6a6ed467\",\n \"ResultId\": \"ecea8f16-273d-4e0d-b005-02ca6a6ed467\"\n }\n}",
|
44
44
|
"title": "Android免费试用在线加固"
|
45
45
|
},
|
@@ -77,7 +77,7 @@
|
|
77
77
|
"CreateShieldPlanInstance": [
|
78
78
|
{
|
79
79
|
"document": "",
|
80
|
-
"input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateShieldPlanInstance\n<公共请求参数>\n\n{\n \"PlanName\": \"
|
80
|
+
"input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateShieldPlanInstance\n<公共请求参数>\n\n{\n \"PlanName\": \"默认加固策略\",\n \"ResourceId\": \"127500-shi\",\n \"PlanInfo\": {\n \"AntiRoot\": \"0\",\n \"FileSign\": \"0\",\n \"SetFile\": \"0\",\n \"Dex\": \"1\",\n \"SoType\": [\n \"1\"\n ],\n \"AntiLogLeak\": \"0\",\n \"ApkSizeOpt\": \"1\",\n \"SoInfo\": {\n \"SoFileNames\": [\n \"a.so\"\n ]\n },\n \"AntiQemuRoot\": \"0\",\n \"AntiVMP\": \"0\",\n \"Db\": \"0\",\n \"SeperateDex\": \"0\",\n \"AntiScreenshot\": \"0\",\n \"So\": \"1\",\n \"AntiRepack\": \"1\",\n \"AntiAssets\": \"0\",\n \"DexSig\": \"1\",\n \"Bugly\": \"0\",\n \"AntiSSL\": \"0\"\n }\n}",
|
81
81
|
"output": "{\n \"Response\": {\n \"RequestId\": \"5e93a212-ca01-0fdc-eedd-5a1fce5e83e6\",\n \"Progress\": 1,\n \"PlanId\": 1\n }\n}",
|
82
82
|
"title": "新增加固策略"
|
83
83
|
}
|
@@ -94,7 +94,7 @@
|
|
94
94
|
{
|
95
95
|
"document": "",
|
96
96
|
"input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApkDetectionResult\n<公共请求参数>\n\n{\n \"ApkUrl\": \"http://xxx.xxx\",\n \"ApkMd5\": \"2751xxxxxd1d203d6621ea28a0axxxxx\"\n}",
|
97
|
-
"output": "{\n \"Response\": {\n \"Reason\": \"
|
97
|
+
"output": "{\n \"Response\": {\n \"Reason\": \"success\",\n \"ResultList\": [\n {\n \"SafeType\": \"1\",\n \"BoutiqueRecommand\": \"1\",\n \"OptPluginList\": [\n {\n \"PluginDesc\": \"非广告插件描述\",\n \"PluginName\": \"非广告插件名称\",\n \"PluginType\": \"1\"\n }\n ],\n \"Sid\": \"sid-xxxxxx\",\n \"VirusDesc\": \"病毒描述\",\n \"Official\": \"1\",\n \"Spot\": \"0\",\n \"Errno\": \"0\",\n \"SoftName\": \"安装包名称\",\n \"RepackageStatus\": \"0\",\n \"PluginList\": [\n {\n \"PluginDesc\": \"广告插件描述\",\n \"PluginName\": \"广告插件名称\",\n \"PluginType\": \"1\"\n }\n ],\n \"IntegralWall\": \"1\",\n \"NotifyBar\": \"1\",\n \"FloatWindows\": \"1\",\n \"Md5\": \"8c7ef86c259abad33f213405a35a13c2\",\n \"Banner\": \"0\",\n \"ErrMsg\": \"success\",\n \"VirusName\": \"病毒名称\"\n }\n ],\n \"RequestId\": \"RequestId-xxxxx\",\n \"Result\": \"Result-xxxxx\"\n }\n}",
|
98
98
|
"title": "环境安全检测-apk检测"
|
99
99
|
}
|
100
100
|
],
|
@@ -102,25 +102,25 @@
|
|
102
102
|
{
|
103
103
|
"document": "根据ResultId进行单记录查询",
|
104
104
|
"input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEncryptInstances\n<公共请求参数>\n\n{\n \"ResultId\": \"6ef4eac9-badc-40d9-9796-569741849f95\"\n}",
|
105
|
-
"output": "{\n \"Response\": {\n \"EncryptResults\": [\n {\n \"AndroidResult\": null,\n \"AppletResult\": {\n \"AppletInfo\": {\n \"AppletJsUrl\": \"http://xxxxxxx.zip\",\n \"AppletLevel\": 1,\n \"Name\": \"test.zip\"\n },\n \"CostTime\": 13,\n \"CreatTime\": \"2023-06-05 18:02:50\",\n \"EncryptErrCode\": 0,\n \"EncryptErrDesc\": \"\",\n \"EncryptErrRef\": \"\",\n \"EncryptPkgUrl\": \"https://xxxxxxxx/test.zip\",\n \"EncryptState\": 1,\n \"EncryptStateDesc\": \"加固成功\",\n \"EndTime\": \"2023-06-05 18:03:21\",\n \"OpUin\": 700000154106,\n \"OrderId\": \"20230605_96ca291a-6e84-47eb-xxxxxxx\",\n \"ResourceId\": \"20230605_96ca291a-6e84-47eb-xxxxxxx_0\",\n \"ResultId\": \"6ef4eac9-badc-40d9-9796-569741849f95\",\n \"StartTime\": \"2023-06-05 18:02:55\"\n },\n \"EncryptOpType\": 1,\n \"EncryptOpTypeDesc\": \"在线加固\",\n \"IOSResult\": null,\n \"OrderType\": 1,\n \"OrderTypeDesc\": \"免费试用\",\n \"PlatformDesc\": \"applet小程序加固\",\n \"PlatformType\": 4,\n \"SDKResult\": null,\n \"ResourceId\": \"xxxxxxx\",\n \"OrderId\": \"xxxxxxxxxxxxxx\"\n }\n ],\n \"RequestId\": \"8019602c-b5be-4c90-932c-6e6f0e83c0bf\",\n \"TotalCount\": 1\n }\n}",
|
105
|
+
"output": "{\n \"Response\": {\n \"EncryptResults\": [\n {\n \"AndroidResult\": null,\n \"AppletResult\": {\n \"AppletInfo\": {\n \"AppletJsUrl\": \"http://xxxxxxx.zip\",\n \"AppletLevel\": 1,\n \"Name\": \"test.zip\"\n },\n \"CostTime\": 13,\n \"CreatTime\": \"2023-06-05 18:02:50\",\n \"EncryptErrCode\": 0,\n \"EncryptErrDesc\": \"success\",\n \"EncryptErrRef\": \"success\",\n \"EncryptPkgUrl\": \"https://xxxxxxxx/test.zip\",\n \"EncryptState\": 1,\n \"EncryptStateDesc\": \"加固成功\",\n \"EndTime\": \"2023-06-05 18:03:21\",\n \"OpUin\": 700000154106,\n \"OrderId\": \"20230605_96ca291a-6e84-47eb-xxxxxxx\",\n \"ResourceId\": \"20230605_96ca291a-6e84-47eb-xxxxxxx_0\",\n \"ResultId\": \"6ef4eac9-badc-40d9-9796-569741849f95\",\n \"StartTime\": \"2023-06-05 18:02:55\"\n },\n \"EncryptOpType\": 1,\n \"EncryptOpTypeDesc\": \"在线加固\",\n \"IOSResult\": null,\n \"OrderType\": 1,\n \"OrderTypeDesc\": \"免费试用\",\n \"PlatformDesc\": \"applet小程序加固\",\n \"PlatformType\": 4,\n \"SDKResult\": null,\n \"ResourceId\": \"xxxxxxx\",\n \"OrderId\": \"xxxxxxxxxxxxxx\"\n }\n ],\n \"RequestId\": \"8019602c-b5be-4c90-932c-6e6f0e83c0bf\",\n \"TotalCount\": 1\n }\n}",
|
106
106
|
"title": "根据ResultId进行单记录查询"
|
107
107
|
},
|
108
108
|
{
|
109
109
|
"document": "查询Android在线加固成功任务",
|
110
110
|
"input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEncryptInstances\n<公共请求参数>\n\n{\n \"PageNumber\": 1,\n \"PageSize\": 1,\n \"OrderField\": \"CreateTime\",\n \"OrderDirection\": \"asc\",\n \"PlatformType\": 1,\n \"OrderType\": 1,\n \"EncryptOpType\": 1,\n \"EncryptState\": [\n 1\n ]\n}",
|
111
|
-
"output": "{\n \"Response\": {\n \"EncryptResults\": [\n {\n \"AndroidResult\": {\n \"AndroidPlan\": {\n \"AppPkgName\": \"com.One.WoodenLetter\",\n \"AppType\": \"apk\",\n \"EncryptParam\": \"{\\\"dex\\\":{\\\"enable\\\":1,\\\"antiprotect\\\":1,\\\"antirepack\\\":1,\\\"dexsig\\\":1,\\\"antimonitor\\\":1,\\\"ptrace\\\":1}}\",\n \"PlanId\": 11975\n },\n \"AppMd5\": \"881ac0a49b3ae9967022217730cc0da8\",\n \"AppName\": \"
|
111
|
+
"output": "{\n \"Response\": {\n \"EncryptResults\": [\n {\n \"AndroidResult\": {\n \"AndroidPlan\": {\n \"AppPkgName\": \"com.One.WoodenLetter\",\n \"AppType\": \"apk\",\n \"EncryptParam\": \"{\\\"dex\\\":{\\\"enable\\\":1,\\\"antiprotect\\\":1,\\\"antirepack\\\":1,\\\"dexsig\\\":1,\\\"antimonitor\\\":1,\\\"ptrace\\\":1}}\",\n \"PlanId\": 11975\n },\n \"AppMd5\": \"881ac0a49b3ae9967022217730cc0da8\",\n \"AppName\": \"com.tencent.demo\",\n \"AppPkgName\": \"com.One.TEST\",\n \"AppSize\": 4743475,\n \"AppType\": \"apk\",\n \"AppUrl\": \"https://xxxxx/test.apk\",\n \"AppVersion\": \"7.8.1\",\n \"BindAppPkgName\": \"com.One.TEST\",\n \"CostTime\": 24,\n \"CreatTime\": \"2023-05-31 10:27:29\",\n \"EncryptAppMd5\": \"710f9c41259d183bd1461817b6940b9e\",\n \"EncryptAppSize\": 5725152,\n \"EncryptErrCode\": 0,\n \"EncryptErrDesc\": \"success\",\n \"EncryptErrRef\": \"success\",\n \"EncryptPkgUrl\": \"https://xxxxxxx/encrypt_dist/legu_20230531115709_xxxx.apk\",\n \"EncryptState\": 1,\n \"EncryptStateDesc\": \"加固成功\",\n \"EndTime\": \"2023-05-31 11:57:15\",\n \"OnlineToolVersion\": \"4.5.1.8\",\n \"OpUin\": 700000154106,\n \"OrderId\": \"20230530_0068940c-56d8-4bb8-9952-xxxx\",\n \"OutputToolSize\": 0,\n \"OutputToolUrl\": \"https://xxxxxxxxx/xxxx-com.One.TEST-20230605.zip\",\n \"OutputToolVersion\": \"4.5.1.8\",\n \"ResourceId\": \"20230530_0068940c-56d8-4bb8-9952-xxxx_0\",\n \"ResultId\": \"1be49343-9bc4-40c7-9df1-1398e4743731\",\n \"StartTime\": \"2023-05-31 10:27:29\",\n \"ToolExpireTime\": \"0000-00-00 00:00:00\",\n \"ToolOutputTime\": \"0000-00-00 00:00:00\"\n },\n \"AppletResult\": null,\n \"EncryptOpType\": 1,\n \"EncryptOpTypeDesc\": \"在线加固\",\n \"IOSResult\": null,\n \"OrderType\": 1,\n \"OrderTypeDesc\": \"免费试用\",\n \"PlatformDesc\": \"android加固\",\n \"PlatformType\": 1,\n \"SDKResult\": null,\n \"ResourceId\": \"xxxxxxx\",\n \"OrderId\": \"xxxxxxxxxxxxxx\"\n }\n ],\n \"RequestId\": \"f83ad565-fe48-4d45-bdb8-e84c72e67df5\",\n \"TotalCount\": 7\n }\n}",
|
112
112
|
"title": "查询Android在线加固成功任务"
|
113
113
|
},
|
114
114
|
{
|
115
115
|
"document": "查询Android输出工具任务结果",
|
116
116
|
"input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEncryptInstances\n<公共请求参数>\n\n{\n \"EncryptOpType\": 2,\n \"ResultId\": \"0f869fd0-0fd0-44bd-95fc-06a15b50aa61\"\n}",
|
117
|
-
"output": "{\n \"Response\": {\n \"EncryptResults\": [\n {\n \"AndroidResult\": {\n \"AndroidPlan\": {\n \"AppPkgName\": \"com.One.TEST\",\n \"AppType\": \"apk\",\n \"EncryptParam\": \"{\\n \\\"dex\\\": {\\n \\\"enable\\\": 1,\\n \\\"antiprotect\\\": 1,\\n \\\"antirepack\\\": 1,\\n \\\"dexsig\\\": 1,\\n \\\"antimonitor\\\": 1,\\n \\\"ptrace\\\": 1\\n },\\n \\\"so\\\": {\\n \\\"enable\\\": 0,\\n \\\"ver\\\": \\\"1.3.3\\\",\\n \\\"file\\\": [\\n \\\"\\\"\\n ]\\n },\\n \\\"vmp\\\": {\\n \\\"enable\\\": 0,\\n \\\"ndkpath\\\": \\\"/xxx/android-ndk-r10e\\\",\\n \\\"profile\\\": \\\"XXX\\\",\\n \\\"mapping\\\": \\\"XXX\\\"\\n },\\n \\\"respro\\\": {\\n \\\"assets\\\": {\\n \\\"enable\\\": 0,\\n \\\"file\\\": [\\n \\\"assets/1.js\\\",\\n \\\"assets/2.jpg\\\"\\n ]\\n },\\n \\\"res\\\": {\\n \\\"enable\\\": 0,\\n \\\"file\\\": [\\n \\\"res/layout/1.xml\\\",\\n \\\"res/layout/2.xml\\\"\\n ]\\n }\\n }\\n}\",\n \"PlanId\": 12011\n },\n \"AppMd5\": \"\",\n \"AppName\": \"\",\n \"AppPkgName\": \"com.One.TEST\",\n \"AppSize\": 0,\n \"AppType\": \"apk\",\n \"AppUrl\": \"\",\n \"AppVersion\": \"\",\n \"BindAppPkgName\": \"com.One.TEST\",\n \"CostTime\": 13,\n \"CreatTime\": \"2023-06-05 17:51:25\",\n \"EncryptAppMd5\": \"\",\n \"EncryptAppSize\": 0,\n \"EncryptErrCode\": 0,\n \"EncryptErrDesc\": \"\",\n \"EncryptErrRef\": \"\",\n \"EncryptPkgUrl\": \"\",\n \"EncryptState\": 1,\n \"EncryptStateDesc\": \"加固成功\",\n \"EndTime\": \"2023-06-05 17:51:51\",\n \"OnlineToolVersion\": \"\",\n \"OpUin\": 700000154106,\n \"OrderId\": \"20230605_52f727b2-8c5c-4069-b940-xxxxxxx\",\n \"OutputToolSize\": 109411473,\n \"OutputToolUrl\": \"https://xxxxxxxxx/xxxx-com.One.TEST-20230605.zip\",\n \"OutputToolVersion\": \"4.5.1.8\",\n \"ResourceId\": \"20230605_52f727b2-8c5c-4069-b940-xxxxxxx_0\",\n \"ResultId\": \"0f869fd0-0fd0-44bd-95fc-06a15b50aa61\",\n \"StartTime\": \"2023-06-05 17:51:33\",\n \"ToolExpireTime\": \"2024-06-07 00:00:00\",\n \"ToolOutputTime\": \"2023-06-05 17:51:47\"\n },\n \"AppletResult\": null,\n \"EncryptOpType\": 2,\n \"EncryptOpTypeDesc\": \"输出工具\",\n \"IOSResult\": null,\n \"OrderType\": 2,\n \"OrderTypeDesc\": \"按年收费\",\n \"PlatformDesc\": \"android加固\",\n \"PlatformType\": 1,\n \"SDKResult\": null,\n \"ResourceId\": \"xxxxxxx\",\n \"OrderId\": \"xxxxxxxxxxxxxx\"\n }\n ],\n \"RequestId\": \"59af19a2-9729-4397-a229-6ee8e8a15a1e\",\n \"TotalCount\": 1\n }\n}",
|
117
|
+
"output": "{\n \"Response\": {\n \"EncryptResults\": [\n {\n \"AndroidResult\": {\n \"AndroidPlan\": {\n \"AppPkgName\": \"com.One.TEST\",\n \"AppType\": \"apk\",\n \"EncryptParam\": \"{\\n \\\"dex\\\": {\\n \\\"enable\\\": 1,\\n \\\"antiprotect\\\": 1,\\n \\\"antirepack\\\": 1,\\n \\\"dexsig\\\": 1,\\n \\\"antimonitor\\\": 1,\\n \\\"ptrace\\\": 1\\n },\\n \\\"so\\\": {\\n \\\"enable\\\": 0,\\n \\\"ver\\\": \\\"1.3.3\\\",\\n \\\"file\\\": [\\n \\\"\\\"\\n ]\\n },\\n \\\"vmp\\\": {\\n \\\"enable\\\": 0,\\n \\\"ndkpath\\\": \\\"/xxx/android-ndk-r10e\\\",\\n \\\"profile\\\": \\\"XXX\\\",\\n \\\"mapping\\\": \\\"XXX\\\"\\n },\\n \\\"respro\\\": {\\n \\\"assets\\\": {\\n \\\"enable\\\": 0,\\n \\\"file\\\": [\\n \\\"assets/1.js\\\",\\n \\\"assets/2.jpg\\\"\\n ]\\n },\\n \\\"res\\\": {\\n \\\"enable\\\": 0,\\n \\\"file\\\": [\\n \\\"res/layout/1.xml\\\",\\n \\\"res/layout/2.xml\\\"\\n ]\\n }\\n }\\n}\",\n \"PlanId\": 12011\n },\n \"AppMd5\": \"710f9c41259d183bd1461817b6940b9e\",\n \"AppName\": \"com.tencent.demo\",\n \"AppPkgName\": \"com.One.TEST\",\n \"AppSize\": 0,\n \"AppType\": \"apk\",\n \"AppUrl\": \"https://xxxxx/test.apk\",\n \"AppVersion\": \"7.8.1\",\n \"BindAppPkgName\": \"com.One.TEST\",\n \"CostTime\": 13,\n \"CreatTime\": \"2023-06-05 17:51:25\",\n \"EncryptAppMd5\": \"710f9c41259d183bd1461817b6940b9e\",\n \"EncryptAppSize\": 0,\n \"EncryptErrCode\": 0,\n \"EncryptErrDesc\": \"success\",\n \"EncryptErrRef\": \"success\",\n \"EncryptPkgUrl\": \"https://xxxxxxxx/test.zip\",\n \"EncryptState\": 1,\n \"EncryptStateDesc\": \"加固成功\",\n \"EndTime\": \"2023-06-05 17:51:51\",\n \"OnlineToolVersion\": \"4.5.1.8\",\n \"OpUin\": 700000154106,\n \"OrderId\": \"20230605_52f727b2-8c5c-4069-b940-xxxxxxx\",\n \"OutputToolSize\": 109411473,\n \"OutputToolUrl\": \"https://xxxxxxxxx/xxxx-com.One.TEST-20230605.zip\",\n \"OutputToolVersion\": \"4.5.1.8\",\n \"ResourceId\": \"20230605_52f727b2-8c5c-4069-b940-xxxxxxx_0\",\n \"ResultId\": \"0f869fd0-0fd0-44bd-95fc-06a15b50aa61\",\n \"StartTime\": \"2023-06-05 17:51:33\",\n \"ToolExpireTime\": \"2024-06-07 00:00:00\",\n \"ToolOutputTime\": \"2023-06-05 17:51:47\"\n },\n \"AppletResult\": null,\n \"EncryptOpType\": 2,\n \"EncryptOpTypeDesc\": \"输出工具\",\n \"IOSResult\": null,\n \"OrderType\": 2,\n \"OrderTypeDesc\": \"按年收费\",\n \"PlatformDesc\": \"android加固\",\n \"PlatformType\": 1,\n \"SDKResult\": null,\n \"ResourceId\": \"xxxxxxx\",\n \"OrderId\": \"xxxxxxxxxxxxxx\"\n }\n ],\n \"RequestId\": \"59af19a2-9729-4397-a229-6ee8e8a15a1e\",\n \"TotalCount\": 1\n }\n}",
|
118
118
|
"title": "查询Android输出工具任务结果"
|
119
119
|
},
|
120
120
|
{
|
121
121
|
"document": "小程序在线加固结果查询示例",
|
122
122
|
"input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEncryptInstances\n<公共请求参数>\n\n{\n \"PlatformType\": 4,\n \"OrderType\": 1,\n \"EncryptOpType\": 1,\n \"EncryptState\": [\n 1\n ]\n}",
|
123
|
-
"output": "{\n \"Response\": {\n \"EncryptResults\": [\n {\n \"AndroidResult\": null,\n \"IOSResult\": null,\n \"SDKResult\": null,\n \"AppletResult\": {\n \"AppletInfo\": {\n \"AppletJsUrl\": \"http://xxxxxxxxxxx.zip\",\n \"AppletLevel\": 1,\n \"Name\": \"test.zip\"\n },\n \"CostTime\": 13,\n \"CreatTime\": \"2023-06-05 18:02:50\",\n \"EncryptErrCode\": 0,\n \"EncryptErrDesc\": \"\",\n \"EncryptErrRef\": \"\",\n \"EncryptPkgUrl\": \"https://xxxxxxxxxxxx/xxxxx/test.zip\",\n \"EncryptState\": 1,\n \"EncryptStateDesc\": \"加固成功\",\n \"EndTime\": \"2023-06-05 18:03:21\",\n \"OpUin\": 700000154106,\n \"OrderId\": \"20230605_96ca291a-6e84-47eb-xxxxx-xxxxxx\",\n \"ResourceId\": \"20230605_96ca291a-6e84-47eb-xxxxx-xxxxxx_0\",\n \"ResultId\": \"6ef4eac9-badc-40d9-9796-569741849f95\",\n \"StartTime\": \"2023-06-05 18:02:55\"\n },\n \"EncryptOpType\": 1,\n \"EncryptOpTypeDesc\": \"在线加固\",\n \"OrderType\": 1,\n \"OrderTypeDesc\": \"免费试用\",\n \"PlatformDesc\": \"applet小程序加固\",\n \"PlatformType\": 4,\n \"ResourceId\": \"xxxxxxx\",\n \"OrderId\": \"xxxxxxxxxxxxxx\"\n }\n ],\n \"RequestId\": \"3a25bb5e-6334-449c-b4bf-bbea1e673e3a\",\n \"TotalCount\": 1\n }\n}",
|
123
|
+
"output": "{\n \"Response\": {\n \"EncryptResults\": [\n {\n \"AndroidResult\": null,\n \"IOSResult\": null,\n \"SDKResult\": null,\n \"AppletResult\": {\n \"AppletInfo\": {\n \"AppletJsUrl\": \"http://xxxxxxxxxxx.zip\",\n \"AppletLevel\": 1,\n \"Name\": \"test.zip\"\n },\n \"CostTime\": 13,\n \"CreatTime\": \"2023-06-05 18:02:50\",\n \"EncryptErrCode\": 0,\n \"EncryptErrDesc\": \"success\",\n \"EncryptErrRef\": \"success\",\n \"EncryptPkgUrl\": \"https://xxxxxxxxxxxx/xxxxx/test.zip\",\n \"EncryptState\": 1,\n \"EncryptStateDesc\": \"加固成功\",\n \"EndTime\": \"2023-06-05 18:03:21\",\n \"OpUin\": 700000154106,\n \"OrderId\": \"20230605_96ca291a-6e84-47eb-xxxxx-xxxxxx\",\n \"ResourceId\": \"20230605_96ca291a-6e84-47eb-xxxxx-xxxxxx_0\",\n \"ResultId\": \"6ef4eac9-badc-40d9-9796-569741849f95\",\n \"StartTime\": \"2023-06-05 18:02:55\"\n },\n \"EncryptOpType\": 1,\n \"EncryptOpTypeDesc\": \"在线加固\",\n \"OrderType\": 1,\n \"OrderTypeDesc\": \"免费试用\",\n \"PlatformDesc\": \"applet小程序加固\",\n \"PlatformType\": 4,\n \"ResourceId\": \"xxxxxxx\",\n \"OrderId\": \"xxxxxxxxxxxxxx\"\n }\n ],\n \"RequestId\": \"3a25bb5e-6334-449c-b4bf-bbea1e673e3a\",\n \"TotalCount\": 1\n }\n}",
|
124
124
|
"title": "小程序在线加固结果查询示例"
|
125
125
|
}
|
126
126
|
],
|
@@ -128,19 +128,19 @@
|
|
128
128
|
{
|
129
129
|
"document": "载入上次配置",
|
130
130
|
"input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEncryptPlan\n<公共请求参数>\n\n{\n \"PlatformType\": 4,\n \"OrderType\": 1,\n \"EncryptOpType\": 1,\n \"ResourceId\": \"XXXXXXXXXXXXXXXX\"\n}",
|
131
|
-
"output": "{\n \"Response\": {\n \"
|
131
|
+
"output": "{\n \"Response\": {\n \"AppletPlan\": {\n \"AppletLevel\": 1,\n \"PlanId\": 11988\n },\n \"ResourceId\": \"XXXXXXXXXXXXXXXX\",\n \"OrderType\": 1,\n \"OrderTypeDesc\": \"免费试用\",\n \"EncryptOpType\": 1,\n \"EncryptOpTypeDesc\": \"在线加固\",\n \"PlatformType\": 4,\n \"PlatformTypeDesc\": \"applet小程序加固\",\n \"RequestId\": \"4fd83459-e0fc-4c1f-ab00-8f2c99f51bd4\"\n }\n}",
|
132
132
|
"title": "小程序在线加固"
|
133
133
|
},
|
134
134
|
{
|
135
135
|
"document": "Android输出工具配置查询",
|
136
136
|
"input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEncryptPlan\n<公共请求参数>\n\n{\n \"PlatformType\": 1,\n \"OrderType\": 1,\n \"EncryptOpType\": 2,\n \"ResourceId\": \"XXXXXXXXXXXXXXXX\"\n}",
|
137
|
-
"output": "{\n \"Response\": {\n \"ResourceId\": \"XXXXXXXXXXXXXXXX\",\n \"OrderType\": 1,\n \"OrderTypeDesc\": \"免费试用\",\n \"AndroidPlan\": {\n \"AppPkgName\": \"\",\n \"AppType\": \"apk\",\n \"EncryptParam\": \"{\\\"dex\\\":{\\\"enable\\\":1,\\\"antiprotect\\\":1,\\\"antirepack\\\":1,\\\"dexsig\\\":1,\\\"antimonitor\\\":1,\\\"ptrace\\\":1}}\",\n \"PlanId\": 11981\n },\n \"
|
137
|
+
"output": "{\n \"Response\": {\n \"ResourceId\": \"XXXXXXXXXXXXXXXX\",\n \"OrderType\": 1,\n \"OrderTypeDesc\": \"免费试用\",\n \"AndroidPlan\": {\n \"AppPkgName\": \"com.tencent.demo\",\n \"AppType\": \"apk\",\n \"EncryptParam\": \"{\\\"dex\\\":{\\\"enable\\\":1,\\\"antiprotect\\\":1,\\\"antirepack\\\":1,\\\"dexsig\\\":1,\\\"antimonitor\\\":1,\\\"ptrace\\\":1}}\",\n \"PlanId\": 11981\n },\n \"EncryptOpType\": 2,\n \"EncryptOpTypeDesc\": \"输出工具\",\n \"PlatformType\": 1,\n \"PlatformTypeDesc\": \"android加固\",\n \"RequestId\": \"a0d996fe-fa97-404a-87b0-b9690f92de26\"\n }\n}",
|
138
138
|
"title": "Android输出工具配置查询"
|
139
139
|
},
|
140
140
|
{
|
141
141
|
"document": "小程序在线加固载入上次配置实例",
|
142
142
|
"input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEncryptPlan\n<公共请求参数>\n\n{\n \"PlatformType\": 4,\n \"OrderType\": 1,\n \"EncryptOpType\": 1,\n \"ResourceId\": \"XXXXXXXXXXXXXXXX\"\n}",
|
143
|
-
"output": "{\n \"Response\": {\n \"
|
143
|
+
"output": "{\n \"Response\": {\n \"AppletPlan\": {\n \"AppletLevel\": 1,\n \"PlanId\": 12012\n },\n \"ResourceId\": \"XXXXXXXXXXXXXXXX\",\n \"OrderType\": 1,\n \"OrderTypeDesc\": \"免费试用\",\n \"EncryptOpType\": 1,\n \"EncryptOpTypeDesc\": \"在线加固\",\n \"PlatformType\": 4,\n \"PlatformTypeDesc\": \"applet小程序加固\",\n \"RequestId\": \"323b8dda-4623-4b7b-bb54-8d0a90e90cb1\"\n }\n}",
|
144
144
|
"title": "小程序在线加固载入上次配置实例"
|
145
145
|
}
|
146
146
|
],
|
@@ -148,7 +148,7 @@
|
|
148
148
|
{
|
149
149
|
"document": "根据订单id查订单资源信息",
|
150
150
|
"input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeOrderInstances\n<公共请求参数>\n\n{\n \"OrderId\": \"20230602_03702020-0a90-4f46-8f20-XXXXXXXXX\"\n}",
|
151
|
-
"output": "{\n \"Response\": {\n \"Orders\": [\n {\n \"AppPkgName\": \"\",\n \"ApprovalStatus\": 1,\n \"ApprovalStatusDesc\": \"审批通过\",\n \"ApprovalTime\": \"2023-06-02 17:51:55\",\n \"Approver\": \"
|
151
|
+
"output": "{\n \"Response\": {\n \"Orders\": [\n {\n \"AppPkgName\": \"com.tencent.demo\",\n \"ApprovalStatus\": 1,\n \"ApprovalStatusDesc\": \"审批通过\",\n \"ApprovalTime\": \"2023-06-02 17:51:55\",\n \"Approver\": \"lili\",\n \"CreateTime\": \"2023-06-02 17:42:06\",\n \"ExpireTime\": \"0000-00-00 00:00:00\",\n \"OrderId\": \"20230602_03702020-0a90-4f46-8f20-XXXXXXXXX\",\n \"OrderType\": 3,\n \"OrderTypeDesc\": \"按次收费\",\n \"PlatformType\": 1,\n \"PlatformTypeDesc\": \"android加固\",\n \"ResourceId\": \"20230602_03702020-0a90-4f46-8f20-XXXXXXXXX_0\",\n \"ResourceStatus\": 1,\n \"ResourceStatusDesc\": \"生效中\",\n \"TestTimes\": 0,\n \"TimesTaskFailCount\": 6,\n \"TimesTaskSuccessCount\": 2,\n \"TimesTaskTotalCount\": 8,\n \"ValidTime\": \"0000-00-00 00:00:00\"\n }\n ],\n \"RequestId\": \"c3af1139-4146-4a17-a4f7-395933351a5f\",\n \"TotalCount\": 1\n }\n}",
|
152
152
|
"title": "根据订单id查订单资源信息"
|
153
153
|
}
|
154
154
|
],
|
@@ -156,7 +156,7 @@
|
|
156
156
|
{
|
157
157
|
"document": "获取某个用户的加固资源信息",
|
158
158
|
"input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeResourceInstances\n<公共请求参数>\n\n{\n \"Pids\": [\n \"12750\"\n ],\n \"Limit\": \"20\",\n \"Offset\": \"0\"\n}",
|
159
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"
|
159
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"svmsref_xxxxx\",\n \"ResourceSet\": [\n {\n \"ResourceId\": \"svmsref_xxxxx\",\n \"Pid\": 1,\n \"ExpireTime\": 1,\n \"IsBind\": 1,\n \"ResourceName\": \"资源名称\",\n \"BindInfo\": {\n \"AppPkgName\": \"com.tencent.demo\",\n \"AppIconUrl\": \"https://appicon,url.com/appicon\",\n \"AppName\": \"AppName\"\n },\n \"CreateTime\": 1\n }\n ]\n }\n}",
|
160
160
|
"title": "获取某个用户的加固资源信息"
|
161
161
|
}
|
162
162
|
],
|
@@ -164,15 +164,15 @@
|
|
164
164
|
{
|
165
165
|
"document": "根据加固实例的包名和名称进行筛选,并返回最新的20条记录",
|
166
166
|
"input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeShieldInstances\n<公共请求参数>\n\n{\n \"Limit\": \"20\",\n \"Filters\": [\n {\n \"Name\": \"AppPkgName\",\n \"Value\": \"com.tencent.mm\"\n },\n {\n \"Name\": \"AppName\",\n \"Value\": \"wechat\"\n }\n ],\n \"Offset\": \"0\"\n}",
|
167
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5e93a212-ca01-0fdc-eedd-5a1fce5e83e6\",\n \"TotalCount\": 10,\n \"AppSet\": [\n {\n \"ItemId\": \"1234-xcse-ddw1\",\n \"AppName\": \"微信\",\n \"AppPkgName\": \"com.tencent.mm\",\n \"AppVersion\": \"6.5\",\n \"AppMd5\": \"der2331ds\",\n \"AppSize\": 123454,\n \"ServiceEdition\": \"basic\",\n \"ShieldCode\": 0,\n \"AppUrl\": \"https://www.example.com/a.apk\",\n \"AppIconUrl\": \"https://wwww.example.com/12334\",\n \"ClientIp\": \"
|
167
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"5e93a212-ca01-0fdc-eedd-5a1fce5e83e6\",\n \"TotalCount\": 10,\n \"AppSet\": [\n {\n \"ItemId\": \"1234-xcse-ddw1\",\n \"AppName\": \"微信\",\n \"AppPkgName\": \"com.tencent.mm\",\n \"AppVersion\": \"6.5\",\n \"AppMd5\": \"der2331ds\",\n \"AppSize\": 123454,\n \"ServiceEdition\": \"basic\",\n \"ShieldCode\": 0,\n \"AppUrl\": \"https://www.example.com/a.apk\",\n \"AppIconUrl\": \"https://wwww.example.com/12334\",\n \"ClientIp\": \"1.1.1.1\",\n \"ShieldMd5\": \"ae5df985a27b07f56d8c670fef70d7c9\",\n \"ShieldSize\": 1193311,\n \"TaskStatus\": 1,\n \"TaskTime\": 1524744997\n }\n ]\n }\n}",
|
168
168
|
"title": "查询加固实例列表"
|
169
169
|
}
|
170
170
|
],
|
171
171
|
"DescribeShieldPlanInstance": [
|
172
172
|
{
|
173
173
|
"document": "",
|
174
|
-
"input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeShieldPlanInstance\n<公共请求参数>\n\n{\n \"ResourceId\": \"
|
175
|
-
"output": "{\n \"Response\": {\n \"BindInfo\": {\n \"AppPkgName\": \"
|
174
|
+
"input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeShieldPlanInstance\n<公共请求参数>\n\n{\n \"ResourceId\": \"svmsref_xxxxx\",\n \"Pid\": \"1\"\n}",
|
175
|
+
"output": "{\n \"Response\": {\n \"BindInfo\": {\n \"AppPkgName\": \"com.tencent.demo\",\n \"AppIconUrl\": \"https://appicon.url.com/AppIconUrl\",\n \"AppName\": \"AppName\"\n },\n \"ResourceServiceInfo\": {\n \"ExpireTime\": 1,\n \"ResourceName\": \"应用加固\",\n \"CreateTime\": 1\n },\n \"ShieldPlanInfo\": {\n \"TotalCount\": 1,\n \"PlanSet\": [\n {\n \"PlanName\": \"加固策略\",\n \"PlanId\": 1,\n \"PlanInfo\": {\n \"Dex\": 1,\n \"SoType\": [\n \"so_low_com_dump_huidu\"\n ],\n \"AntiLogLeak\": 1,\n \"ApkSizeOpt\": 1,\n \"SoInfo\": {\n \"SoFileNames\": [\n \"1.so\",\n \"2.so\"\n ]\n },\n \"AntiQemuRoot\": 1,\n \"AntiVMP\": 1,\n \"Db\": 1,\n \"SeperateDex\": 1,\n \"AntiScreenshot\": 1,\n \"So\": 1,\n \"AntiRepack\": 1,\n \"AntiAssets\": 1,\n \"DexSig\": 1,\n \"Bugly\": 1,\n \"AntiSSL\": 1\n },\n \"IsDefault\": 1\n }\n ]\n },\n \"RequestId\": \"RequestId-xxxxx\"\n }\n}",
|
176
176
|
"title": "查询加固策略信息"
|
177
177
|
}
|
178
178
|
],
|
@@ -180,13 +180,13 @@
|
|
180
180
|
{
|
181
181
|
"document": "",
|
182
182
|
"input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeShieldResult\n<公共请求参数>\n\n{\n \"ItemId\": \"0b5465636cac72bb98e24b6aa4f4c488\"\n}",
|
183
|
-
"output": "{\n \"Response\": {\n \"AppDetailInfo\": {\n \"AppIconUrl\": \"https://ms-shield-logo-1251001047-1252181758.cosgz.myqcloud.com/0/881ac0a49b3ae9967022217730cc0da8/onetools.apklogo\",\n \"AppMd5\": \"881ac0a49b3ae9967022217730cc0da8\",\n \"AppName\": \"一个木函\",\n \"AppPkgName\": \"com.One.WoodenLetter\",\n \"AppSize\": 4743475,\n \"AppVersion\": \"7.8.1\",\n \"FileName\": \"onetools.apk\"\n },\n \"RequestId\": \"5bcf07de-03fe-4f8b-b859-9b7b47316045\",\n \"ShieldInfo\": {\n \"AppUrl\": \"https://ms-shield-1251001047-1252181758.cos.ap-guangzhou.myqcloud.com/encrypt_dist/881ac0a49b3ae9967022217730cc0da8.20220412121930.apk?sign=q-sign-algorithm%3Dsha1%26q-ak%
|
183
|
+
"output": "{\n \"Response\": {\n \"AppDetailInfo\": {\n \"AppIconUrl\": \"https://ms-shield-logo-1251001047-1252181758.cosgz.myqcloud.com/0/881ac0a49b3ae9967022217730cc0da8/onetools.apklogo\",\n \"AppMd5\": \"881ac0a49b3ae9967022217730cc0da8\",\n \"AppName\": \"一个木函\",\n \"AppPkgName\": \"com.One.WoodenLetter\",\n \"AppSize\": 4743475,\n \"AppVersion\": \"7.8.1\",\n \"FileName\": \"onetools.apk\"\n },\n \"RequestId\": \"5bcf07de-03fe-4f8b-b859-9b7b47316045\",\n \"ShieldInfo\": {\n \"AppUrl\": \"https://ms-shield-1251001047-1252181758.cos.ap-guangzhou.myqcloud.com/encrypt_dist/881ac0a49b3ae9967022217730cc0da8.20220412121930.apk?sign=q-sign-algorithm%3Dsha1%26q-ak%3D************************************************************%26q-sign-time%3D1650339239%3B1650342839%26q-key-time%3D1650339239%3B1650342839%26q-header-list%3D%26q-url-param-list%3D%26q-signature%3Dfbf5764a72c6e42c97aeb53c6cf6e6b85f6e7689%00\",\n \"ItemId\": \"0b5465636cac72bb98e24b6aa4f4c488\",\n \"ServiceEdition\": \"basic\",\n \"ShieldCode\": 0,\n \"ShieldMd5\": \"5c5d992097727c2f9789fea97441bd52\",\n \"ShieldSize\": 5373548,\n \"TaskTime\": 1649737137\n },\n \"StatusDesc\": \"成功\",\n \"StatusRef\": \"加固成功\",\n \"TaskStatus\": 1\n }\n}",
|
184
184
|
"title": "返回"
|
185
185
|
},
|
186
186
|
{
|
187
187
|
"document": "通过唯一标识获取加固的结果,唯一标识ItemId通过请求加固接口返回",
|
188
188
|
"input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeShieldResult\n<公共请求参数>\n\n{\n \"ItemId\": \"1shi2e-2387hjgus\"\n}",
|
189
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5e93a212-ca01-0fdc-eedd-5a1fce5e83e6\",\n \"TaskStatus\": 0,\n \"StatusDesc\": \"
|
189
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"5e93a212-ca01-0fdc-eedd-5a1fce5e83e6\",\n \"TaskStatus\": 0,\n \"StatusDesc\": \"成功\",\n \"StatusRef\": \"加固成功\",\n \"AppDetailInfo\": {\n \"AppName\": \"微信\",\n \"AppPkgName\": \"com.tencent.mm\",\n \"AppVersion\": \"1.0\",\n \"AppSize\": 1234565,\n \"AppMd5\": \"dd5b29a800246d7089febf228286d901\",\n \"FileName\": \"onetools.apk\",\n \"AppIconUrl\": \"https://example.com/1.png\"\n },\n \"ShieldInfo\": {\n \"ShieldCode\": 1,\n \"ShieldSize\": 1024,\n \"ShieldMd5\": \"25787jhids\",\n \"AppUrl\": \"https://example.com/1.apk\",\n \"TaskTime\": 1245478744,\n \"ItemId\": \"hji452-huhsxqwq1212\",\n \"ServiceEdition\": \"enterprise\"\n }\n }\n}",
|
190
190
|
"title": "查询加固结果"
|
191
191
|
}
|
192
192
|
],
|
@@ -194,7 +194,7 @@
|
|
194
194
|
{
|
195
195
|
"document": "",
|
196
196
|
"input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUrlDetectionResult\n<公共请求参数>\n\n{\n \"Url\": \"http://17biquge.com\"\n}",
|
197
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"c2adb7ea-3f73-487a-8ea5-474277c29e3a\",\n \"ResultCode\": 0,\n \"RespVer\": 1,\n \"UrlType\": 2,\n \"EvilClass\": 8,\n \"EvilType\": 0,\n \"Level\": 0,\n \"UrlTypeDesc\": \"风险网址\",\n \"EvilClassDesc\": \"
|
197
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"c2adb7ea-3f73-487a-8ea5-474277c29e3a\",\n \"ResultCode\": 0,\n \"RespVer\": 1,\n \"UrlType\": 2,\n \"EvilClass\": 8,\n \"EvilType\": 0,\n \"Level\": 0,\n \"UrlTypeDesc\": \"风险网址\",\n \"EvilClassDesc\": \"网站\",\n \"EvilTypeDesc\": \"EvilTypeDesc\",\n \"LevelDesc\": \"LevelDesc\",\n \"DetectTime\": 1644834245,\n \"Wording\": \"Wording\",\n \"WordingTitle\": \"WordingTitle\"\n }\n}",
|
198
198
|
"title": "查询网址检测结果服务"
|
199
199
|
}
|
200
200
|
],
|
@@ -224,23 +224,23 @@
|
|
224
224
|
{
|
225
225
|
"document": "",
|
226
226
|
"input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeOrderInstances\n<公共请求参数>\n\n{\n \"ClientId\": \"20230602_03702020-0a90-4f46-8f20-XXXXXXXXX\"\n}",
|
227
|
-
"output": "{\n \"Response\": {\n \"Sid\": \"
|
227
|
+
"output": "{\n \"Response\": {\n \"Sid\": \"uuid\",\n \"SrcFileMd5\": \"8c7ef86c259abad33f213405a35a13c2\",\n \"SrcFileSize\": 0,\n \"SrcFileUrl\": \"https://srcfile.url.com/srcfile\",\n \"SrcFileType\": \"release\",\n \"SrcFileVersion\": \"enterprise\",\n \"EncryptParam\": \"release\",\n \"EncryptState\": 0,\n \"RequestId\": \"abc\"\n }\n}",
|
228
228
|
"title": "请求任务接口"
|
229
229
|
}
|
230
230
|
],
|
231
231
|
"UpdateClientState": [
|
232
232
|
{
|
233
233
|
"document": "client上报",
|
234
|
-
"input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEncryptInstances\n<公共请求参数>\n\n{\n \"ClientId\": \"
|
235
|
-
"output": "{\n \"Response\": {\n \"ResultCode\": \"
|
234
|
+
"input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEncryptInstances\n<公共请求参数>\n\n{\n \"ClientId\": \"ClientId\",\n \"Ip\": \"1.1.1.1\",\n \"Internal\": 0,\n \"ServerVersion\": \"ServerVersion\",\n \"Hostname\": \"Hostname\",\n \"Os\": \"windows\"\n}",
|
235
|
+
"output": "{\n \"Response\": {\n \"ResultCode\": \"0\",\n \"RequestId\": \"RequestId-xxxxx\"\n }\n}",
|
236
236
|
"title": "client上报"
|
237
237
|
}
|
238
238
|
],
|
239
239
|
"UpdateLocalTaskResult": [
|
240
240
|
{
|
241
241
|
"document": "结果上报",
|
242
|
-
"input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEncryptInstances\n<公共请求参数>\n\n{\n \"Sid\": \"
|
243
|
-
"output": "{\n \"Response\": {\n \"ResultCode\": \"
|
242
|
+
"input": "POST / HTTP/1.1\nHost: ms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEncryptInstances\n<公共请求参数>\n\n{\n \"Sid\": \"Sid-xxxxx\",\n \"ResultCode\": 0,\n \"SubCode\": 0,\n \"ErrMsg\": \"success\",\n \"Result\": \"result_info\"\n}",
|
243
|
+
"output": "{\n \"Response\": {\n \"ResultCode\": \"1\",\n \"RequestId\": \"RequestId-xxxxx\"\n }\n}",
|
244
244
|
"title": "结果上报"
|
245
245
|
}
|
246
246
|
]
|
@@ -1231,6 +1231,16 @@
|
|
1231
1231
|
"type": "list",
|
1232
1232
|
"value_allowed_null": true
|
1233
1233
|
},
|
1234
|
+
{
|
1235
|
+
"disabled": false,
|
1236
|
+
"document": "引用资源\n注意:此字段可能返回 null,表示取不到有效值。",
|
1237
|
+
"example": "无",
|
1238
|
+
"member": "SessionClusterRefItem",
|
1239
|
+
"name": "ResourceRefs",
|
1240
|
+
"output_required": false,
|
1241
|
+
"type": "list",
|
1242
|
+
"value_allowed_null": true
|
1243
|
+
},
|
1234
1244
|
{
|
1235
1245
|
"disabled": false,
|
1236
1246
|
"document": "JobManager的规格",
|
@@ -1280,6 +1290,46 @@
|
|
1280
1290
|
"output_required": true,
|
1281
1291
|
"type": "string",
|
1282
1292
|
"value_allowed_null": false
|
1293
|
+
},
|
1294
|
+
{
|
1295
|
+
"disabled": false,
|
1296
|
+
"document": "JobManagerCpu",
|
1297
|
+
"example": "0",
|
1298
|
+
"member": "float",
|
1299
|
+
"name": "JobManagerCpu",
|
1300
|
+
"output_required": false,
|
1301
|
+
"type": "float",
|
1302
|
+
"value_allowed_null": false
|
1303
|
+
},
|
1304
|
+
{
|
1305
|
+
"disabled": false,
|
1306
|
+
"document": "JobManagerMem",
|
1307
|
+
"example": "0",
|
1308
|
+
"member": "float",
|
1309
|
+
"name": "JobManagerMem",
|
1310
|
+
"output_required": false,
|
1311
|
+
"type": "float",
|
1312
|
+
"value_allowed_null": false
|
1313
|
+
},
|
1314
|
+
{
|
1315
|
+
"disabled": false,
|
1316
|
+
"document": "TaskManagerCpu",
|
1317
|
+
"example": "0",
|
1318
|
+
"member": "float",
|
1319
|
+
"name": "TaskManagerCpu",
|
1320
|
+
"output_required": false,
|
1321
|
+
"type": "float",
|
1322
|
+
"value_allowed_null": false
|
1323
|
+
},
|
1324
|
+
{
|
1325
|
+
"disabled": false,
|
1326
|
+
"document": "TaskManagerMem",
|
1327
|
+
"example": "0",
|
1328
|
+
"member": "float",
|
1329
|
+
"name": "TaskManagerMem",
|
1330
|
+
"output_required": false,
|
1331
|
+
"type": "float",
|
1332
|
+
"value_allowed_null": false
|
1283
1333
|
}
|
1284
1334
|
],
|
1285
1335
|
"usage": "out"
|
@@ -5388,6 +5438,36 @@
|
|
5388
5438
|
"output_required": false,
|
5389
5439
|
"type": "string",
|
5390
5440
|
"value_allowed_null": true
|
5441
|
+
},
|
5442
|
+
{
|
5443
|
+
"disabled": false,
|
5444
|
+
"document": "0:代表没开启调优任务,1:开启智能调优,2:代表定时调优\n\n注意:此字段可能返回 null,表示取不到有效值。",
|
5445
|
+
"example": "1",
|
5446
|
+
"member": "int64",
|
5447
|
+
"name": "ScalingType",
|
5448
|
+
"output_required": false,
|
5449
|
+
"type": "int",
|
5450
|
+
"value_allowed_null": true
|
5451
|
+
},
|
5452
|
+
{
|
5453
|
+
"disabled": false,
|
5454
|
+
"document": "使用CPU数目\n注意:此字段可能返回 null,表示取不到有效值。",
|
5455
|
+
"example": "1",
|
5456
|
+
"member": "float",
|
5457
|
+
"name": "RunningCpu",
|
5458
|
+
"output_required": false,
|
5459
|
+
"type": "float",
|
5460
|
+
"value_allowed_null": true
|
5461
|
+
},
|
5462
|
+
{
|
5463
|
+
"disabled": false,
|
5464
|
+
"document": "使用内存数量\n注意:此字段可能返回 null,表示取不到有效值。",
|
5465
|
+
"example": "无1",
|
5466
|
+
"member": "float",
|
5467
|
+
"name": "RunningMem",
|
5468
|
+
"output_required": false,
|
5469
|
+
"type": "float",
|
5470
|
+
"value_allowed_null": true
|
5391
5471
|
}
|
5392
5472
|
],
|
5393
5473
|
"usage": "out"
|
@@ -6881,6 +6961,56 @@
|
|
6881
6961
|
],
|
6882
6962
|
"usage": "out"
|
6883
6963
|
},
|
6964
|
+
"SessionClusterRefItem": {
|
6965
|
+
"document": "session集群引用资源信息",
|
6966
|
+
"members": [
|
6967
|
+
{
|
6968
|
+
"disabled": false,
|
6969
|
+
"document": "空间唯一标识\n注意:此字段可能返回 null,表示取不到有效值。",
|
6970
|
+
"example": "无",
|
6971
|
+
"member": "string",
|
6972
|
+
"name": "WorkspaceId",
|
6973
|
+
"output_required": false,
|
6974
|
+
"required": true,
|
6975
|
+
"type": "string",
|
6976
|
+
"value_allowed_null": true
|
6977
|
+
},
|
6978
|
+
{
|
6979
|
+
"disabled": false,
|
6980
|
+
"document": "资源唯一标识\n注意:此字段可能返回 null,表示取不到有效值。",
|
6981
|
+
"example": "无",
|
6982
|
+
"member": "string",
|
6983
|
+
"name": "ResourceId",
|
6984
|
+
"output_required": true,
|
6985
|
+
"required": true,
|
6986
|
+
"type": "string",
|
6987
|
+
"value_allowed_null": true
|
6988
|
+
},
|
6989
|
+
{
|
6990
|
+
"disabled": false,
|
6991
|
+
"document": "版本号\n注意:此字段可能返回 null,表示取不到有效值。",
|
6992
|
+
"example": "无",
|
6993
|
+
"member": "int64",
|
6994
|
+
"name": "Version",
|
6995
|
+
"output_required": true,
|
6996
|
+
"required": true,
|
6997
|
+
"type": "int",
|
6998
|
+
"value_allowed_null": true
|
6999
|
+
},
|
7000
|
+
{
|
7001
|
+
"disabled": false,
|
7002
|
+
"document": "引用类型,0:用户资源\n注意:此字段可能返回 null,表示取不到有效值。",
|
7003
|
+
"example": "无",
|
7004
|
+
"member": "uint64",
|
7005
|
+
"name": "Type",
|
7006
|
+
"output_required": true,
|
7007
|
+
"required": true,
|
7008
|
+
"type": "int",
|
7009
|
+
"value_allowed_null": true
|
7010
|
+
}
|
7011
|
+
],
|
7012
|
+
"usage": "both"
|
7013
|
+
},
|
6884
7014
|
"SlotSharingGroup": {
|
6885
7015
|
"document": "SlotSharingGroup 描述",
|
6886
7016
|
"members": [
|