How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

NetBox wireless API

The wireless API from NetBox — 6 operation(s) for wireless.

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.2.0, at version 4.5.9 (4.5).

Requests are made against the base URL https://demo.netbox.dev/api.

27 operations 6 paths 32 schemas 6 DELETE6 GET6 PATCH3 POST6 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
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.

wireless 27
GET
/api/wireless/wireless-lan-groups/
Get a list of wireless LAN group objects.
wireless_wireless_lan_groups_list 87 params → 200
POST
/api/wireless/wireless-lan-groups/
Post a list of wireless LAN group objects.
wireless_wireless_lan_groups_create body → 201
PUT
/api/wireless/wireless-lan-groups/
Put a list of wireless LAN group objects.
wireless_wireless_lan_groups_bulk_update body → 200
PATCH
/api/wireless/wireless-lan-groups/
Patch a list of wireless LAN group objects.
wireless_wireless_lan_groups_bulk_partial_update body → 200
DELETE
/api/wireless/wireless-lan-groups/
Delete a list of wireless LAN group objects.
wireless_wireless_lan_groups_bulk_destroy body → 204
GET
/api/wireless/wireless-lan-groups/{id}/
Get a wireless LAN group object.
wireless_wireless_lan_groups_retrieve 1 param → 200
PUT
/api/wireless/wireless-lan-groups/{id}/
Put a wireless LAN group object.
wireless_wireless_lan_groups_update 1 param body → 200
PATCH
/api/wireless/wireless-lan-groups/{id}/
Patch a wireless LAN group object.
wireless_wireless_lan_groups_partial_update 1 param body → 200
DELETE
/api/wireless/wireless-lan-groups/{id}/
Delete a wireless LAN group object.
wireless_wireless_lan_groups_destroy 1 param → 204
GET
/api/wireless/wireless-lans/
Get a list of wireless LAN objects.
wireless_wireless_lans_list 159 params → 200
POST
/api/wireless/wireless-lans/
Post a list of wireless LAN objects.
wireless_wireless_lans_create body → 201
PUT
/api/wireless/wireless-lans/
Put a list of wireless LAN objects.
wireless_wireless_lans_bulk_update body → 200
PATCH
/api/wireless/wireless-lans/
Patch a list of wireless LAN objects.
wireless_wireless_lans_bulk_partial_update body → 200
DELETE
/api/wireless/wireless-lans/
Delete a list of wireless LAN objects.
wireless_wireless_lans_bulk_destroy body → 204
GET
/api/wireless/wireless-lans/{id}/
Get a wireless LAN object.
wireless_wireless_lans_retrieve 1 param → 200
PUT
/api/wireless/wireless-lans/{id}/
Put a wireless LAN object.
wireless_wireless_lans_update 1 param body → 200
PATCH
/api/wireless/wireless-lans/{id}/
Patch a wireless LAN object.
wireless_wireless_lans_partial_update 1 param body → 200
DELETE
/api/wireless/wireless-lans/{id}/
Delete a wireless LAN object.
wireless_wireless_lans_destroy 1 param → 204
GET
/api/wireless/wireless-links/
Get a list of wireless link objects.
wireless_wireless_links_list 150 params → 200
POST
/api/wireless/wireless-links/
Post a list of wireless link objects.
wireless_wireless_links_create body → 201
PUT
/api/wireless/wireless-links/
Put a list of wireless link objects.
wireless_wireless_links_bulk_update body → 200
PATCH
/api/wireless/wireless-links/
Patch a list of wireless link objects.
wireless_wireless_links_bulk_partial_update body → 200
DELETE
/api/wireless/wireless-links/
Delete a list of wireless link objects.
wireless_wireless_links_bulk_destroy body → 204
GET
/api/wireless/wireless-links/{id}/
Get a wireless link object.
wireless_wireless_links_retrieve 1 param → 200
PUT
/api/wireless/wireless-links/{id}/
Put a wireless link object.
wireless_wireless_links_update 1 param body → 200
PATCH
/api/wireless/wireless-links/{id}/
Patch a wireless link object.
wireless_wireless_links_partial_update 1 param body → 200
DELETE
/api/wireless/wireless-links/{id}/
Delete a wireless link object.
wireless_wireless_links_destroy 1 param → 204

Schemas 32

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), WritableWirelessLinkRequest (15 properties). Each schema is shown below with its type and property counts.

PatchedWritableWirelessLANGroupRequest
object
Base serializer class for models inheriting from NestedGroupModel.
8 properties
PaginatedWirelessLinkList
object
4 properties 2 required
WirelessLANGroup
object
Base serializer class for models inheriting from NestedGroupModel.
16 properties 10 required
BriefVLAN
object
Base serializer class for models inheriting from PrimaryModel.
6 properties 5 required
BriefWirelessLANGroupRequest
object
Base serializer class for models inheriting from NestedGroupModel.
3 properties 2 required
WirelessLANRequest
object
Base serializer class for models inheriting from PrimaryModel.
15 properties 1 required
BriefTenantRequest
object
Base serializer class for models inheriting from PrimaryModel.
3 properties 2 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 properties 2 required
BriefVLANRequest
object
Base serializer class for models inheriting from PrimaryModel.
3 properties 2 required
BriefTenant
object
Base serializer class for models inheriting from PrimaryModel.
6 properties 5 required
WirelessLinkRequest
object
Base serializer class for models inheriting from PrimaryModel.
15 properties 2 required
BriefDevice
object
Base serializer class for models inheriting from PrimaryModel.
5 properties 3 required
PatchedWritableWirelessLANRequest
object
Base serializer class for models inheriting from PrimaryModel.
15 properties
WirelessLAN
object
Base serializer class for models inheriting from PrimaryModel.
22 properties 8 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 properties 6 required
WritableWirelessLANGroupRequest
object
Base serializer class for models inheriting from NestedGroupModel.
8 properties 2 required
PatchedWritableWirelessLinkRequest
object
Base serializer class for models inheriting from PrimaryModel.
15 properties
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 properties 4 required
BriefWirelessLANGroup
object
Base serializer class for models inheriting from NestedGroupModel.
8 properties 7 required
PaginatedWirelessLANList
object
4 properties 2 required
BriefInterface
object
Adds an owner field for models which have a ForeignKey to users.Owner.
8 properties 7 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 properties 1 required
BriefDeviceRequest
object
Base serializer class for models inheriting from PrimaryModel.
2 properties
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 properties 2 required
WritableWirelessLANRequest
object
Base serializer class for models inheriting from PrimaryModel.
15 properties 1 required
WirelessLANGroupRequest
object
Base serializer class for models inheriting from NestedGroupModel.
8 properties 2 required
WirelessLink
object
Base serializer class for models inheriting from PrimaryModel.
21 properties 8 required
WritableWirelessLinkRequest
object
Base serializer class for models inheriting from PrimaryModel.
15 properties 2 required
BriefCable
object
Base serializer class for models inheriting from PrimaryModel.
5 properties 3 required
PaginatedWirelessLANGroupList
object
4 properties 2 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 properties 7 required
BriefInterfaceRequest
object
Adds an owner field for models which have a ForeignKey to users.Owner.
3 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

netbox-wireless-api-openapi.yml Raw ↑

Other APIs NetBox publishes across the network.

NetBox GraphQL API
NetBox authentication-check API
NetBox circuits API
NetBox core API
NetBox dcim API
NetBox extras API
NetBox ipam API
NetBox schema API
NetBox status API
NetBox tenancy API
NetBox users API
NetBox virtualization API
Where this information came from

This is an independent, third-party profile of NetBox wireless API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.