Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

The Things Network / The Things Stack ApplicationPackageRegistry API

The ApplicationPackageRegistry API from The Things Network / The Things Stack — 9 operation(s) for applicationpackageregistry.

The Things Network / The Things Stack ApplicationPackageRegistry API is one of 58 APIs that The Things Network / The Things Stack publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 9 JSON Schema definitions.

Tagged areas include ApplicationPackageRegistry. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 9 JSON Schemas.

This API exposes 9 operations across 9 paths, and defines 14 schemas. It is described by OpenAPI 2.0, at version v3.36.

9 operations 9 paths 14 schemas 2 DELETE5 GET2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
v3.36
Authentication
API Key
License
Resource Areas
1

Authentication & Security 1

The Things Network / The Things Stack ApplicationPackageRegistry API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (ApiKeyAuth). By default, every request must be authenticated.

  • ApiKeyAuth — Bearer API key. Set Authorization: Bearer NNSXS.xxxxxxxxxx.

Paths & Operations 9

Across 9 paths, the API surfaces 9 operations — 2 DELETE, 5 GET, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

ApplicationPackageRegistry 9
GET
/as/applications/{application_ids.application_id}/devices/{device_id}/packages
List returns the available packages for the end device.
ApplicationPackageRegistry_List 5 params → 200default
DELETE
/as/applications/{application_ids.application_id}/packages/associations/{f_port}
DeleteDefaultAssociation removes the default association on the FPort of the application.
ApplicationPackageRegistry_DeleteDefaultAssociation 2 params → 200default
PUT
/as/applications/{association.ids.end_device_ids.application_ids.application_id}/devices/{association.ids.end_device_ids.device_id}/packages/associations/{association.ids.f_port}
SetAssociation updates or creates the association on the FPort of the end device.
ApplicationPackageRegistry_SetAssociation 4 params → 200default
PUT
/as/applications/{default.ids.application_ids.application_id}/packages/associations/{default.ids.f_port}
SetDefaultAssociation updates or creates the default association on the FPort of the application.
ApplicationPackageRegistry_SetDefaultAssociation 3 params → 200default
DELETE
/as/applications/{end_device_ids.application_ids.application_id}/devices/{end_device_ids.device_id}/packages/associations/{f_port}
DeleteAssociation removes the association on the FPort of the end device.
ApplicationPackageRegistry_DeleteAssociation 6 params → 200default
GET
/as/applications/{ids.application_ids.application_id}/devices/{ids.device_id}/packages/associations
ListAssociations returns all of the associations of the end device.
ApplicationPackageRegistry_ListAssociations 8 params → 200default
GET
/as/applications/{ids.application_ids.application_id}/packages/associations/{ids.f_port}
GetDefaultAssociation returns the default association registered on the FPort of the application.
ApplicationPackageRegistry_GetDefaultAssociation 3 params → 200default
GET
/as/applications/{ids.application_id}/packages/associations
ListDefaultAssociations returns all of the default associations of the application.
ApplicationPackageRegistry_ListDefaultAssociations 4 params → 200default
GET
/as/applications/{ids.end_device_ids.application_ids.application_id}/devices/{ids.end_device_ids.device_id}/packages/associations/{ids.f_port}
GetAssociation returns the association registered on the FPort of the end device.
ApplicationPackageRegistry_GetAssociation 7 params → 200default

Schemas 14

The contract defines 14 schemas that model the data the API accepts and returns. The most detailed are v3ApplicationPackageDefaultAssociation (5 properties), v3EndDeviceIdentifiers (5 properties), v3ApplicationPackageAssociation (5 properties), googlerpcStatus (3 properties). Each schema is shown below with its type and property counts.

v3ApplicationPackageAssociationIdentifiers
object
2 properties
v3ApplicationPackageDefaultAssociation
object
5 properties
googlerpcStatus
object
3 properties
ApplicationPackageRegistrySetAssociationBody
object
2 properties
v3ApplicationPackage
object
2 properties
ApplicationPackageRegistrySetDefaultAssociationBody
object
2 properties
v3ApplicationIdentifiers
object
1 property
v3EndDeviceIdentifiers
object
5 properties
v3ApplicationPackageAssociations
object
1 property
v3ApplicationPackageDefaultAssociationIdentifiers
object
2 properties
v3ApplicationPackageAssociation
object
5 properties
v3ApplicationPackages
object
1 property
protobufAny
object
Any contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message. Protobuf library provides supp…
1 property
v3ApplicationPackageDefaultAssociations
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

the-things-network-applicationpackageregistry-api-openapi.yml Raw ↑

Other APIs The Things Network / The Things Stack publishes across the network.

The Things Network / The Things Stack AppAs API
The Things Network / The Things Stack ApplicationAccess API
The Things Network / The Things Stack ApplicationActivationSettingRegistry API
The Things Network / The Things Stack ApplicationPubSubRegistry API
The Things Network / The Things Stack ApplicationRegistry API
The Things Network / The Things Stack ApplicationUpStorage API
The Things Network / The Things Stack ApplicationWebhookRegistry API
The Things Network / The Things Stack As API
The Things Network / The Things Stack AsEndDeviceBatchRegistry API
The Things Network / The Things Stack AsEndDeviceRegistry API
The Things Network / The Things Stack ClientAccess API
The Things Network / The Things Stack ClientRegistry API