Get-NectarPlatformDashboardItemPollerSummary
- 21 Aug 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Get-NectarPlatformDashboardItemPollerSummary
- Updated on 21 Aug 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Return current poller information about a given device/item
Syntax
Get-NectarPlatformDashboardItemPollerSummary
-ItemID <String>
-PollerGroup <String>
-ItemName <String>
-TenantName <String>
Examples
Example 1
Get-NectarPlatformDashboardItemPollerSummary -ItemID 320_51
Parameters
-ItemID <String>
The ID of the item to return poller information about
| Parameter | Value |
|---|---|
| Required | true |
| Position | 1 |
| Required | true |
| Default Value | None |
| Accept pipeline input? | true (ByPropertyName) |
| Accept wildcard characters? | false |
-PollerGroup <String>
The poller group to return poller information on. Choose from Application, Server or Network
| Parameter | Value |
|---|---|
| Required | true |
| Position | 2 |
| Required | true |
| Default Value | None |
| Accept pipeline input? | false |
| Accept wildcard characters? | false |
-ItemName <String>
| Parameter | Value |
|---|---|
| Required | false |
| Position | 3 |
| Required | false |
| Default Value | None |
| Accept pipeline input? | true (ByPropertyName) |
| Accept wildcard characters? | false |
-TenantName <String>
The name of the Nectar DXP tenant. Used in multi-tenant configurations.
| Parameter | Value |
|---|---|
| Required | false |
| Position | 4 |
| Required | false |
| Default Value | None |
| Accept pipeline input? | true (ByPropertyName) |
| Accept wildcard characters? | false |
Was this article helpful?