-
Notifications
You must be signed in to change notification settings - Fork 45
/
cloudstudio.yml
26 lines (26 loc) · 959 Bytes
/
cloudstudio.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
template-id: cloud-studio-plugin
name: Cloud Studio
description: Integrate with Cloud Studio IoT platform
logo-url: https://www.cloud.studio/wp-content/uploads/2022/04/cloudstudio-logo-SVG-gradiente.svg
info-url: https://www.cloud.studio/
documentation-url: https://wiki.cloud.studio/page/174
tts-documentation-url: https://www.thethingsindustries.com/docs/integrations/cloud-integrations/cloudstudio/
fields:
- id: server_instance
name: Server instance
description: Server instance hosting your IoT platform
secret: false
default-value: gear.cloud.studio
- id: access_token
name: Access token
description: Access Token used to authenticate API requests
secret: false
default-value:
format: json
headers:
Content-type: application/json
Authorization: Bearer {access_token}
create-downlink-api-key: false
base-url: https://{server_instance}/Services/Interfaces/TTNInterfaceService.svc
paths:
uplink-message: /UplinkV3