Invoke ADCGetNsip - j81blog/J81.ADCToolkit GitHub Wiki
Get NS configuration object(s).
Invoke-ADCGetNsip [-Filter <Hashtable>] [-GetAll] [-ViewSummary] [<CommonParameters>]
Invoke-ADCGetNsip [-Ipaddress <String>] [-Td <Double>] [-Type <String>] [-Filter <Hashtable>]
[<CommonParameters>]
Invoke-ADCGetNsip [-Count] [-Filter <Hashtable>] [<CommonParameters>]
Configuration for ip resource.
Invoke-ADCGetNsip
Get data.
Invoke-ADCGetNsip -GetAll
Get all nsip data.
Invoke-ADCGetNsip -Count
Get the number of nsip objects.
Invoke-ADCGetNsip -name <string>
Get nsip object by specifying for example the name.
Invoke-ADCGetNsip -Filter @{ 'name'='<value>' }
Get nsip data with a filter.
IPv4 address to create on the Citrix ADC. Cannot be changed after the IP address is created.
Type: String
Parameter Sets: GetByArgument
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseInteger value that uniquely identifies the traffic domain in which you want to configure the entity. If you do not specify an ID, the entity becomes part of the default traffic domain, which has an ID of 0. TD id 4095 is used reserved for LSN use .
Type: Double
Parameter Sets: GetByArgument
Aliases:
Required: False
Position: Named
Default value: 0
Accept pipeline input: False
Accept wildcard characters: FalseType of the IP address to create on the Citrix ADC. Cannot be changed after the IP address is created. The following are the different types of Citrix ADC owned IP addresses:
- A Subnet IP (SNIP) address is used by the Citrix ADC to communicate with the servers. The Citrix ADC also uses the subnet IP address when generating its own packets, such as packets related to dynamic routing protocols, or to send monitor probes to check the health of the servers.
- A Virtual IP (VIP) address is the IP address associated with a virtual server. It is the IP address to which clients connect. An appliance managing a wide range of traffic may have many VIPs configured. Some of the attributes of the VIP address are customized to meet the requirements of the virtual server.
- A GSLB site IP (GSLBIP) address is associated with a GSLB site. It is not mandatory to specify a GSLBIP address when you initially configure the Citrix ADC. A GSLBIP address is used only when you create a GSLB site.
- A Cluster IP (CLIP) address is the management address of the cluster. All cluster configurations must be performed by accessing the cluster through this IP address. Possible values = SNIP, VIP, NSIP, GSLBsiteIP, CLIP
Type: String
Parameter Sets: GetByArgument
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseIf specified, the count of the nsip object(s) will be returned.
Type: SwitchParameter
Parameter Sets: Count
Aliases:
Required: True
Position: Named
Default value: False
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 nsip object(s).
Type: SwitchParameter
Parameter Sets: GetAll
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseWhen specified, only a summary of information is returned.
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-ADCGetNsip Version : v2111.2521 Author : John Billekens Reference : https://developer-docs.citrix.com/projects/citrix-adc-nitro-api-reference/en/latest/configuration/ns/nsip/ Requires : PowerShell v5.1 and up ADC 13.x and up. ADC 12 and lower may work, not guaranteed.