Merge profile with device config
Merging a profile with a device configuration file.A profile can only be pushed to a device if its device type matches the device's device type.User Role Permissions#
The following table shows which user roles are allowed to send requests using this API endpoint.| Role | Permission |
|---|
| Partner | |
| Partner View | |
| Custom Partner | |
| Fleet Manager | |
| Group Manager | |
| User | |
| Custom User | |
Request
Body Params multipart/form-data
Request Code Samples
curl --location 'https://fleet.roscolive.com/api/v1.0/profile//devices/config' \
--form 'device_ids=""' \
--form 'restart=""'
Responses
application/json
{
"meta": {
"code": 200
},
"response": {
"errors": {},
"status": "success"
},
"result": "OK"
}
Modified at 2026-09-15 14:35:31