File tree 2 files changed +8
-1
lines changed
alsdkdefs/apis/remediations
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -1731,6 +1731,11 @@ paths:
1731
1731
source : |-
1732
1732
curl "https://api.cloudinsight.alertlogic.com/assets_query/v2/12345678/exposures?search=CVE-2016-5387" \
1733
1733
-H "x-aims-auth-token: $TOKEN" -H "accept: application/json"
1734
+ - lang : Shell
1735
+ label : Exposures filtered via custom search string
1736
+ source : |-
1737
+ curl "https://api.cloudinsight.alertlogic.com/assets_query/v2/12345678/exposures?search=cve:CVE-2016-5387" \
1738
+ -H "x-aims-auth-token: $TOKEN" -H "accept: application/json"
1734
1739
- lang : Shell
1735
1740
label : Remediations sorted by Name ascending
1736
1741
source : |-
Original file line number Diff line number Diff line change @@ -605,4 +605,6 @@ ExposuresSearch:
605
605
description : |-
606
606
A string which can be optionally passed to limit the set of returned items to those whose
607
607
name property contains the string passed. Search parameter is case insensitive and will attempt
608
- to match any part of the name property.
608
+ to match any part of the target property. The default property to search is the name property, but
609
+ any property may be searched by including the property to be searched and a colon in the search string.
610
+ e.g. cve:CVE-2023 would search the CVE property for the string 'CVE-2023'
You can’t perform that action at this time.
0 commit comments