Type Definitions

APIKeysList

Type:
  • Object
Properties
NameTypeDescription
idstring

API Key Id

namestring

API Key Name

rightsArray.<string>

API Key Rights

created_attimestamp

API Key Created At

updated_attimestamp

API Key Updated At

expires_attimestamp

API Key Expires At

ApplicationList

Type:
  • Object
Properties
NameTypeDescription
ids.application_idstring

Application Id

created_attimestamp

Application Created At

updated_attimestamp

Application Updated At

namestring

The Name of the application

descriptionstring

The Description of the application

network_server_addressstring

Application Network Server Address

application_server_addressstring

Application Application Server Address

join_server_addressstring

Application Join Server Address

CollabortorList

Type:
  • Object
Properties
NameTypeAttributesDescription
ids.organization_ids.organization_idstring<optional>

Organization Id

ids.user_ids.user_idstring<optional>

User Id

ids.user_ids.emailstring<optional>

User Email

rightsArray.<string>

Collaborator Rights

Config

Type:
  • Object
Properties
NameTypeAttributesDescription
API_KEYstring

API Key

IDENTITY_SERVERstring

Identity Server

NETWORK_SERVERstring

Network Server

APPLICATION_SERVERstring

Application Server

JOIN_SERVERstring

Join Server

TENANT_IDstring<optional>

TENANT_ID Tenant Id

Input-CreateAPIKeyForApplication

Type:
  • Object
Properties
NameTypeAttributesDescription
namestring

API Key Name

rightsArray.<string>

API Key Rights

expires_attimestamp<optional>

API Key Expires At

Input-CreateAPIKeyForOrg

Type:
  • Object
Properties
NameTypeAttributesDescription
namestring

API Key Name

rightsArray.<string>

API Key Rights

expires_attimestamp<optional>

API Key Expires At

Input-CreateAPIKeyForUser

Type:
  • Object
Properties
NameTypeAttributesDescription
namestring

API Key Name

rightsArray.<string>

API Key Rights

expires_attimestamp<optional>

API Key Expires At

Input-CreateApplication

Type:
  • Object
Properties
NameTypeAttributesDescription
application_idstring

Application Id

namestring<optional>

Application Name

descriptionstring<optional>

Application Description

Input-DownlinkQueue

Type:
  • Object
Properties
NameTypeDescription
device_idstring

The device ID of the end device.

payloadstring | byteArray

The payload of the downlink queue.

payload_typestring

The payload type of the downlink queue.

port_nonumber

The port number of the downlink queue.

request_typestring

The request type of the downlink queue.

confirmed_downlinkboolean

The confirmed downlink of the downlink queue.

Input-GetAPIKeyInfo

Type:
  • Object
Properties
NameTypeDescription
key_idstring

API Key Id

Input-GetAPIKeyList

Type:
  • Object
Properties
NameTypeAttributesDescription
orderstring<optional>

Order the results by this field path (must be present in the field mask). Default ordering is by ID. Prepend with a minus (-) to reverse the order. (e.g '-created_at')

limitnumber<optional>

Limit the number of results per page. (less than 1000)

pagenumber<optional>

Page number for pagination. 0 is interpreted as 1.

Input-GetApplicationList

Type:
  • Object
Properties
NameTypeAttributesDescription
orderstring<optional>

Order the results by this field path (must be present in the field mask). Default ordering is by ID. Prepend with a minus (-) to reverse the order. (e.g '-created_at')

limitnumber<optional>

Limit the number of results per page. (less than 1000)

pagenumber<optional>

Page number for pagination. 0 is interpreted as 1.

Input-GetCollaboratorInfo

Type:
  • Object
Properties
NameTypeDescription
user_idstring

User Id

Input-GetCollaboratorInfoOfOrg

Type:
  • Object
Properties
NameTypeDescription
organization_idstring

Organization Id

Input-GetCollaboratorInfoOfUser

Type:
  • Object
Properties
NameTypeDescription
user_idstring

User Id

Input-GetCollabortorList

Type:
  • Object
Properties
NameTypeAttributesDescription
orderstring<optional>

Order the results by this field path (must be present in the field mask). Default ordering is by ID. Prepend with a minus (-) to reverse the order. (e.g '-id')

limitnumber<optional>

Limit the number of results per page. (less than 1000)

pagenumber<optional>

Page number for pagination. 0 is interpreted as 1.

Input-GetEndDeviceList

Type:
  • Object
Properties
NameTypeAttributesDescription
orderstring<optional>

Order the results by this field path (must be present in the field mask). Default ordering is by ID. Prepend with a minus (-) to reverse the order. (e.g '-created_at')

limitnumber<optional>

Limit the number of results per page. (less than 1000)

pagenumber<optional>

Page number for pagination. 0 is interpreted as 1.

Input-GetGatewayList

Type:
  • Object
Properties
NameTypeAttributesDescription
orderstring<optional>

Order the results by this field path (must be present in the field mask). Default ordering is by ID. Prepend with a minus (-) to reverse the order. (e.g '-created_at')

limitnumber<optional>

Limit the number of results per page. (less than 1000)

pagenumber<optional>

Page number for pagination. 0 is interpreted as 1.

Input-SetCollaborator

Type:
  • Object
Properties
NameTypeAttributesDescription
user_idstring

User Id

emailstring<optional>

User Email Address

rightsArray.<string>

Collaborator Rights

Input-SetCollaboratorOfOrg

Type:
  • Object
Properties
NameTypeDescription
organization_idstring

Organization Id

rightsArray.<string>

Collaborator Rights

Input-SetCollaboratorOfUser

Type:
  • Object
Properties
NameTypeAttributesDescription
user_idstring

User Id

emailstring<optional>

User Email Address

rightsArray.<string>

Collaborator Rights

Input-SubscribeDownLinkEvent

Type:
  • Object
Properties
NameTypeDescription
device_idstring

The device ID of the end device.

down_typestring

The down type of the downlink queue.

hoststring

The host of the downlink queue.

portnumber

The port of the downlink queue.

usernamestring

The username of the downlink queue.

callback_downlink_eventcallBackFunction

The callback downlink event of the downlink queue.

Input-SubscribeUpLinkEvent

Type:
  • Object
Properties
NameTypeDescription
device_idstring

The device ID of the end device.

hoststring

The host of the uplink queue.

portnumber

The port of the uplink queue.

usernamestring

The username of the uplink queue.

callback_uplink_eventcallBackFunction

The callback uplink event of the uplink queue.

Input-UpdateAPIKeyOfApplication

Type:
  • Object
Properties
NameTypeAttributesDescription
api_key_idstring

API Key Id

api_key_namestring<optional>

API Key Name

api_key_rightsArray.<string><optional>

API Key Rights

expires_attimestamp<optional>

API Key Expires At

Input-UpdateAPIKeyOfOrg

Type:
  • Object
Properties
NameTypeAttributesDescription
api_key_idstring

API Key Id

api_key_namestring<optional>

API Key Name

api_key_rightsArray.<string><optional>

API Key Rights

expires_attimestamp<optional>

API Key Expires At

Input-UpdateAPIKeyOfUser

Type:
  • Object
Properties
NameTypeAttributesDescription
api_key_idstring

API Key Id

api_key_namestring<optional>

API Key Name

api_key_rightsArray.<string><optional>

API Key Rights

expires_attimestamp<optional>

API Key Expires At

Input-UpdateApplication

Type:
  • Object
Properties
NameTypeAttributesDescription
namestring<optional>

Application Name

descriptionstring<optional>

Application Description

attributesObject<optional>

Application Attributes

Output-CreateAPIKey

Type:
  • Object
Properties
NameTypeDescription
idstring

API Key Id

keystring

API Key

namestring

API Key Name

rightsArray.<string>

API Key Rights

created_attimestamp

API Key Created At

updated_attimestamp

API Key Updated At

expires_attimestamp

API Key Expires At

Output-CreateApplication

Type:
  • Object
Properties
NameTypeDescription
ids.application_idstring

Application Id

created_attimestamp

Application Created At

updated_attimestamp

Application Updated At

deleted_attimestamp

Application Deleted At

namestring

Application Name

descriptionstring

Application Description

attributesstring

Application Attributes

contact_infoArray.<string>

Application Contact Info

administrative_contact.user_ids.user_idstring

Application Administrative Contact

technical_contact.user_ids.user_idstring

Application Technical Contact

network_server_addressstring

Application Network Server Address

application_server_addressstring

Application Application Server Address

join_server_addressstring

Application Join Server Address

dev_eui_counternumber

Application Dev EUI Counter

end_device_limitnull

Application End Device Limit

Output-EmptyPayload

Type:
  • Object
Properties
NameTypeDescription
ObjectObject

Empty Object

Output-EmptyPayload

Type:
  • Object
Properties
NameTypeDescription
ObjectObject

Empty Object

Output-GetAPIKeyInfo

Type:
  • Object
Properties
NameTypeDescription
idstring

API Key Id

keystring

API Key

namestring

API Key Name

rightsArray.<string>

API Key Rights

created_attimestamp

API Key Created At

updated_attimestamp

API Key Updated At

expires_attimestamp

API Key Expires At

Output-GetAPIKeyList

Type:
  • Object
Properties
NameTypeDescription
api_keysArray.<APIKeysList>

API Key List

Output-GetApplication

Type:
  • Object
Properties
NameTypeDescription
ids.application_idstring

Application Id

created_attimestamp

Application Created At

updated_attimestamp

Application Updated At

deleted_attimestamp

Application Deleted At

namestring

Application Name

descriptionstring

Application Description

attributesstring

Application Attributes

contact_infoArray.<string>

Application Contact Info

administrative_contact.user_ids.user_idstring

Application Administrative Contact

technical_contact.user_ids.user_idstring

Application Technical Contact

network_server_addressstring

Application Network Server Address

application_server_addressstring

Application Application Server Address

join_server_addressstring

Application Join Server Address

dev_eui_counternumber

Application Dev EUI Counter

end_device_limitnull

Application End Device Limit

Output-GetApplicationList

Type:
  • Object
Properties
NameTypeDescription
applicationsArray.<ApplicationList>

Application List

Output-GetApplicationRight

Type:
  • Object
Properties
NameTypeDescription
rightsArray.<string>

Application Rights

Output-GetCollaboratorInfo

Type:
  • Object
Properties
NameTypeAttributesDescription
ids.user_ids.user_idstring<optional>

User Id

ids.user_ids.emailstring<optional>

User Email

rightsArray.<string>

Collaborator Rights

Output-GetCollaboratorInfoOfOrg

Type:
  • Object
Properties
NameTypeAttributesDescription
ids.organization_ids.organization_idstring<optional>

Organization Id

rightsArray.<string>

Collaborator Rights

Output-GetCollaboratorInfoOfUser

Type:
  • Object
Properties
NameTypeAttributesDescription
ids.user_ids.user_idstring<optional>

User Id

ids.user_ids.emailstring<optional>

User Email

rightsArray.<string>

Collaborator Rights

Output-GetCollabortorList

Type:
  • Object
Properties
NameTypeDescription
collaboratorsArray.<CollabortorList>

Collaborator List

Output-GetGatewayRight

Type:
  • Object
Properties
NameTypeDescription
rightsArray.<string>

Gateway Rights

Output-IssueDevEUI

Type:
  • Object
Properties
NameTypeDescription
dev_euistring

The dev eui of the end device.

Output-SearchApplication

Type:
  • Object
Properties
NameTypeDescription
ids.application_idstring

Application Id

created_attimestamp

Application Created At

updated_attimestamp

Application Updated At

deleted_attimestamp

Application Deleted At

namestring

Application Name

descriptionstring

Application Description

attributesstring

Application Attributes

contact_infoArray.<string>

Application Contact Info

administrative_contact.user_ids.user_idstring

Application Administrative Contact

technical_contact.user_ids.user_idstring

Application Technical Contact

network_server_addressstring

Application Network Server Address

application_server_addressstring

Application Application Server Address

join_server_addressstring

Application Join Server Address

dev_eui_counternumber

Application Dev EUI Counter

end_device_limitnull

Application End Device Limit

Output-SubscribeDownLinkEvent

Type:
  • Object
Properties
NameTypeDescription
clientmqttClient

The mqtt client of the downlink event.

topicstring

The topic of the downlink event.

Output-SubscribeUpLinkEvent

Type:
  • Object
Properties
NameTypeDescription
clientmqttClient

The mqtt client of the uplink event.

topicstring

The topic of the uplink event.

Output-UpdateAPIKey

Type:
  • Object
Properties
NameTypeDescription
idstring

API Key Id

keystring

API Key

namestring

API Key Name

rightsArray.<string>

API Key Rights

created_attimestamp

API Key Created At

updated_attimestamp

API Key Updated At

expires_attimestamp

API Key Expires At

Output-UpdateApplication

Type:
  • Object
Properties
NameTypeDescription
ids.application_idstring

Application Id

created_attimestamp

Application Created At

updated_attimestamp

Application Updated At

deleted_attimestamp

Application Deleted At

namestring

Application Name

descriptionstring

Application Description

attributesstring

Application Attributes

contact_infoArray.<string>

Application Contact Info

administrative_contact.user_ids.user_idstring

Application Administrative Contact

technical_contact.user_ids.user_idstring

Application Technical Contact

network_server_addressstring

Application Network Server Address

application_server_addressstring

Application Application Server Address

join_server_addressstring

Application Join Server Address

dev_eui_counternumber

Application Dev EUI Counter

end_device_limitnull

Application End Device Limit