Type Definitions
APIKeysList
- Object
Name | Type | Description |
---|---|---|
id | string | API Key Id |
name | string | API Key Name |
rights | Array.<string> | API Key Rights |
created_at | timestamp | API Key Created At |
updated_at | timestamp | API Key Updated At |
expires_at | timestamp | API Key Expires At |
ApplicationList
- Object
Name | Type | Description |
---|---|---|
ids.application_id | string | Application Id |
created_at | timestamp | Application Created At |
updated_at | timestamp | Application Updated At |
name | string | The Name of the application |
description | string | The Description of the application |
network_server_address | string | Application Network Server Address |
application_server_address | string | Application Application Server Address |
join_server_address | string | Application Join Server Address |
CollabortorList
- Object
Name | Type | Attributes | Description |
---|---|---|---|
ids.organization_ids.organization_id | string | <optional> | Organization Id |
ids.user_ids.user_id | string | <optional> | User Id |
ids.user_ids.email | string | <optional> | User Email |
rights | Array.<string> | Collaborator Rights |
Config
- Object
Name | Type | Attributes | Description |
---|---|---|---|
API_KEY | string | API Key | |
IDENTITY_SERVER | string | Identity Server | |
NETWORK_SERVER | string | Network Server | |
APPLICATION_SERVER | string | Application Server | |
JOIN_SERVER | string | Join Server | |
TENANT_ID | string | <optional> | TENANT_ID Tenant Id |
Input-CreateAPIKeyForApplication
- Object
Name | Type | Attributes | Description |
---|---|---|---|
name | string | API Key Name | |
rights | Array.<string> | API Key Rights | |
expires_at | timestamp | <optional> | API Key Expires At |
Input-CreateAPIKeyForOrg
- Object
Name | Type | Attributes | Description |
---|---|---|---|
name | string | API Key Name | |
rights | Array.<string> | API Key Rights | |
expires_at | timestamp | <optional> | API Key Expires At |
Input-CreateAPIKeyForUser
- Object
Name | Type | Attributes | Description |
---|---|---|---|
name | string | API Key Name | |
rights | Array.<string> | API Key Rights | |
expires_at | timestamp | <optional> | API Key Expires At |
Input-CreateApplication
- Object
Name | Type | Attributes | Description |
---|---|---|---|
application_id | string | Application Id | |
name | string | <optional> | Application Name |
description | string | <optional> | Application Description |
Input-DownlinkQueue
- Object
Name | Type | Description |
---|---|---|
device_id | string | The device ID of the end device. |
payload | string | | The payload of the downlink queue. |
payload_type | string | The payload type of the downlink queue. |
port_no | number | The port number of the downlink queue. |
request_type | string | The request type of the downlink queue. |
confirmed_downlink | boolean | The confirmed downlink of the downlink queue. |
Input-GetAPIKeyInfo
- Object
Name | Type | Description |
---|---|---|
key_id | string | API Key Id |
Input-GetAPIKeyList
- Object
Name | Type | Attributes | Description |
---|---|---|---|
order | string | <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') |
limit | number | <optional> | Limit the number of results per page. (less than 1000) |
page | number | <optional> | Page number for pagination. 0 is interpreted as 1. |
Input-GetApplicationList
- Object
Name | Type | Attributes | Description |
---|---|---|---|
order | string | <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') |
limit | number | <optional> | Limit the number of results per page. (less than 1000) |
page | number | <optional> | Page number for pagination. 0 is interpreted as 1. |
Input-GetCollaboratorInfo
- Object
Name | Type | Description |
---|---|---|
user_id | string | User Id |
Input-GetCollaboratorInfoOfOrg
- Object
Name | Type | Description |
---|---|---|
organization_id | string | Organization Id |
Input-GetCollaboratorInfoOfUser
- Object
Name | Type | Description |
---|---|---|
user_id | string | User Id |
Input-GetCollabortorList
- Object
Name | Type | Attributes | Description |
---|---|---|---|
order | string | <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') |
limit | number | <optional> | Limit the number of results per page. (less than 1000) |
page | number | <optional> | Page number for pagination. 0 is interpreted as 1. |
Input-GetEndDeviceList
- Object
Name | Type | Attributes | Description |
---|---|---|---|
order | string | <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') |
limit | number | <optional> | Limit the number of results per page. (less than 1000) |
page | number | <optional> | Page number for pagination. 0 is interpreted as 1. |
Input-GetGatewayList
- Object
Name | Type | Attributes | Description |
---|---|---|---|
order | string | <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') |
limit | number | <optional> | Limit the number of results per page. (less than 1000) |
page | number | <optional> | Page number for pagination. 0 is interpreted as 1. |
Input-SetCollaborator
- Object
Name | Type | Attributes | Description |
---|---|---|---|
user_id | string | User Id | |
email | string | <optional> | User Email Address |
rights | Array.<string> | Collaborator Rights |
Input-SetCollaboratorOfOrg
- Object
Name | Type | Description |
---|---|---|
organization_id | string | Organization Id |
rights | Array.<string> | Collaborator Rights |
Input-SetCollaboratorOfUser
- Object
Name | Type | Attributes | Description |
---|---|---|---|
user_id | string | User Id | |
email | string | <optional> | User Email Address |
rights | Array.<string> | Collaborator Rights |
Input-SubscribeDownLinkEvent
- Object
Name | Type | Description |
---|---|---|
device_id | string | The device ID of the end device. |
down_type | string | The down type of the downlink queue. |
host | string | The host of the downlink queue. |
port | number | The port of the downlink queue. |
username | string | The username of the downlink queue. |
callback_downlink_event | callBackFunction | The callback downlink event of the downlink queue. |
Input-SubscribeUpLinkEvent
- Object
Name | Type | Description |
---|---|---|
device_id | string | The device ID of the end device. |
host | string | The host of the uplink queue. |
port | number | The port of the uplink queue. |
username | string | The username of the uplink queue. |
callback_uplink_event | callBackFunction | The callback uplink event of the uplink queue. |
Input-UpdateAPIKeyOfApplication
- Object
Name | Type | Attributes | Description |
---|---|---|---|
api_key_id | string | API Key Id | |
api_key_name | string | <optional> | API Key Name |
api_key_rights | Array.<string> | <optional> | API Key Rights |
expires_at | timestamp | <optional> | API Key Expires At |
Input-UpdateAPIKeyOfOrg
- Object
Name | Type | Attributes | Description |
---|---|---|---|
api_key_id | string | API Key Id | |
api_key_name | string | <optional> | API Key Name |
api_key_rights | Array.<string> | <optional> | API Key Rights |
expires_at | timestamp | <optional> | API Key Expires At |
Input-UpdateAPIKeyOfUser
- Object
Name | Type | Attributes | Description |
---|---|---|---|
api_key_id | string | API Key Id | |
api_key_name | string | <optional> | API Key Name |
api_key_rights | Array.<string> | <optional> | API Key Rights |
expires_at | timestamp | <optional> | API Key Expires At |
Input-UpdateApplication
- Object
Name | Type | Attributes | Description |
---|---|---|---|
name | string | <optional> | Application Name |
description | string | <optional> | Application Description |
attributes | Object | <optional> | Application Attributes |
Output-CreateAPIKey
- Object
Name | Type | Description |
---|---|---|
id | string | API Key Id |
key | string | API Key |
name | string | API Key Name |
rights | Array.<string> | API Key Rights |
created_at | timestamp | API Key Created At |
updated_at | timestamp | API Key Updated At |
expires_at | timestamp | API Key Expires At |
Output-CreateApplication
- Object
Name | Type | Description |
---|---|---|
ids.application_id | string | Application Id |
created_at | timestamp | Application Created At |
updated_at | timestamp | Application Updated At |
deleted_at | timestamp | Application Deleted At |
name | string | Application Name |
description | string | Application Description |
attributes | string | Application Attributes |
contact_info | Array.<string> | Application Contact Info |
administrative_contact.user_ids.user_id | string | Application Administrative Contact |
technical_contact.user_ids.user_id | string | Application Technical Contact |
network_server_address | string | Application Network Server Address |
application_server_address | string | Application Application Server Address |
join_server_address | string | Application Join Server Address |
dev_eui_counter | number | Application Dev EUI Counter |
end_device_limit | null | Application End Device Limit |
Output-EmptyPayload
- Object
Name | Type | Description |
---|---|---|
Object | Object | Empty Object |
Output-EmptyPayload
- Object
Name | Type | Description |
---|---|---|
Object | Object | Empty Object |
Output-GetAPIKeyInfo
- Object
Name | Type | Description |
---|---|---|
id | string | API Key Id |
key | string | API Key |
name | string | API Key Name |
rights | Array.<string> | API Key Rights |
created_at | timestamp | API Key Created At |
updated_at | timestamp | API Key Updated At |
expires_at | timestamp | API Key Expires At |
Output-GetAPIKeyList
- Object
Name | Type | Description |
---|---|---|
api_keys | Array.<APIKeysList> | API Key List |
Output-GetApplication
- Object
Name | Type | Description |
---|---|---|
ids.application_id | string | Application Id |
created_at | timestamp | Application Created At |
updated_at | timestamp | Application Updated At |
deleted_at | timestamp | Application Deleted At |
name | string | Application Name |
description | string | Application Description |
attributes | string | Application Attributes |
contact_info | Array.<string> | Application Contact Info |
administrative_contact.user_ids.user_id | string | Application Administrative Contact |
technical_contact.user_ids.user_id | string | Application Technical Contact |
network_server_address | string | Application Network Server Address |
application_server_address | string | Application Application Server Address |
join_server_address | string | Application Join Server Address |
dev_eui_counter | number | Application Dev EUI Counter |
end_device_limit | null | Application End Device Limit |
Output-GetApplicationList
- Object
Name | Type | Description |
---|---|---|
applications | Array.<ApplicationList> | Application List |
Output-GetApplicationRight
- Object
Name | Type | Description |
---|---|---|
rights | Array.<string> | Application Rights |
Output-GetCollaboratorInfo
- Object
Name | Type | Attributes | Description |
---|---|---|---|
ids.user_ids.user_id | string | <optional> | User Id |
ids.user_ids.email | string | <optional> | User Email |
rights | Array.<string> | Collaborator Rights |
Output-GetCollaboratorInfoOfOrg
- Object
Name | Type | Attributes | Description |
---|---|---|---|
ids.organization_ids.organization_id | string | <optional> | Organization Id |
rights | Array.<string> | Collaborator Rights |
Output-GetCollaboratorInfoOfUser
- Object
Name | Type | Attributes | Description |
---|---|---|---|
ids.user_ids.user_id | string | <optional> | User Id |
ids.user_ids.email | string | <optional> | User Email |
rights | Array.<string> | Collaborator Rights |
Output-GetCollabortorList
- Object
Name | Type | Description |
---|---|---|
collaborators | Array.<CollabortorList> | Collaborator List |
Output-GetGatewayRight
- Object
Name | Type | Description |
---|---|---|
rights | Array.<string> | Gateway Rights |
Output-IssueDevEUI
- Object
Name | Type | Description |
---|---|---|
dev_eui | string | The dev eui of the end device. |
Output-SearchApplication
- Object
Name | Type | Description |
---|---|---|
ids.application_id | string | Application Id |
created_at | timestamp | Application Created At |
updated_at | timestamp | Application Updated At |
deleted_at | timestamp | Application Deleted At |
name | string | Application Name |
description | string | Application Description |
attributes | string | Application Attributes |
contact_info | Array.<string> | Application Contact Info |
administrative_contact.user_ids.user_id | string | Application Administrative Contact |
technical_contact.user_ids.user_id | string | Application Technical Contact |
network_server_address | string | Application Network Server Address |
application_server_address | string | Application Application Server Address |
join_server_address | string | Application Join Server Address |
dev_eui_counter | number | Application Dev EUI Counter |
end_device_limit | null | Application End Device Limit |
Output-SubscribeDownLinkEvent
- Object
Name | Type | Description |
---|---|---|
client | mqttClient | The mqtt client of the downlink event. |
topic | string | The topic of the downlink event. |
Output-SubscribeUpLinkEvent
- Object
Name | Type | Description |
---|---|---|
client | mqttClient | The mqtt client of the uplink event. |
topic | string | The topic of the uplink event. |
Output-UpdateAPIKey
- Object
Name | Type | Description |
---|---|---|
id | string | API Key Id |
key | string | API Key |
name | string | API Key Name |
rights | Array.<string> | API Key Rights |
created_at | timestamp | API Key Created At |
updated_at | timestamp | API Key Updated At |
expires_at | timestamp | API Key Expires At |
Output-UpdateApplication
- Object
Name | Type | Description |
---|---|---|
ids.application_id | string | Application Id |
created_at | timestamp | Application Created At |
updated_at | timestamp | Application Updated At |
deleted_at | timestamp | Application Deleted At |
name | string | Application Name |
description | string | Application Description |
attributes | string | Application Attributes |
contact_info | Array.<string> | Application Contact Info |
administrative_contact.user_ids.user_id | string | Application Administrative Contact |
technical_contact.user_ids.user_id | string | Application Technical Contact |
network_server_address | string | Application Network Server Address |
application_server_address | string | Application Application Server Address |
join_server_address | string | Application Join Server Address |
dev_eui_counter | number | Application Dev EUI Counter |
end_device_limit | null | Application End Device Limit |