Skip to content

Commit

Permalink
Update to Netbox 3.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
v0ctor committed Jan 18, 2024
1 parent cd4865a commit 97dbb8f
Show file tree
Hide file tree
Showing 939 changed files with 1,202 additions and 1,026 deletions.
2 changes: 1 addition & 1 deletion api/netbox_docker_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.0
2.8.0
2 changes: 1 addition & 1 deletion api/netbox_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.0
3.7.1
64 changes: 49 additions & 15 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: NetBox REST API
version: 3.7.0 (3.7)
version: 3.7.1 (3.7)
license:
name: Apache v2 License
paths:
Expand Down Expand Up @@ -84419,7 +84419,7 @@ paths:
type: array
items:
type: integer
x-spec-enum-id: 6bbe85c15f3d99fe
x-spec-enum-id: dbef43be795462a8
description: Diffie-Hellman group ID
explode: true
style: form
Expand All @@ -84429,7 +84429,7 @@ paths:
type: array
items:
type: integer
x-spec-enum-id: 6bbe85c15f3d99fe
x-spec-enum-id: dbef43be795462a8
description: Diffie-Hellman group ID
explode: true
style: form
Expand Down Expand Up @@ -85358,7 +85358,7 @@ paths:
type: array
items:
type: integer
x-spec-enum-id: 6bbe85c15f3d99fe
x-spec-enum-id: dbef43be795462a8
nullable: true
description: Diffie-Hellman group for Perfect Forward Secrecy
explode: true
Expand All @@ -85369,7 +85369,7 @@ paths:
type: array
items:
type: integer
x-spec-enum-id: 6bbe85c15f3d99fe
x-spec-enum-id: dbef43be795462a8
nullable: true
description: Diffie-Hellman group for Perfect Forward Secrecy
explode: true
Expand Down Expand Up @@ -97473,6 +97473,7 @@ components:
- Multiple objects
object_type:
type: string
nullable: true
data_type:
type: string
readOnly: true
Expand Down Expand Up @@ -97602,7 +97603,9 @@ components:
will limit values to exactly three uppercase letters.
maxLength: 500
choice_set:
$ref: '#/components/schemas/NestedCustomFieldChoiceSet'
allOf:
- $ref: '#/components/schemas/NestedCustomFieldChoiceSet'
nullable: true
created:
type: string
format: date-time
Expand Down Expand Up @@ -97798,6 +97801,7 @@ components:
x-spec-enum-id: 22e3a64138d10046
object_type:
type: string
nullable: true
name:
type: string
minLength: 1
Expand Down Expand Up @@ -97898,7 +97902,9 @@ components:
will limit values to exactly three uppercase letters.
maxLength: 500
choice_set:
$ref: '#/components/schemas/NestedCustomFieldChoiceSetRequest'
allOf:
- $ref: '#/components/schemas/NestedCustomFieldChoiceSetRequest'
nullable: true
required:
- content_types
- name
Expand Down Expand Up @@ -101537,6 +101543,7 @@ components:
- 2
- 5
- 14
- 15
- 16
- 17
- 18
Expand Down Expand Up @@ -101565,6 +101572,8 @@ components:

* `14` - Group 14

* `15` - Group 15

* `16` - Group 16

* `17` - Group 17
Expand Down Expand Up @@ -101602,14 +101611,15 @@ components:
* `33` - Group 33

* `34` - Group 34'
x-spec-enum-id: 6bbe85c15f3d99fe
x-spec-enum-id: dbef43be795462a8
label:
type: string
enum:
- Group 1
- Group 2
- Group 5
- Group 14
- Group 15
- Group 16
- Group 17
- Group 18
Expand Down Expand Up @@ -101739,6 +101749,7 @@ components:
- 2
- 5
- 14
- 15
- 16
- 17
- 18
Expand Down Expand Up @@ -101767,6 +101778,8 @@ components:

* `14` - Group 14

* `15` - Group 15

* `16` - Group 16

* `17` - Group 17
Expand Down Expand Up @@ -101804,7 +101817,7 @@ components:
* `33` - Group 33

* `34` - Group 34'
x-spec-enum-id: 6bbe85c15f3d99fe
x-spec-enum-id: dbef43be795462a8
sa_lifetime:
type: integer
maximum: 2147483647
Expand Down Expand Up @@ -102282,6 +102295,7 @@ components:
- 2
- 5
- 14
- 15
- 16
- 17
- 18
Expand Down Expand Up @@ -102310,6 +102324,8 @@ components:

* `14` - Group 14

* `15` - Group 15

* `16` - Group 16

* `17` - Group 17
Expand Down Expand Up @@ -102347,14 +102363,15 @@ components:
* `33` - Group 33

* `34` - Group 34'
x-spec-enum-id: 6bbe85c15f3d99fe
x-spec-enum-id: dbef43be795462a8
label:
type: string
enum:
- Group 1
- Group 2
- Group 5
- Group 14
- Group 15
- Group 16
- Group 17
- Group 18
Expand Down Expand Up @@ -102421,6 +102438,7 @@ components:
- 2
- 5
- 14
- 15
- 16
- 17
- 18
Expand Down Expand Up @@ -102449,6 +102467,8 @@ components:

* `14` - Group 14

* `15` - Group 15

* `16` - Group 16

* `17` - Group 17
Expand Down Expand Up @@ -102486,7 +102506,7 @@ components:
* `33` - Group 33

* `34` - Group 34'
x-spec-enum-id: 6bbe85c15f3d99fe
x-spec-enum-id: dbef43be795462a8
comments:
type: string
tags:
Expand Down Expand Up @@ -115732,6 +115752,7 @@ components:
* `multiobject` - Multiple objects'
object_type:
type: string
nullable: true
name:
type: string
minLength: 1
Expand Down Expand Up @@ -116853,6 +116874,7 @@ components:
- 2
- 5
- 14
- 15
- 16
- 17
- 18
Expand All @@ -116873,7 +116895,7 @@ components:
- 33
- 34
type: integer
x-spec-enum-id: 6bbe85c15f3d99fe
x-spec-enum-id: dbef43be795462a8
description: 'Diffie-Hellman group ID


Expand All @@ -116885,6 +116907,8 @@ components:

* `14` - Group 14

* `15` - Group 15

* `16` - Group 16

* `17` - Group 17
Expand Down Expand Up @@ -117106,6 +117130,7 @@ components:
- 2
- 5
- 14
- 15
- 16
- 17
- 18
Expand All @@ -117126,7 +117151,7 @@ components:
- 33
- 34
type: integer
x-spec-enum-id: 6bbe85c15f3d99fe
x-spec-enum-id: dbef43be795462a8
nullable: true
description: 'Diffie-Hellman group for Perfect Forward Secrecy

Expand All @@ -117139,6 +117164,8 @@ components:

* `14` - Group 14

* `15` - Group 15

* `16` - Group 16

* `17` - Group 17
Expand Down Expand Up @@ -133419,6 +133446,7 @@ components:
* `multiobject` - Multiple objects'
object_type:
type: string
nullable: true
name:
type: string
minLength: 1
Expand Down Expand Up @@ -134590,6 +134618,7 @@ components:
- 2
- 5
- 14
- 15
- 16
- 17
- 18
Expand All @@ -134610,7 +134639,7 @@ components:
- 33
- 34
type: integer
x-spec-enum-id: 6bbe85c15f3d99fe
x-spec-enum-id: dbef43be795462a8
description: 'Diffie-Hellman group ID


Expand All @@ -134622,6 +134651,8 @@ components:

* `14` - Group 14

* `15` - Group 15

* `16` - Group 16

* `17` - Group 17
Expand Down Expand Up @@ -134853,6 +134884,7 @@ components:
- 2
- 5
- 14
- 15
- 16
- 17
- 18
Expand All @@ -134873,7 +134905,7 @@ components:
- 33
- 34
type: integer
x-spec-enum-id: 6bbe85c15f3d99fe
x-spec-enum-id: dbef43be795462a8
nullable: true
description: 'Diffie-Hellman group for Perfect Forward Secrecy

Expand All @@ -134886,6 +134918,8 @@ components:

* `14` - Group 14

* `15` - Group 15

* `16` - Group 16

* `17` - Group 17
Expand Down
2 changes: 1 addition & 1 deletion api_circuits.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_core.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_dcim.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_extras.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_ipam.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_schema.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_status.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 97dbb8f

Please sign in to comment.