Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

AviPowerShellSDK

PowerShell Module for Avi Networks API

This directory contains a PowerShell module which acts as a wrapper around the Avi Networks API.

Basic Usage:

Copy the AviSDK folder and its contents into one of the default PowerShell module locations, e.g.:

%userprofile%\Documents\WindowsPowerShell\Modules

The module can then be imported using:

Import-Module AviSDK

Sample scripts can be found in the examples directory.

Scriptlets provided:

New-AviSession
Invoke-AviRestMethod
Get-AviObjectsByType
Get-AviObjectByName
Remove-AviObject
Get-AviObject
Set-AviObject
New-AviObject
Edit-AviObject
Disable-AviCertificateWarnings

Standard PowerShell help functions are supported, e.g.:

Get-Help New-AviSession
Get-Help Get-AviObjectByName -examples
Get-Help Get-AviObject -full