Skip to content

Commit

Permalink
netbox v3.6 wip
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi1693 committed Jan 22, 2024
1 parent d1d694c commit 716c358
Show file tree
Hide file tree
Showing 507 changed files with 6,828 additions and 30,378 deletions.
6 changes: 3 additions & 3 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.9
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
6 changes: 3 additions & 3 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.9
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
6 changes: 3 additions & 3 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.9
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
6 changes: 3 additions & 3 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.9
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
6 changes: 3 additions & 3 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.9
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
6 changes: 3 additions & 3 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.9
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
6 changes: 3 additions & 3 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.9
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
6 changes: 3 additions & 3 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.9
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
6 changes: 3 additions & 3 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.9
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
6 changes: 3 additions & 3 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.9
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
6 changes: 3 additions & 3 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.9
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
6 changes: 3 additions & 3 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.9
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
6 changes: 3 additions & 3 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.9
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
6 changes: 3 additions & 3 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.9
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
6 changes: 3 additions & 3 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.9
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
6 changes: 3 additions & 3 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.9
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
6 changes: 3 additions & 3 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.9
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
6 changes: 3 additions & 3 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.9
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
6 changes: 3 additions & 3 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.9
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
6 changes: 3 additions & 3 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.9
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
6 changes: 3 additions & 3 deletions actions/delete.dcim.interface_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 Interface Templates"
# NetBox API version: 3.6.9
description: "Delete a interface template object."
enabled: true
entry_point: run.py
name: delete.dcim.interface_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
6 changes: 3 additions & 3 deletions actions/delete.dcim.interfaces.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 Interfaces"
# NetBox API version: 3.6.9
description: "Delete a interface object."
enabled: true
entry_point: run.py
name: delete.dcim.interfaces
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
Loading

0 comments on commit 716c358

Please sign in to comment.