66 url : https://lab5e.com/span
77 description : API for device, collection, output and firmware management
88 title : The Span API
9- version : 4.1.16 spooky-devante
9+ version : 4.1.17 enhanced-allie
1010servers :
1111- url : https://api.lab5e.com/span
1212security :
@@ -2229,6 +2229,7 @@ components:
22292229 simOperator :
22302230 country : country
22312231 mnc : 6
2232+ countryCode : countryCode
22322233 mcc : 0
22332234 network : network
22342235 imei : imei
@@ -2287,6 +2288,7 @@ components:
22872288 simOperator :
22882289 country : country
22892290 mnc : 6
2291+ countryCode : countryCode
22902292 mcc : 0
22912293 network : network
22922294 properties :
@@ -2475,6 +2477,7 @@ components:
24752477 simOperator :
24762478 country : country
24772479 mnc : 6
2480+ countryCode : countryCode
24782481 mcc : 0
24792482 network : network
24802483 imei : imei
@@ -2511,6 +2514,7 @@ components:
25112514 simOperator :
25122515 country : country
25132516 mnc : 6
2517+ countryCode : countryCode
25142518 mcc : 0
25152519 network : network
25162520 imei : imei
@@ -2549,6 +2553,7 @@ components:
25492553 simOperator :
25502554 country : country
25512555 mnc : 6
2556+ countryCode : countryCode
25522557 mcc : 0
25532558 network : network
25542559 imei : imei
@@ -2574,6 +2579,7 @@ components:
25742579 simOperator :
25752580 country : country
25762581 mnc : 6
2582+ countryCode : countryCode
25772583 mcc : 0
25782584 network : network
25792585 imei : imei
@@ -2641,15 +2647,18 @@ components:
26412647 basicAuthPass : basicAuthPass
26422648 customHeaderValue : customHeaderValue
26432649 customHeaderName : customHeaderName
2650+ payloadFormat : payloadFormat
26442651 url : url
26452652 endpoint : endpoint
26462653 password : password
26472654 disableCertCheck : true
26482655 port : 0
26492656 asIsPayload : true
2657+ topicTemplate : topicTemplate
26502658 host : host
26512659 eventName : eventName
26522660 topicName : topicName
2661+ payloadTemplate : payloadTemplate
26532662 key : key
26542663 username : username
26552664 enabled : true
@@ -2663,15 +2672,18 @@ components:
26632672 basicAuthPass : basicAuthPass
26642673 customHeaderValue : customHeaderValue
26652674 customHeaderName : customHeaderName
2675+ payloadFormat : payloadFormat
26662676 url : url
26672677 endpoint : endpoint
26682678 password : password
26692679 disableCertCheck : true
26702680 port : 0
26712681 asIsPayload : true
2682+ topicTemplate : topicTemplate
26722683 host : host
26732684 eventName : eventName
26742685 topicName : topicName
2686+ payloadTemplate : payloadTemplate
26752687 key : key
26762688 username : username
26772689 enabled : true
@@ -2751,6 +2763,7 @@ components:
27512763 example :
27522764 country : country
27532765 mnc : 6
2766+ countryCode : countryCode
27542767 mcc : 0
27552768 network : network
27562769 properties :
@@ -2768,8 +2781,16 @@ components:
27682781 network :
27692782 title : The name of the mobile network
27702783 type : string
2784+ countryCode :
2785+ title : ISO country code
2786+ type : string
27712787 type : object
27722788 Output :
2789+ description : |-
2790+ Output resource. The configuration depends on the kind of output type. There
2791+ are five outputs: Webhooks, UDP forwarding, IFTTT events, MQTT client and
2792+ MQTT broker. The MQTT broker output is just used to configure the built-in
2793+ MQTT broker in Span.
27732794 example :
27742795 outputId : outputId
27752796 collectionId : collectionId
@@ -2779,15 +2800,18 @@ components:
27792800 basicAuthPass : basicAuthPass
27802801 customHeaderValue : customHeaderValue
27812802 customHeaderName : customHeaderName
2803+ payloadFormat : payloadFormat
27822804 url : url
27832805 endpoint : endpoint
27842806 password : password
27852807 disableCertCheck : true
27862808 port : 0
27872809 asIsPayload : true
2810+ topicTemplate : topicTemplate
27882811 host : host
27892812 eventName : eventName
27902813 topicName : topicName
2814+ payloadTemplate : payloadTemplate
27912815 key : key
27922816 username : username
27932817 enabled : true
@@ -2808,7 +2832,6 @@ components:
28082832 additionalProperties :
28092833 type : string
28102834 type : object
2811- title : Output resource. Configuration
28122835 type : object
28132836 OutputConfig :
28142837 description : Output configuration.
@@ -2818,15 +2841,18 @@ components:
28182841 basicAuthPass : basicAuthPass
28192842 customHeaderValue : customHeaderValue
28202843 customHeaderName : customHeaderName
2844+ payloadFormat : payloadFormat
28212845 url : url
28222846 endpoint : endpoint
28232847 password : password
28242848 disableCertCheck : true
28252849 port : 0
28262850 asIsPayload : true
2851+ topicTemplate : topicTemplate
28272852 host : host
28282853 eventName : eventName
28292854 topicName : topicName
2855+ payloadTemplate : payloadTemplate
28302856 key : key
28312857 username : username
28322858 properties :
@@ -2882,6 +2908,19 @@ components:
28822908 topicName :
28832909 title : ' MQTT configuration: Topic name'
28842910 type : string
2911+ topicTemplate :
2912+ format : byte
2913+ pattern : ^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$
2914+ title : ' MQTT broker configuration: Topic template'
2915+ type : string
2916+ payloadFormat :
2917+ title : ' MQTT broker configuration: Payload format (json|binary)'
2918+ type : string
2919+ payloadTemplate :
2920+ format : byte
2921+ pattern : ^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$
2922+ title : ' MQTT broker configuration: Payload template'
2923+ type : string
28852924 type : object
28862925 OutputDataMessage :
28872926 description : |-
@@ -2900,6 +2939,7 @@ components:
29002939 simOperator :
29012940 country : country
29022941 mnc : 6
2942+ countryCode : countryCode
29032943 mcc : 0
29042944 network : network
29052945 imei : imei
@@ -3022,6 +3062,7 @@ components:
30223062 - udp
30233063 - mqtt
30243064 - ifttt
3065+ - mqttbroker
30253066 title : ' - undefined: The undefined output type is an invalid type'
30263067 type : string
30273068 SendMessageRequest :
0 commit comments