Skip to content

Commit 6f5c6a4

Browse files
authored
Merge pull request #45 from Onemind-Services-LLC/feat/nb36
Adds NetBox v3.6 support
2 parents a85cb59 + c9e98ed commit 6f5c6a4

File tree

512 files changed

+31374
-23110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

512 files changed

+31374
-23110
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 3.3.0
4+
5+
- Updated spec as per v3.6.9
6+
37
## 3.2.0
48

59
- Update spec as per v3.5.9

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pip install -r requirements.txt
7777
2. Change to `bin` directory and run the `generate.py` script:
7878
```shell
7979
cd bin
80-
python generate.py --https --port 443 demo.netbox.dev
80+
python generate.py --url https://demo.netbox.dev
8181
```
8282

8383
3. Update the `CHANGES.md` file with the new version of NetBox that was used to generate the pack.

actions/delete.circuits.circuit_terminations.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This action was auto generated from the NetBox API Swagger Spec
2-
# NetBox API version: 3.5
3-
description: "DELETE Circuit Terminations"
2+
# NetBox API version: 3.6
3+
description: "Delete a circuit termination object."
44
enabled: true
55
entry_point: run.py
66
name: delete.circuits.circuit_terminations
@@ -19,6 +19,6 @@ parameters:
1919
type: boolean
2020
id:
2121
required: true
22-
type: string
22+
type: integer
2323
description: "ID of the object to delete."
24-
runner_type: python-script
24+
runner_type: python-script

actions/delete.circuits.circuit_types.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This action was auto generated from the NetBox API Swagger Spec
2-
# NetBox API version: 3.5
3-
description: "DELETE Circuit Types"
2+
# NetBox API version: 3.6
3+
description: "Delete a circuit type object."
44
enabled: true
55
entry_point: run.py
66
name: delete.circuits.circuit_types
@@ -19,6 +19,6 @@ parameters:
1919
type: boolean
2020
id:
2121
required: true
22-
type: string
22+
type: integer
2323
description: "ID of the object to delete."
24-
runner_type: python-script
24+
runner_type: python-script

actions/delete.circuits.circuits.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This action was auto generated from the NetBox API Swagger Spec
2-
# NetBox API version: 3.5
3-
description: "DELETE Circuits"
2+
# NetBox API version: 3.6
3+
description: "Delete a circuit object."
44
enabled: true
55
entry_point: run.py
66
name: delete.circuits.circuits
@@ -19,6 +19,6 @@ parameters:
1919
type: boolean
2020
id:
2121
required: true
22-
type: string
22+
type: integer
2323
description: "ID of the object to delete."
24-
runner_type: python-script
24+
runner_type: python-script

actions/delete.circuits.provider_accounts.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This action was auto generated from the NetBox API Swagger Spec
2-
# NetBox API version: 3.5
3-
description: "DELETE Provider Accounts"
2+
# NetBox API version: 3.6
3+
description: "Delete a provider account object."
44
enabled: true
55
entry_point: run.py
66
name: delete.circuits.provider_accounts
@@ -19,6 +19,6 @@ parameters:
1919
type: boolean
2020
id:
2121
required: true
22-
type: string
22+
type: integer
2323
description: "ID of the object to delete."
24-
runner_type: python-script
24+
runner_type: python-script

actions/delete.circuits.provider_networks.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This action was auto generated from the NetBox API Swagger Spec
2-
# NetBox API version: 3.5
3-
description: "DELETE Provider Networks"
2+
# NetBox API version: 3.6
3+
description: "Delete a provider network object."
44
enabled: true
55
entry_point: run.py
66
name: delete.circuits.provider_networks
@@ -19,6 +19,6 @@ parameters:
1919
type: boolean
2020
id:
2121
required: true
22-
type: string
22+
type: integer
2323
description: "ID of the object to delete."
24-
runner_type: python-script
24+
runner_type: python-script

actions/delete.circuits.providers.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This action was auto generated from the NetBox API Swagger Spec
2-
# NetBox API version: 3.5
3-
description: "DELETE Providers"
2+
# NetBox API version: 3.6
3+
description: "Delete a provider object."
44
enabled: true
55
entry_point: run.py
66
name: delete.circuits.providers
@@ -19,6 +19,6 @@ parameters:
1919
type: boolean
2020
id:
2121
required: true
22-
type: string
22+
type: integer
2323
description: "ID of the object to delete."
24-
runner_type: python-script
24+
runner_type: python-script

actions/delete.core.data_sources.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This action was auto generated from the NetBox API Swagger Spec
2-
# NetBox API version: 3.5
3-
description: "DELETE Data Sources"
2+
# NetBox API version: 3.6
3+
description: "Delete a data source object."
44
enabled: true
55
entry_point: run.py
66
name: delete.core.data_sources
@@ -19,6 +19,6 @@ parameters:
1919
type: boolean
2020
id:
2121
required: true
22-
type: string
22+
type: integer
2323
description: "ID of the object to delete."
24-
runner_type: python-script
24+
runner_type: python-script

actions/delete.dcim.cable_terminations.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This action was auto generated from the NetBox API Swagger Spec
2-
# NetBox API version: 3.5
3-
description: "DELETE Cable Terminations"
2+
# NetBox API version: 3.6
3+
description: "Delete a cable termination object."
44
enabled: true
55
entry_point: run.py
66
name: delete.dcim.cable_terminations
@@ -19,6 +19,6 @@ parameters:
1919
type: boolean
2020
id:
2121
required: true
22-
type: string
22+
type: integer
2323
description: "ID of the object to delete."
24-
runner_type: python-script
24+
runner_type: python-script

0 commit comments

Comments
 (0)