Registers a URL to receive RESTful messages from a callback service when new firmware versions are available and when upgrades start and finish.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
Account identifier in "##########-#####".
application/json
Callback details.
TypeScript Definitions
Use the request body type in TypeScript.
Callback endpoint information.
application/json
application/json
curl -X POST "https://example.com/callbacks/0242078689-00001" \ -H "Content-Type: application/json" \ -d '{ "name": "Fota", "url": "https://10.120.102.183:50559/CallbackListener/FirmwareServiceMessages.asmx" }'{ "accountName": "0204563412-00001", "serviceName": "Fota"}{ "errorCode": "error code string", "errorMessage": "error message string"}The name of the callback service that you want to subscribe to, which must be 'Fota' for Software Management Services callbacks.
The address on your server where you have enabled a listening service for Software Management Services callback messages.
uriThe user name that ThingSpace should return in the callback messages.
The password that ThingSpace should return in the callback messages.