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: alsdkdefs/apis/iris/iris.v3.yaml
+23-1Lines changed: 23 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -197,6 +197,16 @@ paths:
197
197
eq:
198
198
property: string
199
199
value: string
200
+
metadata:
201
+
total_count: number
202
+
limit: number
203
+
offset: number
204
+
links:
205
+
self: string
206
+
first: string
207
+
prev: string
208
+
next: string
209
+
last: string
200
210
returnVals:
201
211
- __appliance_name: string
202
212
__content_type: string
@@ -281,6 +291,16 @@ paths:
281
291
name: return_value
282
292
in: query
283
293
description: "Comma delimited list of 'dot-notation' string names of desired properties in the result set. Use if you want only a subset of attributes from results"
294
+
- schema:
295
+
type: number
296
+
name: limit
297
+
in: query
298
+
description: "Maximum number of items in the result set"
299
+
- schema:
300
+
type: number
301
+
name: offset
302
+
in: query
303
+
description: "The (zero-based) offset of the first item in the result set to return"
284
304
'/iris/v3/{account_id}/incidents_by_time':
285
305
get:
286
306
summary: Get incidents in a timespan for account
@@ -1117,6 +1137,8 @@ components:
1117
1137
properties:
1118
1138
filter:
1119
1139
type: object
1140
+
metadata:
1141
+
type: object
1120
1142
returnVals:
1121
1143
type: array
1122
1144
items:
@@ -1237,4 +1259,4 @@ tags:
1237
1259
- name: Partner API
1238
1260
description: Multiple account operations
1239
1261
- name: UI operations
1240
-
description: IRIS operations available through the console
1262
+
description: IRIS operations available through the console
0 commit comments