Update help

This commit is contained in:
Ben Claussen 2021-03-31 10:23:45 -04:00
parent 214d5615e7
commit 5921bfee57

View file

@ -4,22 +4,22 @@
Connects to the Netbox API and ensures Credential work properly Connects to the Netbox API and ensures Credential work properly
.DESCRIPTION .DESCRIPTION
A detailed description of the Connect-NetboxAPI function. Connects to the Netbox API and ensures Credential work properly
.PARAMETER Hostname .PARAMETER Hostname
A description of the Hostname parameter. The hostname for the resource such as netbox.domain.com
.PARAMETER Credential .PARAMETER Credential
A description of the Credential parameter. Credential object containing the API key in the password. Username is not applicable
.PARAMETER Scheme .PARAMETER Scheme
A description of the Scheme parameter. Scheme for the URI such as HTTP or HTTPS. Defaults to HTTPS
.PARAMETER Port .PARAMETER Port
A description of the Port parameter. Port for the resource. Value between 1-65535
.PARAMETER URI .PARAMETER URI
A description of the URI parameter. The full URI for the resource such as "https://netbox.domain.com:8443"
.EXAMPLE .EXAMPLE
PS C:\> Connect-NetboxAPI -Hostname "netbox.domain.com" PS C:\> Connect-NetboxAPI -Hostname "netbox.domain.com"