List of Join Server APIs.
The Js
service
Method |
Js.GetJoinEUIPrefixes
|
---|---|
Description | Request the JoinEUI prefixes that are configured for this Join Server. |
Request type |
google.protobuf.Empty
|
Response type |
JoinEUIPrefixes
|
HTTP bindings |
|
Method |
Js.GetDefaultJoinEUI
|
---|---|
Description | Request the default JoinEUI that is configured for this Join Server. |
Request type |
google.protobuf.Empty
|
Response type |
GetDefaultJoinEUIResponse
|
HTTP bindings |
|
Messages
Message JoinEUIPrefix
Show object example
{
"join_eui": "",
"length": 0,
}
Fields:
Field |
join_eui
|
---|---|
Type |
bytes
|
Description |
|
Field |
length
|
---|---|
Type |
uint32
|
Message JoinEUIPrefixes
Show object example
{
"prefixes": [],
}
Fields:
Field |
prefixes
|
---|---|
Type |
repeated
JoinEUIPrefix
|
Description |
Message GetDefaultJoinEUIResponse
Show object example
{
"join_eui": "",
}
Fields:
Field |
join_eui
|
---|---|
Type |
bytes
|
Description |
|