Partner can upgrade modem firmware for a group of devices. Several device_id should be separated by ','
Request
Body Params multipart/form-data
ids
stringÂ
required
Example:
{{DEVICE_IDs}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request POST 'https://fleet.roscolive.com/api/v1.0/api/{{API_VERSION}}/partner/{{PARTNER_COMPANY_NAME}}/companies/{{COMPANY_NAME}}/modem/firmware/group/{{GROUP_NAME}}' \
--form'ids="{{DEVICE_IDs}}"'
Responses
🟢200valid upgrade modem firmware for group of devices
application/json
Body
meta
objectÂ
required
code
integerÂ
required
response
objectÂ
required
result
stringÂ
required
Example
{"meta":{"code":200},"response":{},"result":"OK"}
🟠404upgrade modem firmware for group of devices with non existing company
🟠404upgrade modem firmware for non existing group of devices