Skip to content

Commit a4318cf

Browse files
committed
update metadata
1 parent d3dd539 commit a4318cf

File tree

6 files changed

+64
-0
lines changed

6 files changed

+64
-0
lines changed

metadatas/apig/CreateSource.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
}

metadatas/apig/DeleteSource.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
}

metadatas/apig/GetSource.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
}

metadatas/ens/CreateEipInstance.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,24 @@
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",

metadatas/maxcompute/CreateMmsFetchMetadataJob.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
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",

metadatas/products.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15750,6 +15750,7 @@
1575015750
"CreatePolicyAttachment",
1575115751
"CreateService",
1575215752
"CreateServiceVersion",
15753+
"CreateSource",
1575315754
"DeleteConsumer",
1575415755
"DeleteConsumerAuthorizationRule",
1575515756
"DeleteDomain",
@@ -15765,6 +15766,7 @@
1576515766
"DeletePolicyAttachment",
1576615767
"DeleteService",
1576715768
"DeleteServiceVersion",
15769+
"DeleteSource",
1576815770
"DeployHttpApi",
1576915771
"DeployMcpServer",
1577015772
"ExportHttpApi",
@@ -15783,6 +15785,7 @@
1578315785
"GetPolicyAttachment",
1578415786
"GetResourceOverview",
1578515787
"GetService",
15788+
"GetSource",
1578615789
"GetTraceConfig",
1578715790
"ImportHttpApi",
1578815791
"InstallPlugin",
@@ -17313,6 +17316,7 @@
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",

0 commit comments

Comments
 (0)