File tree Expand file tree Collapse file tree 6 files changed +64
-0
lines changed
Expand file tree Collapse file tree 6 files changed +64
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " CreateSource" ,
3+ "protocol" : " HTTPS" ,
4+ "method" : " POST" ,
5+ "pathPattern" : " /v1/sources" ,
6+ "parameters" : [
7+ {
8+ "name" : " body" ,
9+ "position" : " Body" ,
10+ "type" : " String" ,
11+ "required" : false
12+ }
13+ ]
14+ }
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " DeleteSource" ,
3+ "protocol" : " HTTPS" ,
4+ "method" : " DELETE" ,
5+ "pathPattern" : " /v1/sources/[sourceId]" ,
6+ "parameters" : [
7+ {
8+ "name" : " sourceId" ,
9+ "position" : " Path" ,
10+ "type" : " String" ,
11+ "required" : false
12+ }
13+ ]
14+ }
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " GetSource" ,
3+ "protocol" : " HTTPS" ,
4+ "method" : " GET" ,
5+ "pathPattern" : " /v1/sources/[sourceId]" ,
6+ "parameters" : [
7+ {
8+ "name" : " sourceId" ,
9+ "position" : " Path" ,
10+ "type" : " String" ,
11+ "required" : false
12+ }
13+ ]
14+ }
Original file line number Diff line number Diff line change 3434 "type" : " String" ,
3535 "required" : true
3636 },
37+ {
38+ "name" : " InstanceId" ,
39+ "position" : " Query" ,
40+ "type" : " String" ,
41+ "required" : false
42+ },
3743 {
3844 "name" : " InternetChargeType" ,
3945 "position" : " Query" ,
4046 "type" : " String" ,
4147 "required" : true
4248 },
49+ {
50+ "name" : " IpAddress" ,
51+ "position" : " Query" ,
52+ "type" : " String" ,
53+ "required" : false
54+ },
4355 {
4456 "name" : " Isp" ,
4557 "position" : " Query" ,
Original file line number Diff line number Diff line change 44 "method" : " POST" ,
55 "pathPattern" : " /api/v1/mms/datasources/[sourceId]/scans" ,
66 "parameters" : [
7+ {
8+ "name" : " body" ,
9+ "position" : " Body" ,
10+ "type" : " String" ,
11+ "required" : false
12+ },
713 {
814 "name" : " sourceId" ,
915 "position" : " Path" ,
Original file line number Diff line number Diff line change 1575015750 "CreatePolicyAttachment",
1575115751 "CreateService",
1575215752 "CreateServiceVersion",
15753+ "CreateSource",
1575315754 "DeleteConsumer",
1575415755 "DeleteConsumerAuthorizationRule",
1575515756 "DeleteDomain",
1576515766 "DeletePolicyAttachment",
1576615767 "DeleteService",
1576715768 "DeleteServiceVersion",
15769+ "DeleteSource",
1576815770 "DeployHttpApi",
1576915771 "DeployMcpServer",
1577015772 "ExportHttpApi",
1578315785 "GetPolicyAttachment",
1578415786 "GetResourceOverview",
1578515787 "GetService",
15788+ "GetSource",
1578615789 "GetTraceConfig",
1578715790 "ImportHttpApi",
1578815791 "InstallPlugin",
1731317316 "cn-shenzhen": "dataworks-vpc.cn-shenzhen.aliyuncs.com",
1731417317 "cn-shanghai-finance-1": "dataworks-vpc.cn-shanghai-finance-1.aliyuncs.com",
1731517318 "cn-shanghai": "dataworks-vpc.cn-shanghai.aliyuncs.com",
17319+ "cn-north-2-gov-1": "dataworks-vpc.cn-north-2-gov-1.aliyuncs.com",
1731617320 "cn-hongkong": "dataworks-vpc.cn-hongkong.aliyuncs.com",
1731717321 "cn-hangzhou": "dataworks-vpc.cn-hangzhou.aliyuncs.com",
1731817322 "cn-chengdu": "dataworks-vpc.cn-chengdu.aliyuncs.com",
You can’t perform that action at this time.
0 commit comments