mirror of
https://github.com/benclaussen/NetboxPS.git
synced 2025-12-13 18:02:29 +00:00
SkipConnectedCheck for Get-NetboxAPIDefinition
This commit is contained in:
parent
a98495e5f4
commit
b36632cb9a
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ function Get-NetboxAPIDefinition {
|
|||
|
||||
$URIComponents = BuildURIComponents -URISegments $Segments -ParametersDictionary @{'format' = 'openapi'}
|
||||
|
||||
$URI = BuildNewURI -Segments $URIComponents.Segments -Parameters $URIComponents.Parameters
|
||||
$URI = BuildNewURI -Segments $URIComponents.Segments -Parameters $URIComponents.Parameters -SkipConnectedCheck
|
||||
|
||||
InvokeNetboxRequest -URI $URI -Timeout 10
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue