tccli 3.0.1070.1__py2.py3-none-any.whl → 3.0.1072.1__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.
- tccli/__init__.py +1 -1
- tccli/examples/billing/v20180709/DescribeAllocateConditions.md +499 -0
- tccli/examples/billing/v20180709/DescribeAllocationBillConditions.md +495 -0
- tccli/examples/billing/v20180709/DescribeAllocationBillDetail.md +152 -0
- tccli/examples/billing/v20180709/DescribeAllocationMonthOverview.md +384 -0
- tccli/examples/billing/v20180709/DescribeAllocationOverview.md +102 -0
- tccli/examples/billing/v20180709/DescribeAllocationSummaryByBusiness.md +132 -0
- tccli/examples/billing/v20180709/DescribeAllocationSummaryByItem.md +96 -0
- tccli/examples/billing/v20180709/DescribeAllocationSummaryByResource.md +82 -0
- tccli/examples/billing/v20180709/DescribeAllocationTrendByMonth.md +60 -0
- tccli/examples/billing/v20180709/DescribeGatherResource.md +69 -0
- tccli/examples/cam/v20190116/GetCustomMFATokenInfo.md +2 -2
- tccli/examples/cam/v20190116/ListCollaborators.md +11 -10
- tccli/examples/cvm/v20170312/DescribeKeyPairs.md +1 -0
- tccli/examples/cvm/v20170312/InquiryPriceRenewInstances.md +3 -3
- tccli/examples/cvm/v20170312/InquiryPriceResetInstancesType.md +2 -40
- tccli/examples/dts/v20211206/DescribeSyncJobs.md +2 -0
- tccli/examples/ess/v20201111/CreateFlowApprovers.md +26 -0
- tccli/examples/ess/v20201111/CreateFlowByFiles.md +261 -0
- tccli/examples/ess/v20201111/DescribeFlowTemplates.md +6 -1
- tccli/examples/essbasic/v20210526/ChannelCreateFlowApprovers.md +34 -0
- tccli/examples/essbasic/v20210526/ChannelCreateFlowByFiles.md +257 -0
- tccli/examples/essbasic/v20210526/ChannelCreateReleaseFlow.md +35 -0
- tccli/examples/mariadb/v20170312/CreateAccount.md +1 -1
- tccli/examples/oceanus/v20190422/CreateJob.md +2 -1
- tccli/examples/postgres/v20170312/CreateBaseBackup.md +2 -2
- tccli/examples/postgres/v20170312/DeleteBaseBackup.md +1 -1
- tccli/examples/postgres/v20170312/DescribeBaseBackups.md +2 -2
- tccli/examples/postgres/v20170312/ModifyBaseBackupExpireTime.md +2 -2
- tccli/examples/sqlserver/v20180328/DescribeDBInstancesAttribute.md +8 -0
- tccli/examples/sqlserver/v20180328/ModifyDReadable.md +25 -0
- tccli/examples/tdmq/v20200217/DescribeRocketMQMsg.md +12 -12
- tccli/examples/tdmq/v20200217/DescribeRocketMQPublicAccessMonitorData.md +39 -0
- tccli/examples/teo/v20220901/CreateAccelerationDomain.md +1 -1
- tccli/examples/vpc/v20170312/DescribeVpnGateways.md +43 -65
- tccli/services/antiddos/v20200309/api.json +27 -16
- tccli/services/batch/v20170312/api.json +26 -26
- tccli/services/billing/billing_client.py +610 -80
- tccli/services/billing/v20180709/api.json +9519 -4207
- tccli/services/billing/v20180709/examples.json +80 -0
- tccli/services/cam/v20190116/api.json +35 -30
- tccli/services/cam/v20190116/examples.json +3 -3
- tccli/services/cdwdoris/v20211228/api.json +20 -0
- tccli/services/cvm/v20170312/api.json +81 -78
- tccli/services/cvm/v20170312/examples.json +9 -9
- tccli/services/dcdb/v20180411/api.json +25 -25
- tccli/services/dts/v20211206/api.json +53 -11
- tccli/services/dts/v20211206/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +72 -4
- tccli/services/ess/v20201111/examples.json +13 -1
- tccli/services/essbasic/v20210526/api.json +20 -2
- tccli/services/essbasic/v20210526/examples.json +18 -0
- tccli/services/goosefs/v20220519/api.json +9 -0
- tccli/services/lighthouse/v20200324/api.json +61 -0
- tccli/services/mariadb/v20170312/api.json +36 -36
- tccli/services/mariadb/v20170312/examples.json +1 -1
- tccli/services/mrs/v20200910/api.json +18 -0
- tccli/services/oceanus/v20190422/api.json +28 -0
- tccli/services/oceanus/v20190422/examples.json +1 -1
- tccli/services/postgres/v20170312/api.json +79 -74
- tccli/services/postgres/v20170312/examples.json +7 -7
- tccli/services/rce/v20201103/api.json +25 -25
- tccli/services/sqlserver/sqlserver_client.py +53 -0
- tccli/services/sqlserver/v20180328/api.json +237 -34
- tccli/services/sqlserver/v20180328/examples.json +9 -1
- tccli/services/tdmq/tdmq_client.py +110 -57
- tccli/services/tdmq/v20200217/api.json +222 -4
- tccli/services/tdmq/v20200217/examples.json +10 -2
- tccli/services/teo/v20220901/api.json +1 -1
- tccli/services/teo/v20220901/examples.json +1 -1
- tccli/services/trtc/v20190722/api.json +4 -4
- tccli/services/vpc/v20170312/api.json +32 -24
- tccli/services/vpc/v20170312/examples.json +7 -7
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/RECORD +78 -66
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/license_files/LICENSE +0 -0
@@ -985,7 +985,7 @@
|
|
985
985
|
},
|
986
986
|
{
|
987
987
|
"disabled": false,
|
988
|
-
"document": "是否创建为只读账号,0
|
988
|
+
"document": "是否创建为只读账号,0:否:; 1:只读账号,该账号的sql请求优先选择备机执行,备机延迟时选择主机执行;2:只读账号,优先选择备机执行,备机延迟时操作报错;3:只读账号,优先选择备机执行,忽略备机延迟只读备机;",
|
989
989
|
"example": "0",
|
990
990
|
"member": "int64",
|
991
991
|
"name": "ReadOnly",
|
@@ -995,7 +995,7 @@
|
|
995
995
|
{
|
996
996
|
"disabled": false,
|
997
997
|
"document": "账号备注,可以包含中文、英文字符、常见符号和数字,长度为0~256字符",
|
998
|
-
"example": "
|
998
|
+
"example": "测试账号",
|
999
999
|
"member": "string",
|
1000
1000
|
"name": "Description",
|
1001
1001
|
"required": false,
|
@@ -1040,7 +1040,7 @@
|
|
1040
1040
|
"example": "tdsql-fdpjf5zh",
|
1041
1041
|
"member": "string",
|
1042
1042
|
"name": "InstanceId",
|
1043
|
-
"
|
1043
|
+
"output_required": true,
|
1044
1044
|
"type": "string",
|
1045
1045
|
"value_allowed_null": false
|
1046
1046
|
},
|
@@ -1050,7 +1050,7 @@
|
|
1050
1050
|
"example": "testuser1",
|
1051
1051
|
"member": "string",
|
1052
1052
|
"name": "UserName",
|
1053
|
-
"
|
1053
|
+
"output_required": true,
|
1054
1054
|
"type": "string",
|
1055
1055
|
"value_allowed_null": false
|
1056
1056
|
},
|
@@ -1060,7 +1060,7 @@
|
|
1060
1060
|
"example": "172.17.%",
|
1061
1061
|
"member": "string",
|
1062
1062
|
"name": "Host",
|
1063
|
-
"
|
1063
|
+
"output_required": true,
|
1064
1064
|
"type": "string",
|
1065
1065
|
"value_allowed_null": false
|
1066
1066
|
},
|
@@ -1070,7 +1070,7 @@
|
|
1070
1070
|
"example": "0",
|
1071
1071
|
"member": "int64",
|
1072
1072
|
"name": "ReadOnly",
|
1073
|
-
"
|
1073
|
+
"output_required": true,
|
1074
1074
|
"type": "int",
|
1075
1075
|
"value_allowed_null": false
|
1076
1076
|
},
|
@@ -1856,7 +1856,7 @@
|
|
1856
1856
|
"example": "无",
|
1857
1857
|
"member": "string",
|
1858
1858
|
"name": "UserName",
|
1859
|
-
"
|
1859
|
+
"output_required": true,
|
1860
1860
|
"type": "string",
|
1861
1861
|
"value_allowed_null": false
|
1862
1862
|
},
|
@@ -1866,7 +1866,7 @@
|
|
1866
1866
|
"example": "无",
|
1867
1867
|
"member": "string",
|
1868
1868
|
"name": "Host",
|
1869
|
-
"
|
1869
|
+
"output_required": true,
|
1870
1870
|
"type": "string",
|
1871
1871
|
"value_allowed_null": false
|
1872
1872
|
},
|
@@ -1876,7 +1876,7 @@
|
|
1876
1876
|
"example": "无",
|
1877
1877
|
"member": "string",
|
1878
1878
|
"name": "Description",
|
1879
|
-
"
|
1879
|
+
"output_required": true,
|
1880
1880
|
"type": "string",
|
1881
1881
|
"value_allowed_null": false
|
1882
1882
|
},
|
@@ -1886,7 +1886,7 @@
|
|
1886
1886
|
"example": "无",
|
1887
1887
|
"member": "datetime",
|
1888
1888
|
"name": "CreateTime",
|
1889
|
-
"
|
1889
|
+
"output_required": true,
|
1890
1890
|
"type": "string",
|
1891
1891
|
"value_allowed_null": false
|
1892
1892
|
},
|
@@ -1896,7 +1896,7 @@
|
|
1896
1896
|
"example": "无",
|
1897
1897
|
"member": "datetime",
|
1898
1898
|
"name": "UpdateTime",
|
1899
|
-
"
|
1899
|
+
"output_required": true,
|
1900
1900
|
"type": "string",
|
1901
1901
|
"value_allowed_null": false
|
1902
1902
|
},
|
@@ -1906,17 +1906,17 @@
|
|
1906
1906
|
"example": "无",
|
1907
1907
|
"member": "int64",
|
1908
1908
|
"name": "ReadOnly",
|
1909
|
-
"
|
1909
|
+
"output_required": true,
|
1910
1910
|
"type": "int",
|
1911
1911
|
"value_allowed_null": false
|
1912
1912
|
},
|
1913
1913
|
{
|
1914
1914
|
"disabled": false,
|
1915
|
-
"document": "
|
1915
|
+
"document": "该字段对只读账号有意义,表示选择主备延迟小于该值的备机\n注意:此字段可能返回 null,表示取不到有效值。",
|
1916
1916
|
"example": "无",
|
1917
1917
|
"member": "int64",
|
1918
1918
|
"name": "DelayThresh",
|
1919
|
-
"
|
1919
|
+
"output_required": true,
|
1920
1920
|
"type": "int",
|
1921
1921
|
"value_allowed_null": true
|
1922
1922
|
},
|
@@ -1926,7 +1926,7 @@
|
|
1926
1926
|
"example": "无",
|
1927
1927
|
"member": "int64",
|
1928
1928
|
"name": "SlaveConst",
|
1929
|
-
"
|
1929
|
+
"output_required": true,
|
1930
1930
|
"type": "int",
|
1931
1931
|
"value_allowed_null": false
|
1932
1932
|
},
|
@@ -1936,7 +1936,7 @@
|
|
1936
1936
|
"example": "无",
|
1937
1937
|
"member": "int64",
|
1938
1938
|
"name": "MaxUserConnections",
|
1939
|
-
"
|
1939
|
+
"output_required": true,
|
1940
1940
|
"type": "int",
|
1941
1941
|
"value_allowed_null": false
|
1942
1942
|
}
|
@@ -7777,7 +7777,7 @@
|
|
7777
7777
|
"example": "无",
|
7778
7778
|
"member": "string",
|
7779
7779
|
"name": "CheckSum",
|
7780
|
-
"
|
7780
|
+
"output_required": true,
|
7781
7781
|
"type": "string",
|
7782
7782
|
"value_allowed_null": false
|
7783
7783
|
},
|
@@ -7787,7 +7787,7 @@
|
|
7787
7787
|
"example": "无",
|
7788
7788
|
"member": "string",
|
7789
7789
|
"name": "Db",
|
7790
|
-
"
|
7790
|
+
"output_required": true,
|
7791
7791
|
"type": "string",
|
7792
7792
|
"value_allowed_null": false
|
7793
7793
|
},
|
@@ -7797,7 +7797,7 @@
|
|
7797
7797
|
"example": "无",
|
7798
7798
|
"member": "string",
|
7799
7799
|
"name": "FingerPrint",
|
7800
|
-
"
|
7800
|
+
"output_required": true,
|
7801
7801
|
"type": "string",
|
7802
7802
|
"value_allowed_null": false
|
7803
7803
|
},
|
@@ -7807,7 +7807,7 @@
|
|
7807
7807
|
"example": "无",
|
7808
7808
|
"member": "string",
|
7809
7809
|
"name": "LockTimeAvg",
|
7810
|
-
"
|
7810
|
+
"output_required": true,
|
7811
7811
|
"type": "string",
|
7812
7812
|
"value_allowed_null": false
|
7813
7813
|
},
|
@@ -7817,7 +7817,7 @@
|
|
7817
7817
|
"example": "无",
|
7818
7818
|
"member": "string",
|
7819
7819
|
"name": "LockTimeMax",
|
7820
|
-
"
|
7820
|
+
"output_required": true,
|
7821
7821
|
"type": "string",
|
7822
7822
|
"value_allowed_null": false
|
7823
7823
|
},
|
@@ -7827,7 +7827,7 @@
|
|
7827
7827
|
"example": "无",
|
7828
7828
|
"member": "string",
|
7829
7829
|
"name": "LockTimeMin",
|
7830
|
-
"
|
7830
|
+
"output_required": true,
|
7831
7831
|
"type": "string",
|
7832
7832
|
"value_allowed_null": false
|
7833
7833
|
},
|
@@ -7837,7 +7837,7 @@
|
|
7837
7837
|
"example": "无",
|
7838
7838
|
"member": "string",
|
7839
7839
|
"name": "LockTimeSum",
|
7840
|
-
"
|
7840
|
+
"output_required": true,
|
7841
7841
|
"type": "string",
|
7842
7842
|
"value_allowed_null": false
|
7843
7843
|
},
|
@@ -7847,7 +7847,7 @@
|
|
7847
7847
|
"example": "无",
|
7848
7848
|
"member": "string",
|
7849
7849
|
"name": "QueryCount",
|
7850
|
-
"
|
7850
|
+
"output_required": true,
|
7851
7851
|
"type": "string",
|
7852
7852
|
"value_allowed_null": false
|
7853
7853
|
},
|
@@ -7857,7 +7857,7 @@
|
|
7857
7857
|
"example": "无",
|
7858
7858
|
"member": "string",
|
7859
7859
|
"name": "QueryTimeAvg",
|
7860
|
-
"
|
7860
|
+
"output_required": true,
|
7861
7861
|
"type": "string",
|
7862
7862
|
"value_allowed_null": false
|
7863
7863
|
},
|
@@ -7867,7 +7867,7 @@
|
|
7867
7867
|
"example": "无",
|
7868
7868
|
"member": "string",
|
7869
7869
|
"name": "QueryTimeMax",
|
7870
|
-
"
|
7870
|
+
"output_required": true,
|
7871
7871
|
"type": "string",
|
7872
7872
|
"value_allowed_null": false
|
7873
7873
|
},
|
@@ -7877,7 +7877,7 @@
|
|
7877
7877
|
"example": "无",
|
7878
7878
|
"member": "string",
|
7879
7879
|
"name": "QueryTimeMin",
|
7880
|
-
"
|
7880
|
+
"output_required": true,
|
7881
7881
|
"type": "string",
|
7882
7882
|
"value_allowed_null": false
|
7883
7883
|
},
|
@@ -7887,7 +7887,7 @@
|
|
7887
7887
|
"example": "无",
|
7888
7888
|
"member": "string",
|
7889
7889
|
"name": "QueryTimeSum",
|
7890
|
-
"
|
7890
|
+
"output_required": true,
|
7891
7891
|
"type": "string",
|
7892
7892
|
"value_allowed_null": false
|
7893
7893
|
},
|
@@ -7897,7 +7897,7 @@
|
|
7897
7897
|
"example": "无",
|
7898
7898
|
"member": "string",
|
7899
7899
|
"name": "RowsExaminedSum",
|
7900
|
-
"
|
7900
|
+
"output_required": true,
|
7901
7901
|
"type": "string",
|
7902
7902
|
"value_allowed_null": false
|
7903
7903
|
},
|
@@ -7907,7 +7907,7 @@
|
|
7907
7907
|
"example": "无",
|
7908
7908
|
"member": "string",
|
7909
7909
|
"name": "RowsSentSum",
|
7910
|
-
"
|
7910
|
+
"output_required": true,
|
7911
7911
|
"type": "string",
|
7912
7912
|
"value_allowed_null": false
|
7913
7913
|
},
|
@@ -7917,7 +7917,7 @@
|
|
7917
7917
|
"example": "无",
|
7918
7918
|
"member": "string",
|
7919
7919
|
"name": "TsMax",
|
7920
|
-
"
|
7920
|
+
"output_required": true,
|
7921
7921
|
"type": "string",
|
7922
7922
|
"value_allowed_null": false
|
7923
7923
|
},
|
@@ -7927,17 +7927,17 @@
|
|
7927
7927
|
"example": "无",
|
7928
7928
|
"member": "string",
|
7929
7929
|
"name": "TsMin",
|
7930
|
-
"
|
7930
|
+
"output_required": true,
|
7931
7931
|
"type": "string",
|
7932
7932
|
"value_allowed_null": false
|
7933
7933
|
},
|
7934
7934
|
{
|
7935
7935
|
"disabled": false,
|
7936
|
-
"document": "
|
7936
|
+
"document": "账号",
|
7937
7937
|
"example": "无",
|
7938
7938
|
"member": "string",
|
7939
7939
|
"name": "User",
|
7940
|
-
"
|
7940
|
+
"output_required": true,
|
7941
7941
|
"type": "string",
|
7942
7942
|
"value_allowed_null": false
|
7943
7943
|
},
|
@@ -7947,7 +7947,7 @@
|
|
7947
7947
|
"example": "无",
|
7948
7948
|
"member": "string",
|
7949
7949
|
"name": "ExampleSql",
|
7950
|
-
"
|
7950
|
+
"output_required": true,
|
7951
7951
|
"type": "string",
|
7952
7952
|
"value_allowed_null": true
|
7953
7953
|
},
|
@@ -7957,7 +7957,7 @@
|
|
7957
7957
|
"example": "%",
|
7958
7958
|
"member": "string",
|
7959
7959
|
"name": "Host",
|
7960
|
-
"
|
7960
|
+
"output_required": true,
|
7961
7961
|
"type": "string",
|
7962
7962
|
"value_allowed_null": false
|
7963
7963
|
}
|
@@ -50,7 +50,7 @@
|
|
50
50
|
],
|
51
51
|
"CreateAccount": [
|
52
52
|
{
|
53
|
-
"document": "",
|
53
|
+
"document": "在tdsql-fdpjf5zh实例中创建可读写账号testuser1,密码为1234qweri#",
|
54
54
|
"input": "POST / HTTP/1.1\nHost: mariadb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAccount\n<公共请求参数>\n\n{\n \"UserName\": \"testuser1\",\n \"Description\": \"测试帐号\",\n \"InstanceId\": \"tdsql-fdpjf5zh\",\n \"ReadOnly\": \"0\",\n \"Host\": \"172.17.%\",\n \"Password\": \"1234qweri#\"\n}",
|
55
55
|
"output": "{\n \"Response\": {\n \"RequestId\": \"2cc4e4dc-c3e9-4858-ab80-03e3526cf24d\",\n \"InstanceId\": \"tdsql-fdpjf5zh\",\n \"UserName\": \"testuser1\",\n \"Host\": \"172.17.%\",\n \"ReadOnly\": 0\n }\n}",
|
56
56
|
"title": "为云数据库实例创建访问账号"
|
@@ -14015,6 +14015,15 @@
|
|
14015
14015
|
"name": "PdfInfo",
|
14016
14016
|
"required": true,
|
14017
14017
|
"type": "object"
|
14018
|
+
},
|
14019
|
+
{
|
14020
|
+
"disabled": false,
|
14021
|
+
"document": "PDF文件中的文字是否为文本内容.\n如果该字段为true,那么就会自动判断是电子版还是图片,自动选择直接读取文字还是 OCR 方式.\n如果该字段为false, 那么始终采用 OCR 方式",
|
14022
|
+
"example": "无",
|
14023
|
+
"member": "bool",
|
14024
|
+
"name": "TextBasedPdfFlag",
|
14025
|
+
"required": false,
|
14026
|
+
"type": "bool"
|
14018
14027
|
}
|
14019
14028
|
],
|
14020
14029
|
"type": "object"
|
@@ -14052,6 +14061,15 @@
|
|
14052
14061
|
"name": "PdfInfo",
|
14053
14062
|
"required": true,
|
14054
14063
|
"type": "object"
|
14064
|
+
},
|
14065
|
+
{
|
14066
|
+
"disabled": false,
|
14067
|
+
"document": "PDF文件中的文字是否为文本内容.\n如果该字段为true,那么就会自动判断是电子版还是图片,自动选择直接读取文字还是 OCR 方式.\n如果该字段为false, 那么始终采用 OCR 方式",
|
14068
|
+
"example": "false",
|
14069
|
+
"member": "bool",
|
14070
|
+
"name": "TextBasedPdfFlag",
|
14071
|
+
"required": false,
|
14072
|
+
"type": "bool"
|
14055
14073
|
}
|
14056
14074
|
],
|
14057
14075
|
"type": "object"
|
@@ -1896,6 +1896,15 @@
|
|
1896
1896
|
"name": "Tags",
|
1897
1897
|
"required": false,
|
1898
1898
|
"type": "list"
|
1899
|
+
},
|
1900
|
+
{
|
1901
|
+
"disabled": false,
|
1902
|
+
"document": "作业描述",
|
1903
|
+
"example": "description of job",
|
1904
|
+
"member": "string",
|
1905
|
+
"name": "Description",
|
1906
|
+
"required": false,
|
1907
|
+
"type": "string"
|
1899
1908
|
}
|
1900
1909
|
],
|
1901
1910
|
"type": "object"
|
@@ -5173,6 +5182,16 @@
|
|
5173
5182
|
"output_required": false,
|
5174
5183
|
"type": "object",
|
5175
5184
|
"value_allowed_null": true
|
5185
|
+
},
|
5186
|
+
{
|
5187
|
+
"disabled": false,
|
5188
|
+
"document": "描述信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
5189
|
+
"example": "desc",
|
5190
|
+
"member": "string",
|
5191
|
+
"name": "Description",
|
5192
|
+
"output_required": false,
|
5193
|
+
"type": "string",
|
5194
|
+
"value_allowed_null": true
|
5176
5195
|
}
|
5177
5196
|
],
|
5178
5197
|
"usage": "out"
|
@@ -5388,6 +5407,15 @@
|
|
5388
5407
|
"name": "WorkSpaceId",
|
5389
5408
|
"required": false,
|
5390
5409
|
"type": "string"
|
5410
|
+
},
|
5411
|
+
{
|
5412
|
+
"disabled": false,
|
5413
|
+
"document": "作业描述",
|
5414
|
+
"example": "description",
|
5415
|
+
"member": "string",
|
5416
|
+
"name": "Description",
|
5417
|
+
"required": false,
|
5418
|
+
"type": "string"
|
5391
5419
|
}
|
5392
5420
|
],
|
5393
5421
|
"type": "object"
|
@@ -33,7 +33,7 @@
|
|
33
33
|
"CreateJob": [
|
34
34
|
{
|
35
35
|
"document": "创建作业",
|
36
|
-
"input": "POST / HTTP/1.1\nHost: oceanus.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateJob\n<公共请求参数>\n\n{\n \"Name\": \"create_job_test\",\n \"JobType\": 1,\n \"ClusterType\": 2,\n \"ClusterId\": \"cluster-5c42n3a5\",\n \"WorkSpaceId\": \"space-53rqk422\"\n}",
|
36
|
+
"input": "POST / HTTP/1.1\nHost: oceanus.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateJob\n<公共请求参数>\n\n{\n \"Name\": \"create_job_test\",\n \"JobType\": 1,\n \"ClusterType\": 2,\n \"ClusterId\": \"cluster-5c42n3a5\",\n \"WorkSpaceId\": \"space-53rqk422\",\n \"Description\": \"some description\"\n}",
|
37
37
|
"output": "{\n \"Response\": {\n \"JobId\": \"cql-e92rhppb\",\n \"RequestId\": \"9159e720-d61c-459f-862b-d630de3209dd\"\n }\n}",
|
38
38
|
"title": "创建作业"
|
39
39
|
}
|