Skip to content

Commit 4f94eda

Browse files
author
cibot
committed
Definitions Update iris
1 parent bc1c768 commit 4f94eda

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

alsdkdefs/apis/iris/iris.v3.yaml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,16 @@ paths:
197197
eq:
198198
property: string
199199
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
200210
returnVals:
201211
- __appliance_name: string
202212
__content_type: string
@@ -281,6 +291,16 @@ paths:
281291
name: return_value
282292
in: query
283293
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"
284304
'/iris/v3/{account_id}/incidents_by_time':
285305
get:
286306
summary: Get incidents in a timespan for account
@@ -1117,6 +1137,8 @@ components:
11171137
properties:
11181138
filter:
11191139
type: object
1140+
metadata:
1141+
type: object
11201142
returnVals:
11211143
type: array
11221144
items:
@@ -1237,4 +1259,4 @@ tags:
12371259
- name: Partner API
12381260
description: Multiple account operations
12391261
- name: UI operations
1240-
description: IRIS operations available through the console
1262+
description: IRIS operations available through the console

0 commit comments

Comments
 (0)