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: Public/Get-LMAuditLog.ps1
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Retrieves audit logs from LogicMonitor.
4
4
5
5
.DESCRIPTION
6
-
The Get-LMAuditLogs function retrieves audit logs from LogicMonitor based on the specified parameters. It supports retrieving logs by ID, by date range, or by applying filters. The function can retrieve up to 10000 logs in a single query.
6
+
The Get-LMAuditLog function retrieves audit logs from LogicMonitor based on the specified parameters. It supports retrieving logs by ID, by date range, or by applying filters. The function can retrieve up to 10000 logs in a single query.
7
7
8
8
.PARAMETERId
9
9
The ID of the specific audit log to retrieve. This parameter is part of a mutually exclusive parameter set.
@@ -25,11 +25,11 @@ The number of results to return per request. Must be between 1 and 1000. Default
Copy file name to clipboardExpand all lines: Public/Get-LMCostOptimizationRecommendationCategory.ps1
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Retrieves cloud cost optimization recommendation categories from LogicMonitor.
4
4
5
5
.DESCRIPTION
6
-
The Get-LMCostOptimizationRecommendationCategories function retrieves cloud cost optimization recommendation categories from a connected LogicMonitor portal.
6
+
The Get-LMCostOptimizationRecommendationCategory function retrieves cloud cost optimization recommendation categories from a connected LogicMonitor portal.
7
7
8
8
.PARAMETERFilter
9
9
A filter object to apply when retrieving cost optimization recommendation categories. Only recommendationCategory and recommendationStatus are supported for filtering using the equals operator all others are not supported at this time.
@@ -13,11 +13,11 @@ The number of results to return per request. Must be between 1 and 1000. Default
13
13
14
14
.EXAMPLE
15
15
#Retrieve all cost optimization recommendation categories
16
-
Get-LMCostOptimizationRecommendationCategories
16
+
Get-LMCostOptimizationRecommendationCategory
17
17
18
18
.EXAMPLE
19
19
#Retrieve cost optimization recommendation categories using a filter
0 commit comments