You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apis/collections-apis/category-complement.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ Use the following request to query the complement costs of a category, which inc
8
8
9
9
### Request
10
10
11
-
```
11
+
```http
12
12
GET /model/collections/query/complement?category=<string>&window=<string>
13
13
```
14
14
15
15
### Examples
16
16
17
-
```
17
+
```http
18
18
GET /model/collections/query/complement?category=Team&window=30d
19
19
```
20
20
@@ -48,13 +48,13 @@ Use the following request to query the complement cloud costs of a category, whi
48
48
49
49
### Request
50
50
51
-
```
51
+
```http
52
52
GET /model/collections/query/complement/cloud?category=<string>&window=<string>(&aggregate=<string>&filter=<string>&limit=<number>&offset=<number>)
53
53
```
54
54
55
55
### Examples
56
56
57
-
```
57
+
```http
58
58
GET /model/collections/query/complement/cloud?category=Team&window=30d
59
59
```
60
60
@@ -77,7 +77,7 @@ GET /model/collections/query/complement/cloud?category=Team&window=30d
77
77
}
78
78
```
79
79
80
-
```
80
+
```http
81
81
GET /model/collections/query/complement/cloud?category=Team&window=30d&aggregate=service
82
82
```
83
83
@@ -116,7 +116,7 @@ GET /model/collections/query/complement/cloud?category=Team&window=30d&aggregate
116
116
}
117
117
```
118
118
119
-
```
119
+
```http
120
120
GET /model/collections/query/complement/cloud?category=Team&window=30d&aggregate=providerID&filter=service:"AmazonEC2"
121
121
```
122
122
@@ -156,13 +156,13 @@ Use the following request to query the complement Kubernetes costs of a category
156
156
157
157
### Request
158
158
159
-
```
159
+
```http
160
160
GET /model/collections/query/complement/kubernetes?category=<string>&window=<string>(&aggregate=<string>&filter=<string>&limit=<number>&offset=<number>)
161
161
```
162
162
163
163
### Examples
164
164
165
-
```
165
+
```http
166
166
GET /model/collection/query/complement/kubernetes?category=Team&window=30d
167
167
```
168
168
@@ -187,7 +187,7 @@ GET /model/collection/query/complement/kubernetes?category=Team&window=30d
187
187
}
188
188
```
189
189
190
-
```
190
+
```http
191
191
GET /model/collections/query/complement/kubernetes?category=Team&window=30d&aggregate=namespace
192
192
```
193
193
@@ -228,7 +228,7 @@ GET /model/collections/query/complement/kubernetes?category=Team&window=30d&aggr
228
228
}
229
229
```
230
230
231
-
```
231
+
```http
232
232
GET /model/collections/query/complement/kubernetes?category=Team&window=30d&aggregate=controller&filter=namespace:"kubecost"
0 commit comments