-
Notifications
You must be signed in to change notification settings - Fork 4
Set UnifiNetworkDetails
external help file: UniFiTooling-help.xml HelpVersion: 1.1.0 Locale: en-US Module Guid: 7fff91a0-02eb-4df2-84d5-c7d3cd7f7a5d Module Name: UniFiTooling online version: https://github.com/Enatec/UniFiTooling/raw/master/docs/Set-UnifiNetworkDetails.md schema: 2.0.0
It modifies a given network via the API of the UniFi Controller.
Set-UnifiNetworkDetails [-UnifiNetwork] <String> [-UniFiBody] <String> [[-UnifiSite] <String>]
[<CommonParameters>]
It modifies a given network via the via Ubiquiti (UBNT) UniFi RESTful API of the UniFi SDN Controller.
Set-UnifiNetworkDetails -UnifiNetwork $value1
Get the details about one network via the API of the UniFi Controller
Set-UnifiNetworkDetails -UnifiNetwork $value1 -UnifiSite 'Contoso'
Get the details about one network on Site 'Contoso' via the API of the UniFi Controller
The ID (network_id) of the network you would like to get detailed information about.
Type: String
Parameter Sets: (All)
Aliases: UnifiNetworkId, NetworkId
Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
JSON formed Body for the Request
Type: String
Parameter Sets: (All)
Aliases: Body
Required: True
Position: 2
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
UniFi Site as configured. The default is: default
Type: String
Parameter Sets: (All)
Aliases: Site
Required: False
Position: 3
Default value: Default
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
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).
Initial version of the Ubiquiti UniFi Controller automation function