thethingsstack.io has moved to thethingsindustries.com/docs
Got it

v3.12

Getting Started Devices Gateways Integrations Reference
Get The Things Stack

Reference

    Overview
  • Billing with Stripe
  • API
    • Authentication
    • Fields and Field Masks
    • Application APIs
    • Application Pub/Sub APIs
    • Application Server APIs
    • Application Webhook APIs
    • End Device APIs
    • End Device Claiming APIs
    • Events API
    • Gateway APIs
    • Gateway Server APIs
    • Gateway Server MQTT
    • Network Server APIs
    • Organization APIs
    • Storage Integration API
    • Tenant APIs
    • User APIs
  • Application Packages
  • Command-Line Interface
  • Components
  • Configuration
  • Data Formats
  • Email Templates
  • Federated Authentication
  • Frequency Plans
  • Glossary
  • ID and EUI Constraints
  • Interoperability Repository
  • LoRaWAN Specification and Regional Parameters
  • Networking
  • Packet Broker
  • Rate Limiting
  • Root Certificates
  • Telemetry
  • Web UI Branding

Network Server APIs

The Ns service

Method Ns.GenerateDevAddr
Description GenerateDevAddr requests a device address assignment from the Network Server.
Request type google.protobuf.Empty
Response type GenerateDevAddrResponse
HTTP bindings

GET /api/v3/ns/dev_addr

Messages

Message GenerateDevAddrResponse

Response of GenerateDevAddr.

Field dev_addr
Type bytes
Show object example
{
  "dev_addr": "",
}
← Gateway Server MQTT Organization APIs →

On this page

  • The Ns service
  • Messages

The Things Stack

Getting Started

Devices

Gateways

Integrations

Reference

Contributing

GitHub

Forum

About Us

The Things Network

The Things Industries

About this page

Last changed by Johan Stokking on 02 Apr 2020.
doc: Remove weights

Edit on Github