Invoke ADCGetSystemglobaldata - j81blog/J81.ADCToolkit GitHub Wiki
Get System configuration object(s).
Invoke-ADCGetSystemglobaldata [-Filter <Hashtable>] [-GetAll] [<CommonParameters>]
Invoke-ADCGetSystemglobaldata [-Counters <String>] [-Countergroup <String>] [-Starttime <String>]
[-Endtime <String>] [-Last <Int32>] [-Unit <String>] [-Datasource <String>] [-Core <Int32>]
[-Filter <Hashtable>] [<CommonParameters>]
Configuration for global counter data resource.
Invoke-ADCGetSystemglobaldata
Get data.
Invoke-ADCGetSystemglobaldata -GetAll
Get all systemglobaldata data.
Invoke-ADCGetSystemglobaldata -name <string>
Get systemglobaldata object by specifying for example the name.
Invoke-ADCGetSystemglobaldata -Filter @{ 'name'='<value>' }
Get systemglobaldata data with a filter.
Specify the counters to be collected.
Type: String
Parameter Sets: GetByArgument
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseSpecify the (counter) group name which contains all the counters specific to this particular group.
Type: String
Parameter Sets: GetByArgument
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseSpecify start time in mmddyyyyhhmm to start collecting values from that timestamp.
Type: String
Parameter Sets: GetByArgument
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseSpecify end time in mmddyyyyhhmm upto which values have to be collected.
Type: String
Parameter Sets: GetByArgument
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseLast is literal way of saying a certain time period from the current moment. Example: -last 1 hour, -last 1 day, et cetera.
Type: Int32
Parameter Sets: GetByArgument
Aliases:
Required: False
Position: Named
Default value: 0
Accept pipeline input: False
Accept wildcard characters: FalseSpecify the time period from current moment. Example 1 x where x = hours/ days/ years. Possible values = HOURS, DAYS, MONTHS
Type: String
Parameter Sets: GetByArgument
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseSpecifies the source which contains all the stored counter values.
Type: String
Parameter Sets: GetByArgument
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseSpecify core ID of the PE in nCore.
Type: Int32
Parameter Sets: GetByArgument
Aliases:
Required: False
Position: Named
Default value: 0
Accept pipeline input: False
Accept wildcard characters: FalseSpecify a filter. -Filter @{ 'name'='<value>' }
Type: Hashtable
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: @{ }
Accept pipeline input: False
Accept wildcard characters: FalseRetrieve all systemglobaldata object(s).
Type: SwitchParameter
Parameter Sets: GetAll
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
File Name : Invoke-ADCGetSystemglobaldata Version : v2111.2521 Author : John Billekens Reference : https://developer-docs.citrix.com/projects/citrix-adc-nitro-api-reference/en/latest/configuration/system/systemglobaldata/ Requires : PowerShell v5.1 and up ADC 13.x and up. ADC 12 and lower may work, not guaranteed.