-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
it had expired
- Loading branch information
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<# | ||
.SYNOPSIS | ||
.SYNOPSIS | ||
A module for using the F5 LTM REST API to administer an LTM device | ||
.DESCRIPTION | ||
.DESCRIPTION | ||
This module uses the F5 LTM REST API to manipulate and query pools, pool members, virtual servers and iRules | ||
It is built to work with version 11.6 and higher | ||
.NOTES | ||
.NOTES | ||
File Name : F5-LTM.psm1 | ||
Author : Joel Newton - [email protected] | ||
Requires : PowerShell V3 | ||
Dependencies : It includes a Validation.cs class file (based on code posted by Brian Scholer) to allow for using the REST API | ||
Dependencies : It includes a Validation.cs class file (based on code posted by Brian Scholer) to allow for using the REST API | ||
with LTM devices using self-signed SSL certificates. | ||
#> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters