Skip to content

Commit

Permalink
Merge pull request #45 from Onemind-Services-LLC/feat/nb36
Browse files Browse the repository at this point in the history
Adds NetBox v3.6 support
  • Loading branch information
abhi1693 committed Jan 25, 2024
2 parents a85cb59 + c9e98ed commit 6f5c6a4
Show file tree
Hide file tree
Showing 512 changed files with 31,374 additions and 23,110 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 3.3.0

- Updated spec as per v3.6.9

## 3.2.0

- Update spec as per v3.5.9
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pip install -r requirements.txt
2. Change to `bin` directory and run the `generate.py` script:
```shell
cd bin
python generate.py --https --port 443 demo.netbox.dev
python generate.py --url https://demo.netbox.dev
```

3. Update the `CHANGES.md` file with the new version of NetBox that was used to generate the pack.
Expand Down
8 changes: 4 additions & 4 deletions actions/delete.circuits.circuit_terminations.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This action was auto generated from the NetBox API Swagger Spec
# NetBox API version: 3.5
description: "DELETE Circuit Terminations"
# NetBox API version: 3.6
description: "Delete a circuit termination object."
enabled: true
entry_point: run.py
name: delete.circuits.circuit_terminations
Expand All @@ -19,6 +19,6 @@ parameters:
type: boolean
id:
required: true
type: string
type: integer
description: "ID of the object to delete."
runner_type: python-script
runner_type: python-script
8 changes: 4 additions & 4 deletions actions/delete.circuits.circuit_types.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This action was auto generated from the NetBox API Swagger Spec
# NetBox API version: 3.5
description: "DELETE Circuit Types"
# NetBox API version: 3.6
description: "Delete a circuit type object."
enabled: true
entry_point: run.py
name: delete.circuits.circuit_types
Expand All @@ -19,6 +19,6 @@ parameters:
type: boolean
id:
required: true
type: string
type: integer
description: "ID of the object to delete."
runner_type: python-script
runner_type: python-script
8 changes: 4 additions & 4 deletions actions/delete.circuits.circuits.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This action was auto generated from the NetBox API Swagger Spec
# NetBox API version: 3.5
description: "DELETE Circuits"
# NetBox API version: 3.6
description: "Delete a circuit object."
enabled: true
entry_point: run.py
name: delete.circuits.circuits
Expand All @@ -19,6 +19,6 @@ parameters:
type: boolean
id:
required: true
type: string
type: integer
description: "ID of the object to delete."
runner_type: python-script
runner_type: python-script
8 changes: 4 additions & 4 deletions actions/delete.circuits.provider_accounts.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This action was auto generated from the NetBox API Swagger Spec
# NetBox API version: 3.5
description: "DELETE Provider Accounts"
# NetBox API version: 3.6
description: "Delete a provider account object."
enabled: true
entry_point: run.py
name: delete.circuits.provider_accounts
Expand All @@ -19,6 +19,6 @@ parameters:
type: boolean
id:
required: true
type: string
type: integer
description: "ID of the object to delete."
runner_type: python-script
runner_type: python-script
8 changes: 4 additions & 4 deletions actions/delete.circuits.provider_networks.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This action was auto generated from the NetBox API Swagger Spec
# NetBox API version: 3.5
description: "DELETE Provider Networks"
# NetBox API version: 3.6
description: "Delete a provider network object."
enabled: true
entry_point: run.py
name: delete.circuits.provider_networks
Expand All @@ -19,6 +19,6 @@ parameters:
type: boolean
id:
required: true
type: string
type: integer
description: "ID of the object to delete."
runner_type: python-script
runner_type: python-script
8 changes: 4 additions & 4 deletions actions/delete.circuits.providers.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This action was auto generated from the NetBox API Swagger Spec
# NetBox API version: 3.5
description: "DELETE Providers"
# NetBox API version: 3.6
description: "Delete a provider object."
enabled: true
entry_point: run.py
name: delete.circuits.providers
Expand All @@ -19,6 +19,6 @@ parameters:
type: boolean
id:
required: true
type: string
type: integer
description: "ID of the object to delete."
runner_type: python-script
runner_type: python-script
8 changes: 4 additions & 4 deletions actions/delete.core.data_sources.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This action was auto generated from the NetBox API Swagger Spec
# NetBox API version: 3.5
description: "DELETE Data Sources"
# NetBox API version: 3.6
description: "Delete a data source object."
enabled: true
entry_point: run.py
name: delete.core.data_sources
Expand All @@ -19,6 +19,6 @@ parameters:
type: boolean
id:
required: true
type: string
type: integer
description: "ID of the object to delete."
runner_type: python-script
runner_type: python-script
8 changes: 4 additions & 4 deletions actions/delete.dcim.cable_terminations.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This action was auto generated from the NetBox API Swagger Spec
# NetBox API version: 3.5
description: "DELETE Cable Terminations"
# NetBox API version: 3.6
description: "Delete a cable termination object."
enabled: true
entry_point: run.py
name: delete.dcim.cable_terminations
Expand All @@ -19,6 +19,6 @@ parameters:
type: boolean
id:
required: true
type: string
type: integer
description: "ID of the object to delete."
runner_type: python-script
runner_type: python-script
8 changes: 4 additions & 4 deletions actions/delete.dcim.cables.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This action was auto generated from the NetBox API Swagger Spec
# NetBox API version: 3.5
description: "DELETE Cables"
# NetBox API version: 3.6
description: "Delete a cable object."
enabled: true
entry_point: run.py
name: delete.dcim.cables
Expand All @@ -19,6 +19,6 @@ parameters:
type: boolean
id:
required: true
type: string
type: integer
description: "ID of the object to delete."
runner_type: python-script
runner_type: python-script
8 changes: 4 additions & 4 deletions actions/delete.dcim.console_port_templates.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This action was auto generated from the NetBox API Swagger Spec
# NetBox API version: 3.5
description: "DELETE Console Port Templates"
# NetBox API version: 3.6
description: "Delete a console port template object."
enabled: true
entry_point: run.py
name: delete.dcim.console_port_templates
Expand All @@ -19,6 +19,6 @@ parameters:
type: boolean
id:
required: true
type: string
type: integer
description: "ID of the object to delete."
runner_type: python-script
runner_type: python-script
8 changes: 4 additions & 4 deletions actions/delete.dcim.console_ports.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This action was auto generated from the NetBox API Swagger Spec
# NetBox API version: 3.5
description: "DELETE Console Ports"
# NetBox API version: 3.6
description: "Delete a console port object."
enabled: true
entry_point: run.py
name: delete.dcim.console_ports
Expand All @@ -19,6 +19,6 @@ parameters:
type: boolean
id:
required: true
type: string
type: integer
description: "ID of the object to delete."
runner_type: python-script
runner_type: python-script
8 changes: 4 additions & 4 deletions actions/delete.dcim.console_server_port_templates.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This action was auto generated from the NetBox API Swagger Spec
# NetBox API version: 3.5
description: "DELETE Console Server Port Templates"
# NetBox API version: 3.6
description: "Delete a console server port template object."
enabled: true
entry_point: run.py
name: delete.dcim.console_server_port_templates
Expand All @@ -19,6 +19,6 @@ parameters:
type: boolean
id:
required: true
type: string
type: integer
description: "ID of the object to delete."
runner_type: python-script
runner_type: python-script
8 changes: 4 additions & 4 deletions actions/delete.dcim.console_server_ports.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This action was auto generated from the NetBox API Swagger Spec
# NetBox API version: 3.5
description: "DELETE Console Server Ports"
# NetBox API version: 3.6
description: "Delete a console server port object."
enabled: true
entry_point: run.py
name: delete.dcim.console_server_ports
Expand All @@ -19,6 +19,6 @@ parameters:
type: boolean
id:
required: true
type: string
type: integer
description: "ID of the object to delete."
runner_type: python-script
runner_type: python-script
8 changes: 4 additions & 4 deletions actions/delete.dcim.device_bay_templates.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This action was auto generated from the NetBox API Swagger Spec
# NetBox API version: 3.5
description: "DELETE Device Bay Templates"
# NetBox API version: 3.6
description: "Delete a device bay template object."
enabled: true
entry_point: run.py
name: delete.dcim.device_bay_templates
Expand All @@ -19,6 +19,6 @@ parameters:
type: boolean
id:
required: true
type: string
type: integer
description: "ID of the object to delete."
runner_type: python-script
runner_type: python-script
8 changes: 4 additions & 4 deletions actions/delete.dcim.device_bays.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This action was auto generated from the NetBox API Swagger Spec
# NetBox API version: 3.5
description: "DELETE Device Bays"
# NetBox API version: 3.6
description: "Delete a device bay object."
enabled: true
entry_point: run.py
name: delete.dcim.device_bays
Expand All @@ -19,6 +19,6 @@ parameters:
type: boolean
id:
required: true
type: string
type: integer
description: "ID of the object to delete."
runner_type: python-script
runner_type: python-script
8 changes: 4 additions & 4 deletions actions/delete.dcim.device_roles.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This action was auto generated from the NetBox API Swagger Spec
# NetBox API version: 3.5
description: "DELETE Device Roles"
# NetBox API version: 3.6
description: "Delete a device role object."
enabled: true
entry_point: run.py
name: delete.dcim.device_roles
Expand All @@ -19,6 +19,6 @@ parameters:
type: boolean
id:
required: true
type: string
type: integer
description: "ID of the object to delete."
runner_type: python-script
runner_type: python-script
8 changes: 4 additions & 4 deletions actions/delete.dcim.device_types.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This action was auto generated from the NetBox API Swagger Spec
# NetBox API version: 3.5
description: "DELETE Device Types"
# NetBox API version: 3.6
description: "Delete a device type object."
enabled: true
entry_point: run.py
name: delete.dcim.device_types
Expand All @@ -19,6 +19,6 @@ parameters:
type: boolean
id:
required: true
type: string
type: integer
description: "ID of the object to delete."
runner_type: python-script
runner_type: python-script
8 changes: 4 additions & 4 deletions actions/delete.dcim.devices.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This action was auto generated from the NetBox API Swagger Spec
# NetBox API version: 3.5
description: "DELETE Devices"
# NetBox API version: 3.6
description: "Delete a device object."
enabled: true
entry_point: run.py
name: delete.dcim.devices
Expand All @@ -19,6 +19,6 @@ parameters:
type: boolean
id:
required: true
type: string
type: integer
description: "ID of the object to delete."
runner_type: python-script
runner_type: python-script
8 changes: 4 additions & 4 deletions actions/delete.dcim.front_port_templates.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This action was auto generated from the NetBox API Swagger Spec
# NetBox API version: 3.5
description: "DELETE Front Port Templates"
# NetBox API version: 3.6
description: "Delete a front port template object."
enabled: true
entry_point: run.py
name: delete.dcim.front_port_templates
Expand All @@ -19,6 +19,6 @@ parameters:
type: boolean
id:
required: true
type: string
type: integer
description: "ID of the object to delete."
runner_type: python-script
runner_type: python-script
8 changes: 4 additions & 4 deletions actions/delete.dcim.front_ports.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This action was auto generated from the NetBox API Swagger Spec
# NetBox API version: 3.5
description: "DELETE Front Ports"
# NetBox API version: 3.6
description: "Delete a front port object."
enabled: true
entry_point: run.py
name: delete.dcim.front_ports
Expand All @@ -19,6 +19,6 @@ parameters:
type: boolean
id:
required: true
type: string
type: integer
description: "ID of the object to delete."
runner_type: python-script
runner_type: python-script
Loading

0 comments on commit 6f5c6a4

Please sign in to comment.