Skip to content

Commit 97dbb8f

Browse files
committed
Update to Netbox 3.7.1.
1 parent cd4865a commit 97dbb8f

File tree

939 files changed

+1202
-1026
lines changed

Some content is hidden

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

939 files changed

+1202
-1026
lines changed

api/netbox_docker_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.0
1+
2.8.0

api/netbox_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.0
1+
3.7.1

api/openapi.yaml

Lines changed: 49 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: NetBox REST API
4-
version: 3.7.0 (3.7)
4+
version: 3.7.1 (3.7)
55
license:
66
name: Apache v2 License
77
paths:
@@ -84419,7 +84419,7 @@ paths:
8441984419
type: array
8442084420
items:
8442184421
type: integer
84422-
x-spec-enum-id: 6bbe85c15f3d99fe
84422+
x-spec-enum-id: dbef43be795462a8
8442384423
description: Diffie-Hellman group ID
8442484424
explode: true
8442584425
style: form
@@ -84429,7 +84429,7 @@ paths:
8442984429
type: array
8443084430
items:
8443184431
type: integer
84432-
x-spec-enum-id: 6bbe85c15f3d99fe
84432+
x-spec-enum-id: dbef43be795462a8
8443384433
description: Diffie-Hellman group ID
8443484434
explode: true
8443584435
style: form
@@ -85358,7 +85358,7 @@ paths:
8535885358
type: array
8535985359
items:
8536085360
type: integer
85361-
x-spec-enum-id: 6bbe85c15f3d99fe
85361+
x-spec-enum-id: dbef43be795462a8
8536285362
nullable: true
8536385363
description: Diffie-Hellman group for Perfect Forward Secrecy
8536485364
explode: true
@@ -85369,7 +85369,7 @@ paths:
8536985369
type: array
8537085370
items:
8537185371
type: integer
85372-
x-spec-enum-id: 6bbe85c15f3d99fe
85372+
x-spec-enum-id: dbef43be795462a8
8537385373
nullable: true
8537485374
description: Diffie-Hellman group for Perfect Forward Secrecy
8537585375
explode: true
@@ -97473,6 +97473,7 @@ components:
9747397473
- Multiple objects
9747497474
object_type:
9747597475
type: string
97476+
nullable: true
9747697477
data_type:
9747797478
type: string
9747897479
readOnly: true
@@ -97602,7 +97603,9 @@ components:
9760297603
will limit values to exactly three uppercase letters.
9760397604
maxLength: 500
9760497605
choice_set:
97605-
$ref: '#/components/schemas/NestedCustomFieldChoiceSet'
97606+
allOf:
97607+
- $ref: '#/components/schemas/NestedCustomFieldChoiceSet'
97608+
nullable: true
9760697609
created:
9760797610
type: string
9760897611
format: date-time
@@ -97798,6 +97801,7 @@ components:
9779897801
x-spec-enum-id: 22e3a64138d10046
9779997802
object_type:
9780097803
type: string
97804+
nullable: true
9780197805
name:
9780297806
type: string
9780397807
minLength: 1
@@ -97898,7 +97902,9 @@ components:
9789897902
will limit values to exactly three uppercase letters.
9789997903
maxLength: 500
9790097904
choice_set:
97901-
$ref: '#/components/schemas/NestedCustomFieldChoiceSetRequest'
97905+
allOf:
97906+
- $ref: '#/components/schemas/NestedCustomFieldChoiceSetRequest'
97907+
nullable: true
9790297908
required:
9790397909
- content_types
9790497910
- name
@@ -101537,6 +101543,7 @@ components:
101537101543
- 2
101538101544
- 5
101539101545
- 14
101546+
- 15
101540101547
- 16
101541101548
- 17
101542101549
- 18
@@ -101565,6 +101572,8 @@ components:
101565101572

101566101573
* `14` - Group 14
101567101574

101575+
* `15` - Group 15
101576+
101568101577
* `16` - Group 16
101569101578

101570101579
* `17` - Group 17
@@ -101602,14 +101611,15 @@ components:
101602101611
* `33` - Group 33
101603101612

101604101613
* `34` - Group 34'
101605-
x-spec-enum-id: 6bbe85c15f3d99fe
101614+
x-spec-enum-id: dbef43be795462a8
101606101615
label:
101607101616
type: string
101608101617
enum:
101609101618
- Group 1
101610101619
- Group 2
101611101620
- Group 5
101612101621
- Group 14
101622+
- Group 15
101613101623
- Group 16
101614101624
- Group 17
101615101625
- Group 18
@@ -101739,6 +101749,7 @@ components:
101739101749
- 2
101740101750
- 5
101741101751
- 14
101752+
- 15
101742101753
- 16
101743101754
- 17
101744101755
- 18
@@ -101767,6 +101778,8 @@ components:
101767101778

101768101779
* `14` - Group 14
101769101780

101781+
* `15` - Group 15
101782+
101770101783
* `16` - Group 16
101771101784

101772101785
* `17` - Group 17
@@ -101804,7 +101817,7 @@ components:
101804101817
* `33` - Group 33
101805101818

101806101819
* `34` - Group 34'
101807-
x-spec-enum-id: 6bbe85c15f3d99fe
101820+
x-spec-enum-id: dbef43be795462a8
101808101821
sa_lifetime:
101809101822
type: integer
101810101823
maximum: 2147483647
@@ -102282,6 +102295,7 @@ components:
102282102295
- 2
102283102296
- 5
102284102297
- 14
102298+
- 15
102285102299
- 16
102286102300
- 17
102287102301
- 18
@@ -102310,6 +102324,8 @@ components:
102310102324

102311102325
* `14` - Group 14
102312102326

102327+
* `15` - Group 15
102328+
102313102329
* `16` - Group 16
102314102330

102315102331
* `17` - Group 17
@@ -102347,14 +102363,15 @@ components:
102347102363
* `33` - Group 33
102348102364

102349102365
* `34` - Group 34'
102350-
x-spec-enum-id: 6bbe85c15f3d99fe
102366+
x-spec-enum-id: dbef43be795462a8
102351102367
label:
102352102368
type: string
102353102369
enum:
102354102370
- Group 1
102355102371
- Group 2
102356102372
- Group 5
102357102373
- Group 14
102374+
- Group 15
102358102375
- Group 16
102359102376
- Group 17
102360102377
- Group 18
@@ -102421,6 +102438,7 @@ components:
102421102438
- 2
102422102439
- 5
102423102440
- 14
102441+
- 15
102424102442
- 16
102425102443
- 17
102426102444
- 18
@@ -102449,6 +102467,8 @@ components:
102449102467

102450102468
* `14` - Group 14
102451102469

102470+
* `15` - Group 15
102471+
102452102472
* `16` - Group 16
102453102473

102454102474
* `17` - Group 17
@@ -102486,7 +102506,7 @@ components:
102486102506
* `33` - Group 33
102487102507

102488102508
* `34` - Group 34'
102489-
x-spec-enum-id: 6bbe85c15f3d99fe
102509+
x-spec-enum-id: dbef43be795462a8
102490102510
comments:
102491102511
type: string
102492102512
tags:
@@ -115732,6 +115752,7 @@ components:
115732115752
* `multiobject` - Multiple objects'
115733115753
object_type:
115734115754
type: string
115755+
nullable: true
115735115756
name:
115736115757
type: string
115737115758
minLength: 1
@@ -116853,6 +116874,7 @@ components:
116853116874
- 2
116854116875
- 5
116855116876
- 14
116877+
- 15
116856116878
- 16
116857116879
- 17
116858116880
- 18
@@ -116873,7 +116895,7 @@ components:
116873116895
- 33
116874116896
- 34
116875116897
type: integer
116876-
x-spec-enum-id: 6bbe85c15f3d99fe
116898+
x-spec-enum-id: dbef43be795462a8
116877116899
description: 'Diffie-Hellman group ID
116878116900

116879116901

@@ -116885,6 +116907,8 @@ components:
116885116907

116886116908
* `14` - Group 14
116887116909

116910+
* `15` - Group 15
116911+
116888116912
* `16` - Group 16
116889116913

116890116914
* `17` - Group 17
@@ -117106,6 +117130,7 @@ components:
117106117130
- 2
117107117131
- 5
117108117132
- 14
117133+
- 15
117109117134
- 16
117110117135
- 17
117111117136
- 18
@@ -117126,7 +117151,7 @@ components:
117126117151
- 33
117127117152
- 34
117128117153
type: integer
117129-
x-spec-enum-id: 6bbe85c15f3d99fe
117154+
x-spec-enum-id: dbef43be795462a8
117130117155
nullable: true
117131117156
description: 'Diffie-Hellman group for Perfect Forward Secrecy
117132117157

@@ -117139,6 +117164,8 @@ components:
117139117164

117140117165
* `14` - Group 14
117141117166

117167+
* `15` - Group 15
117168+
117142117169
* `16` - Group 16
117143117170

117144117171
* `17` - Group 17
@@ -133419,6 +133446,7 @@ components:
133419133446
* `multiobject` - Multiple objects'
133420133447
object_type:
133421133448
type: string
133449+
nullable: true
133422133450
name:
133423133451
type: string
133424133452
minLength: 1
@@ -134590,6 +134618,7 @@ components:
134590134618
- 2
134591134619
- 5
134592134620
- 14
134621+
- 15
134593134622
- 16
134594134623
- 17
134595134624
- 18
@@ -134610,7 +134639,7 @@ components:
134610134639
- 33
134611134640
- 34
134612134641
type: integer
134613-
x-spec-enum-id: 6bbe85c15f3d99fe
134642+
x-spec-enum-id: dbef43be795462a8
134614134643
description: 'Diffie-Hellman group ID
134615134644

134616134645

@@ -134622,6 +134651,8 @@ components:
134622134651

134623134652
* `14` - Group 14
134624134653

134654+
* `15` - Group 15
134655+
134625134656
* `16` - Group 16
134626134657

134627134658
* `17` - Group 17
@@ -134853,6 +134884,7 @@ components:
134853134884
- 2
134854134885
- 5
134855134886
- 14
134887+
- 15
134856134888
- 16
134857134889
- 17
134858134890
- 18
@@ -134873,7 +134905,7 @@ components:
134873134905
- 33
134874134906
- 34
134875134907
type: integer
134876-
x-spec-enum-id: 6bbe85c15f3d99fe
134908+
x-spec-enum-id: dbef43be795462a8
134877134909
nullable: true
134878134910
description: 'Diffie-Hellman group for Perfect Forward Secrecy
134879134911

@@ -134886,6 +134918,8 @@ components:
134886134918

134887134919
* `14` - Group 14
134888134920

134921+
* `15` - Group 15
134922+
134889134923
* `16` - Group 16
134890134924

134891134925
* `17` - Group 17

api_circuits.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_core.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_dcim.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_extras.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_ipam.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_schema.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_status.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)