Skip to content

Commit f924e23

Browse files
committed
update metadata
1 parent 9328b60 commit f924e23

File tree

262 files changed

+2999
-1061
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

262 files changed

+2999
-1061
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "DeleteDataEventSelector",
3+
"protocol": "HTTPS",
4+
"method": "GET|POST",
5+
"pathPattern": "",
6+
"parameters": [
7+
{
8+
"name": "TrailName",
9+
"position": "Query",
10+
"type": "String",
11+
"required": true
12+
}
13+
]
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "GetDataEventSelector",
3+
"protocol": "HTTPS",
4+
"method": "GET|POST",
5+
"pathPattern": "",
6+
"parameters": [
7+
{
8+
"name": "TrailName",
9+
"position": "Query",
10+
"type": "String",
11+
"required": true
12+
}
13+
]
14+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "ListDataEventSelectors",
3+
"protocol": "HTTPS",
4+
"method": "GET|POST",
5+
"pathPattern": "",
6+
"parameters": [
7+
{
8+
"name": "MaxResults",
9+
"position": "Query",
10+
"type": "Integer",
11+
"required": false
12+
},
13+
{
14+
"name": "NextToken",
15+
"position": "Query",
16+
"type": "String",
17+
"required": false
18+
}
19+
]
20+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "PutDataEventSelector",
3+
"protocol": "HTTPS",
4+
"method": "GET|POST",
5+
"pathPattern": "",
6+
"parameters": [
7+
{
8+
"name": "EventSelectors",
9+
"position": "Query",
10+
"type": "String",
11+
"required": true
12+
},
13+
{
14+
"name": "IsTrailAllRegion",
15+
"position": "Query",
16+
"type": "Boolean",
17+
"required": false
18+
},
19+
{
20+
"name": "TrailName",
21+
"position": "Query",
22+
"type": "String",
23+
"required": true
24+
},
25+
{
26+
"name": "TrailRegionIds",
27+
"position": "Query",
28+
"type": "String",
29+
"required": false
30+
}
31+
]
32+
}

metadatas/adb/DescribeSqlPattern.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"name": "StartTime",
4545
"position": "Query",
4646
"type": "String",
47-
"required": true
47+
"required": false
4848
},
4949
{
5050
"name": "Type",
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"name": "CreateElasticsearchIngestion",
3-
"protocol": "HTTP|HTTPS",
2+
"name": "CreateImageBuild",
3+
"protocol": "HTTPS",
44
"method": "POST",
5-
"pathPattern": "/elasticsearchingestions",
5+
"pathPattern": "/api/v1/imagebuilds",
66
"parameters": [
77
{
8-
"name": "body",
9-
"position": "Body",
8+
"name": "ClientToken",
9+
"position": "Query",
1010
"type": "String",
1111
"required": false
1212
},
1313
{
14-
"name": "project",
15-
"position": "Host",
14+
"name": "body",
15+
"position": "Body",
1616
"type": "String",
17-
"required": true
17+
"required": false
1818
}
1919
]
2020
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "ListOperationPlansForRegion",
3+
"protocol": "HTTPS",
4+
"method": "GET",
5+
"pathPattern": "/regions/[region_id]/operation/plans",
6+
"parameters": [
7+
{
8+
"name": "cluster_id",
9+
"position": "Query",
10+
"type": "String",
11+
"required": false
12+
},
13+
{
14+
"name": "region_id",
15+
"position": "Path",
16+
"type": "String",
17+
"required": true
18+
},
19+
{
20+
"name": "state",
21+
"position": "Query",
22+
"type": "String",
23+
"required": false
24+
},
25+
{
26+
"name": "type",
27+
"position": "Query",
28+
"type": "String",
29+
"required": false
30+
}
31+
]
32+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "ListResourceGroupAssociateProjects",
3+
"protocol": "HTTPS",
4+
"method": "GET|POST",
5+
"pathPattern": "",
6+
"parameters": [
7+
{
8+
"name": "ResourceGroupId",
9+
"position": "Query",
10+
"type": "String",
11+
"required": true
12+
}
13+
]
14+
}
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"name": "ListResourceGroupMetricData",
3+
"protocol": "HTTPS",
4+
"method": "GET|POST",
5+
"pathPattern": "",
6+
"parameters": [
7+
{
8+
"name": "BeginTime",
9+
"position": "Body",
10+
"type": "Long",
11+
"required": false
12+
},
13+
{
14+
"name": "EndTime",
15+
"position": "Body",
16+
"type": "Long",
17+
"required": false
18+
},
19+
{
20+
"name": "Length",
21+
"position": "Body",
22+
"type": "Integer",
23+
"required": false
24+
},
25+
{
26+
"name": "MetricName",
27+
"position": "Body",
28+
"type": "String",
29+
"required": true
30+
},
31+
{
32+
"name": "NextToken",
33+
"position": "Body",
34+
"type": "String",
35+
"required": false
36+
},
37+
{
38+
"name": "Period",
39+
"position": "Body",
40+
"type": "String",
41+
"required": false
42+
},
43+
{
44+
"name": "ResourceGroupId",
45+
"position": "Body",
46+
"type": "String",
47+
"required": true
48+
}
49+
]
50+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "CreateFaultInjection",
3+
"protocol": "HTTPS",
4+
"method": "POST",
5+
"pathPattern": "/api/v2/services/[ClusterId]/[ServiceName]/instances/[InstanceName]/faults",
6+
"parameters": [
7+
{
8+
"name": "ClusterId",
9+
"position": "Path",
10+
"type": "String",
11+
"required": true
12+
},
13+
{
14+
"name": "InstanceName",
15+
"position": "Path",
16+
"type": "String",
17+
"required": true
18+
},
19+
{
20+
"name": "ServiceName",
21+
"position": "Path",
22+
"type": "String",
23+
"required": true
24+
},
25+
{
26+
"name": "body",
27+
"position": "Body",
28+
"type": "String",
29+
"required": false
30+
}
31+
]
32+
}

0 commit comments

Comments
 (0)