NetBox wireless API is one of 14 APIs that NetBox publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include wireless. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.
This API exposes
27 operations
across 6 paths,
and defines 32 schemas.
It is described by OpenAPI 3.0.3, at version 4.5.9 (4.5).
Requests are made against the base URL https://demo.netbox.dev/api.
27 operations6 paths32 schemas6 DELETE6 GET6 PATCH3 POST6 PUT
Metadata
The identity and technical contract details declared by the specification.
Specification
OpenAPI 3.0.3
API Version
4.5.9 (4.5)
Base URL
https://demo.netbox.dev/api
Authentication
API Key, API Key
License
Apache v2 License
Resource Areas
1
Authentication & Security 2
NetBox wireless API declares
2 security schemes
for authenticating requests.
An API key is passed in the cookie as sessionid (cookieAuth).
An API key is passed in the header as Authorization (tokenAuth).
tokenAuth — Token (v1) or Bearer . (v2)
Paths & Operations 27
Across 6 paths, the API surfaces 27 operations — 6 DELETE, 6 GET, 6 PATCH, 3 POST, 6 PUT. Each is listed below with its method, path, parameters, and response codes.
The contract defines 32 schemas that model the data the API accepts and returns. The most detailed are WirelessLAN (22 properties), WirelessLink (21 properties), WirelessLANGroup (16 properties), PatchedWritableWirelessLANRequest (15 properties). Each schema is shown below with its type and property counts.
WirelessLANGroupRequest
object
Base serializer class for models inheriting from NestedGroupModel.
8 properties2 required
BriefWirelessLANGroup
object
Base serializer class for models inheriting from NestedGroupModel.
8 properties7 required
PatchedWritableWirelessLANGroupRequest
object
Base serializer class for models inheriting from NestedGroupModel.
8 properties
PaginatedWirelessLinkList
object
4 properties2 required
WirelessLink
object
Base serializer class for models inheriting from PrimaryModel.
21 properties8 required
WirelessLANGroup
object
Base serializer class for models inheriting from NestedGroupModel.
16 properties10 required
BriefTenantRequest
object
Base serializer class for models inheriting from PrimaryModel.
3 properties2 required
NestedWirelessLANGroupRequest
object
Represents an object related through a ForeignKey field. On write, it accepts a primary key (PK) value or a dictionary of attributes which can be used to uniqu…
2 properties2 required
WritableWirelessLANRequest
object
Base serializer class for models inheriting from PrimaryModel.
15 properties1 required
NestedWirelessLANGroup
object
Represents an object related through a ForeignKey field. On write, it accepts a primary key (PK) value or a dictionary of attributes which can be used to uniqu…
7 properties7 required
BriefWirelessLANGroupRequest
object
Base serializer class for models inheriting from NestedGroupModel.
3 properties2 required
PaginatedWirelessLANGroupList
object
4 properties2 required
NestedTagRequest
object
Represents an object related through a ForeignKey field. On write, it accepts a primary key (PK) value or a dictionary of attributes which can be used to uniqu…
3 properties2 required
WirelessLANRequest
object
Base serializer class for models inheriting from PrimaryModel.
15 properties1 required
NestedTag
object
Represents an object related through a ForeignKey field. On write, it accepts a primary key (PK) value or a dictionary of attributes which can be used to uniqu…
7 properties6 required
BriefTenant
object
Base serializer class for models inheriting from PrimaryModel.
6 properties5 required
BriefOwnerRequest
object
Extends the built-in ModelSerializer to enforce calling fullclean() on a copy of the associated instance during validation. (DRF does not do this by default; s…
2 properties1 required
WirelessLinkRequest
object
Base serializer class for models inheriting from PrimaryModel.
15 properties2 required
PaginatedWirelessLANList
object
4 properties2 required
BriefInterface
object
Adds an owner field for models which have a ForeignKey to users.Owner.
8 properties7 required
BriefOwner
object
Extends the built-in ModelSerializer to enforce calling fullclean() on a copy of the associated instance during validation. (DRF does not do this by default; s…
5 properties4 required
PatchedWritableWirelessLinkRequest
object
Base serializer class for models inheriting from PrimaryModel.
15 properties
PatchedWritableWirelessLANRequest
object
Base serializer class for models inheriting from PrimaryModel.
15 properties
BriefDeviceRequest
object
Base serializer class for models inheriting from PrimaryModel.
2 properties
BriefVLAN
object
Base serializer class for models inheriting from PrimaryModel.
6 properties5 required
WirelessLAN
object
Base serializer class for models inheriting from PrimaryModel.
22 properties8 required
WritableWirelessLANGroupRequest
object
Base serializer class for models inheriting from NestedGroupModel.
8 properties2 required
BriefInterfaceRequest
object
Adds an owner field for models which have a ForeignKey to users.Owner.
3 properties2 required
BriefDevice
object
Base serializer class for models inheriting from PrimaryModel.
5 properties3 required
BriefVLANRequest
object
Base serializer class for models inheriting from PrimaryModel.
3 properties2 required
WritableWirelessLinkRequest
object
Base serializer class for models inheriting from PrimaryModel.
15 properties2 required
BriefCable
object
Base serializer class for models inheriting from PrimaryModel.
5 properties3 required
Specification
The full machine-readable OpenAPI contract behind this narrative.