Skip to content

Commit 984f848

Browse files
author
cibot
committed
Definitions Update remediations
1 parent 1cada4c commit 984f848

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

alsdkdefs/apis/remediations/assets_query.v1.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3041,7 +3041,11 @@ paths:
30413041
'503':
30423042
$ref: responses.yaml#/UnavailableError
30433043
operationId: get_incident_ids
3044-
description: Get lists of incident_ids for a given set of assets
3044+
description: |-
3045+
Get lists of incident_ids for a given set of assets.
3046+
3047+
Note: If an asset type that does not have incidents directly is requested, child assets with incidents will
3048+
be queried instead. Only child assets with incidents will be included in the result.
30453049
requestBody:
30463050
content:
30473051
application/json:
@@ -3072,6 +3076,13 @@ paths:
30723076
- deployment_id
30733077
- key
30743078
- type
3079+
limit:
3080+
type: number
3081+
description: |-
3082+
The maximum number of incident IDs to return. The top N most severe then most recent incidents
3083+
are returned.
3084+
minimum: 1
3085+
30753086
components:
30763087
securitySchemes:
30773088
x-aims-auth-token:

0 commit comments

Comments
 (0)