Skip to content

Commit a85cb59

Browse files
authored
Merge pull request #31 from Onemind-Services-LLC/feat/nb35
Updated files as per v3.5.9
2 parents 466e6bd + f1be9d3 commit a85cb59

File tree

500 files changed

+3590
-1131
lines changed

Some content is hidden

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

500 files changed

+3590
-1131
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions

actions/delete.circuits.circuit_terminations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This action was auto generated from the NetBox API Swagger Spec
2-
# NetBox API version: 3.4
2+
# NetBox API version: 3.5
33
description: "DELETE Circuit Terminations"
44
enabled: true
55
entry_point: run.py

actions/delete.circuits.circuit_types.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This action was auto generated from the NetBox API Swagger Spec
2-
# NetBox API version: 3.4
2+
# NetBox API version: 3.5
33
description: "DELETE Circuit Types"
44
enabled: true
55
entry_point: run.py

actions/delete.circuits.circuits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This action was auto generated from the NetBox API Swagger Spec
2-
# NetBox API version: 3.4
2+
# NetBox API version: 3.5
33
description: "DELETE Circuits"
44
enabled: true
55
entry_point: run.py
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# This action was auto generated from the NetBox API Swagger Spec
2+
# NetBox API version: 3.5
3+
description: "DELETE Provider Accounts"
4+
enabled: true
5+
entry_point: run.py
6+
name: delete.circuits.provider_accounts
7+
parameters:
8+
endpoint_uri:
9+
default: "/circuits/provider-accounts/{{ id }}/"
10+
immutable: true
11+
type: string
12+
http_verb:
13+
default: delete
14+
immutable: true
15+
type: string
16+
get_detail_route_eligible:
17+
default: true
18+
immutable: true
19+
type: boolean
20+
id:
21+
required: true
22+
type: string
23+
description: "ID of the object to delete."
24+
runner_type: python-script

actions/delete.circuits.provider_networks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This action was auto generated from the NetBox API Swagger Spec
2-
# NetBox API version: 3.4
2+
# NetBox API version: 3.5
33
description: "DELETE Provider Networks"
44
enabled: true
55
entry_point: run.py

actions/delete.circuits.providers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This action was auto generated from the NetBox API Swagger Spec
2-
# NetBox API version: 3.4
2+
# NetBox API version: 3.5
33
description: "DELETE Providers"
44
enabled: true
55
entry_point: run.py
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# This action was auto generated from the NetBox API Swagger Spec
2+
# NetBox API version: 3.5
3+
description: "DELETE Data Sources"
4+
enabled: true
5+
entry_point: run.py
6+
name: delete.core.data_sources
7+
parameters:
8+
endpoint_uri:
9+
default: "/core/data-sources/{{ id }}/"
10+
immutable: true
11+
type: string
12+
http_verb:
13+
default: delete
14+
immutable: true
15+
type: string
16+
get_detail_route_eligible:
17+
default: true
18+
immutable: true
19+
type: boolean
20+
id:
21+
required: true
22+
type: string
23+
description: "ID of the object to delete."
24+
runner_type: python-script

actions/delete.dcim.cable_terminations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This action was auto generated from the NetBox API Swagger Spec
2-
# NetBox API version: 3.4
2+
# NetBox API version: 3.5
33
description: "DELETE Cable Terminations"
44
enabled: true
55
entry_point: run.py

actions/delete.dcim.cables.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This action was auto generated from the NetBox API Swagger Spec
2-
# NetBox API version: 3.4
2+
# NetBox API version: 3.5
33
description: "DELETE Cables"
44
enabled: true
55
entry_point: run.py

0 commit comments

Comments
 (0)