NetboxPS icon indicating copy to clipboard operation
NetboxPS copied to clipboard

Powershell module for Netbox

Results 23 NetboxPS issues
Sort by recently updated
recently updated
newest added

After https://github.com/benclaussen/NetboxPS/pull/60 I whould like to add the new feature DCIM/Virtual-Device-Context

After https://github.com/benclaussen/NetboxPS/pull/60 I whould like to add the add/remove/set for DCIM/Platform. I moved Get-NetboxDCIMPlatform.ps1 to the correct folder. For autogenerating slugs, I created an helper function. If this is accepted,...

After https://github.com/benclaussen/NetboxPS/pull/60 I whould like to add the new feature virtual disk

After https://github.com/benclaussen/NetboxPS/pull/60 I whould like to add VRFs

After https://github.com/benclaussen/NetboxPS/pull/60 I would like to remove the mandatory flag for site in VirtualMachine, because it is not mandatory. Site or Cluster has to be set.

After updating Netbox, when attempting Connect-NetboxAPI I get error. **"/api/extras/content-types/ The requested page does not exist."** Netbox release notes show some API endpoints have been changed: https://netboxlabs.com/docs/netbox/en/stable/release-notes/version-4.0/ ### REST API...

Hi, I whould like to unset fields. Example: I created a new object ``` New-NetboxIPAMAddress -Address 192.0.2.0/24 -Status active id : 1 url : https://192.168.16.135/api/ipam/ip-addresses/1/ display : 192.0.2.0/24 family :...

After https://github.com/benclaussen/NetboxPS/pull/60 I whould like to add Site in Set-NetboxVirtualMachine

In Netbox v4 Content-Type is renamed to Object-Type. This Pullrequest will make this module compatible to Netbox >= 4