Invoke ADCGetSystemglobaldata - j81blog/J81.ADCToolkit GitHub Wiki

Invoke-ADCGetSystemglobaldata

SYNOPSIS

Get System configuration object(s).

SYNTAX

GetAll (Default)

Invoke-ADCGetSystemglobaldata [-Filter <Hashtable>] [-GetAll] [<CommonParameters>]

GetByArgument

Invoke-ADCGetSystemglobaldata [-Counters <String>] [-Countergroup <String>] [-Starttime <String>]
 [-Endtime <String>] [-Last <Int32>] [-Unit <String>] [-Datasource <String>] [-Core <Int32>]
 [-Filter <Hashtable>] [<CommonParameters>]

DESCRIPTION

Configuration for global counter data resource.

EXAMPLES

EXAMPLE 1

Invoke-ADCGetSystemglobaldata

Get data.

EXAMPLE 2

Invoke-ADCGetSystemglobaldata -GetAll

Get all systemglobaldata data.

EXAMPLE 3

Invoke-ADCGetSystemglobaldata -name <string>

Get systemglobaldata object by specifying for example the name.

EXAMPLE 4

Invoke-ADCGetSystemglobaldata -Filter @{ 'name'='<value>' }

Get systemglobaldata data with a filter.

PARAMETERS

-Counters

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: False

-Countergroup

Specify 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: False

-Starttime

Specify 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: False

-Endtime

Specify 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: False

-Last

Last 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: False

-Unit

Specify 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: False

-Datasource

Specifies 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: False

-Core

Specify 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: False

-Filter

Specify a filter. -Filter @{ 'name'='<value>' }

Type: Hashtable
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: @{ }
Accept pipeline input: False
Accept wildcard characters: False

-GetAll

Retrieve all systemglobaldata object(s).

Type: SwitchParameter
Parameter Sets: GetAll
Aliases:

Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

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.

RELATED LINKS

https://blog.j81.nl

⚠️ **GitHub.com Fallback** ⚠️