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
The Get-LMAWSExternalId function retrieves the AWS External ID that is associated with the current LogicMonitor account.
21
+
This ID is used for AWS integration purposes and helps identify the AWS account linked to your LogicMonitor instance.
22
+
23
+
## EXAMPLES
24
+
25
+
### EXAMPLE 1
26
+
```
27
+
#Retrieve the AWS External ID
28
+
Get-LMAWSExternalId
29
+
```
30
+
31
+
## PARAMETERS
32
+
33
+
### -ProgressAction
34
+
{{ Fill ProgressAction Description }}
35
+
36
+
```yaml
37
+
Type: ActionPreference
38
+
Parameter Sets: (All)
39
+
Aliases: proga
40
+
41
+
Required: False
42
+
Position: Named
43
+
Default value: None
44
+
Accept pipeline input: False
45
+
Accept wildcard characters: False
46
+
```
47
+
48
+
### CommonParameters
49
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
50
+
51
+
## INPUTS
52
+
53
+
### None. You cannot pipe objects to this command.
54
+
## OUTPUTS
55
+
56
+
### Returns a string containing the AWS External ID.
57
+
## NOTES
58
+
You must run Connect-LMAccount before running this command.
Sends each event in `$Messages` to the Meraki webhook LogSource, appending the `accountId` property to every payload.
31
+
```
32
+
33
+
## PARAMETERS
34
+
35
+
### -SourceName
36
+
Specifies the LogicMonitor LogSource identifier used in the ingest URL.
37
+
This typically matches the sourceName configured in LogicMonitor.
38
+
39
+
```yaml
40
+
Type: String
41
+
Parameter Sets: (All)
42
+
Aliases:
43
+
44
+
Required: True
45
+
Position: 1
46
+
Default value: None
47
+
Accept pipeline input: False
48
+
Accept wildcard characters: False
49
+
```
50
+
51
+
### -Messages
52
+
{{ Fill Messages Description }}
53
+
54
+
```yaml
55
+
Type: Object[]
56
+
Parameter Sets: (All)
57
+
Aliases:
58
+
59
+
Required: True
60
+
Position: 2
61
+
Default value: None
62
+
Accept pipeline input: False
63
+
Accept wildcard characters: False
64
+
```
65
+
66
+
### -Properties
67
+
Specifies additional key/value pairs that are merged into every event payload before sending.
68
+
69
+
```yaml
70
+
Type: Hashtable
71
+
Parameter Sets: (All)
72
+
Aliases:
73
+
74
+
Required: False
75
+
Position: 3
76
+
Default value: None
77
+
Accept pipeline input: False
78
+
Accept wildcard characters: False
79
+
```
80
+
81
+
### -PassThru
82
+
{{ Fill PassThru Description }}
83
+
84
+
```yaml
85
+
Type: SwitchParameter
86
+
Parameter Sets: (All)
87
+
Aliases:
88
+
89
+
Required: False
90
+
Position: Named
91
+
Default value: False
92
+
Accept pipeline input: False
93
+
Accept wildcard characters: False
94
+
```
95
+
96
+
### -ProgressAction
97
+
{{ Fill ProgressAction Description }}
98
+
99
+
```yaml
100
+
Type: ActionPreference
101
+
Parameter Sets: (All)
102
+
Aliases: proga
103
+
104
+
Required: False
105
+
Position: Named
106
+
Default value: None
107
+
Accept pipeline input: False
108
+
Accept wildcard characters: False
109
+
```
110
+
111
+
### CommonParameters
112
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
113
+
114
+
## INPUTS
115
+
116
+
## OUTPUTS
117
+
118
+
### Outputs a confirmation message for each accepted webhook event, or an error message if the request fails. When -PassThru is specified, returns PSCustomObject entries containing status, payload, and optional error details for each attempted message.
-**Send-LMWebhookMessage**: Send a webhook message to LM Logs.
80
+
-**Get-LMAWSExternalId**: Generate an ExternalID for AWS onboarding.
84
81
85
-
### New Helper Cmdlets
86
-
-**ConvertTo-LMUptimeDevice** Migration cmdlet relies will take a provided set of WebChecks/PingChecks and convert them to LMUptime Resources.
87
-
88
-
### Bug Fixes/Changes
89
-
- Added reusable helper functions to normalise global alert condition inputs and location validation for Uptime cmdlets.
90
-
91
-
### Notes
92
-
- API calls for LM Uptime will only work on LM portals running v228 or later.
93
-
- LMUptime resources with show under normal **\*-LMDevice** cmdlets but modification to them should be handled by the new **\*-LMUptimeDevice** cmdlets.
82
+
### Updated Cmdlets
83
+
-**Set-LMDeviceGroup**: Added *-Extra* field which takes a PSCustomObject for specifying extra cloud settings for LM Cloud resource groups.
84
+
-**New-LMDeviceGroup**: Added *-Extra* field which takes a PSCustomObject for specifying extra cloud settings for LM Cloud resource groups.
-**ConvertTo-LMUptimeDevice** Migration cmdlet relies will take a provided set of WebChecks/PingChecks and convert them to LMUptime Resources.
14
+
15
+
### Bug Fixes/Changes
16
+
- Added reusable helper functions to normalise global alert condition inputs and location validation for Uptime cmdlets.
17
+
18
+
### Notes
19
+
- API calls for LM Uptime will only work on LM portals running v228 or later.
20
+
- LMUptime resources with show under normal **\*-LMDevice** cmdlets but modification to them should be handled by the new **\*-LMUptimeDevice** cmdlets.
0 commit comments