File tree Expand file tree Collapse file tree 5 files changed +33
-16
lines changed
Expand file tree Collapse file tree 5 files changed +33
-16
lines changed Original file line number Diff line number Diff line change 1+ # v1.21.0
2+
3+ ## Features
4+ * feat(cli): New Report Distributions command (#1215 ) (Darren)([ abb31945] ( https://github.com/lacework/go-sdk/commit/abb31945f7937778658d6b6bb7fe5e67f16d9e1e ) )
5+ * feat: Python CDK components (#1253 ) (jonathan stewart)([ 04115007] ( https://github.com/lacework/go-sdk/commit/04115007ce5d02adcbbf2ac17078f9d2e7cf79b0 ) )
6+ ## Bug Fixes
7+ * fix: vuln host info counts (jon-stewart)([ 6740c1be] ( https://github.com/lacework/go-sdk/commit/6740c1be1e81068855c10aac39423759a1087b14 ) )
8+ * fix(cli): Inconsistent results from host vuln show (#1279 ) (Salim Afiune)([ dd252935] ( https://github.com/lacework/go-sdk/commit/dd2529354994c1addbeb63c18fd5f938161289ba ) )
9+ ## Documentation Updates
10+ * docs(cli): remove API v1 refs and add examples (#1278 ) (John)([ 201afa07] ( https://github.com/lacework/go-sdk/commit/201afa07d871e5660d0e25313689e1640dcabcaf ) )
11+ ## Other Changes
12+ * ci: version bump to v1.20.1-dev (Lacework)([ 0a736c62] ( https://github.com/lacework/go-sdk/commit/0a736c62d0ea605745e988c8dc2ab03728534f26 ) )
13+ ---
114# v1.20.0
215
316## Features
Original file line number Diff line number Diff line change 11# Release Notes
2- Another day, another release. These are the release notes for the version ` v1.20 .0 ` .
2+ Another day, another release. These are the release notes for the version ` v1.21 .0 ` .
33
44## Features
5- * feat(aws-install): add ` credential_profile ` flag (#1274 ) (Nick Schmeller)([ c027b0f3] ( https://github.com/lacework/go-sdk/commit/c027b0f3a46319fc8ecedbe495a98d326d36c654 ) )
5+ * feat(cli): New Report Distributions command (#1215 ) (Darren)([ abb31945] ( https://github.com/lacework/go-sdk/commit/abb31945f7937778658d6b6bb7fe5e67f16d9e1e ) )
6+ * feat: Python CDK components (#1253 ) (jonathan stewart)([ 04115007] ( https://github.com/lacework/go-sdk/commit/04115007ce5d02adcbbf2ac17078f9d2e7cf79b0 ) )
7+ ## Bug Fixes
8+ * fix: vuln host info counts (jon-stewart)([ 6740c1be] ( https://github.com/lacework/go-sdk/commit/6740c1be1e81068855c10aac39423759a1087b14 ) )
9+ * fix(cli): Inconsistent results from host vuln show (#1279 ) (Salim Afiune)([ dd252935] ( https://github.com/lacework/go-sdk/commit/dd2529354994c1addbeb63c18fd5f938161289ba ) )
10+ ## Documentation Updates
11+ * docs(cli): remove API v1 refs and add examples (#1278 ) (John)([ 201afa07] ( https://github.com/lacework/go-sdk/commit/201afa07d871e5660d0e25313689e1640dcabcaf ) )
612## Other Changes
7- * ci: version bump to v1.19 .1-dev (Lacework)([ 3d733d57 ] ( https://github.com/lacework/go-sdk/commit/3d733d57b6a65a4a6013f51112d3a209a912bfea ) )
13+ * ci: version bump to v1.20 .1-dev (Lacework)([ 0a736c62 ] ( https://github.com/lacework/go-sdk/commit/0a736c62d0ea605745e988c8dc2ab03728534f26 ) )
814
915## :whale : [ Docker Image] ( https://hub.docker.com/r/lacework/lacework-cli )
1016```
Original file line number Diff line number Diff line change 1- 1.20.1-dev
1+ 1.21.0
Original file line number Diff line number Diff line change @@ -10,23 +10,21 @@ Helper to call Lacework's API
1010
1111### Synopsis
1212
13- Use this command as a helper to call any available Lacework API v1 & v2 endpoint.
13+ Use this command as a helper to call any available Lacework API v2 endpoint.
1414
15- ### For APIv1
15+ ### API v2
1616
17- To list all integrations configured in your account :
17+ To list all available Lacework schema types :
1818
19- lacework api get /v1/external/integrations
19+ lacework api get /v2/schemas
2020
21- For a complete list of available API v1 endpoints visit :
21+ To receive a json response of all machines within the given time window :
2222
23- https://<ACCOUNT>. lacework.net /api/v1/external/docs
23+ lacework api post /api/v2/Entities/Machines/search -d "{}"
2424
25- ### For APIv2
25+ To receive a json response of all agents within the given time window:
2626
27- To list all available Lacework schema types:
28-
29- lacework api get /v2/schemas
27+ lacework api post /api/v2/AgentInfo/search -d "{}"
3028
3129For a complete list of available API v2 endpoints visit:
3230
You can’t perform that action at this time.
0 commit comments