Create new profile in a company
POST
https://fleet.roscolive.com/api/v1.0/partners/companies/{company_name}/profiles
configuration
and configurationdv6
parameter is stringified JSON.configuration
and configurationdv6
objects are camera configuration settings for the respective camera type. Only the configuration for the camera types the user wishes to update need to be changed, otherwise the configuration object can remain the same if no changes are needed.POST /device/{device_id}/config
endpoint to apply config to each device.Request
Path Params
company_name
string
required
Body Params multipart/form-data
configurationdv6
string <json>
required
name
string
required
configuration
string <json>
required
dv4_driver
enum<string>
required
Allowed values:
alert_onlysnapshot_onlyvideo_snapshot
dv4_high_speed
enum<string>
required
Allowed values:
alert_onlysnapshot_onlyvideo_snapshot
dv4_fatal_gsensor
enum<string>
required
Allowed values:
alert_onlysnapshot_onlyvideo_snapshot
dv4_ext_driver
enum<string>
required
Allowed values:
alert_onlysnapshot_onlyvideo_snapshot
dv4_distraction
enum<string>
required
Allowed values:
alert_onlysnapshot_onlyvideo_snapshot
dv4_drowsiness
enum<string>
required
Allowed values:
alert_onlysnapshot_onlyvideo_snapshot
dv4_phone_use
enum<string>
required
Allowed values:
alert_onlysnapshot_onlyvideo_snapshot
dv6_driver
enum<string>
required
Allowed values:
alert_onlysnapshot_onlyvideo_snapshot
dv6_high_speed
enum<string>
required
Allowed values:
alert_onlysnapshot_onlyvideo_snapshot
dv6_fatal_gsensor
enum<string>
required
Allowed values:
alert_onlysnapshot_onlyvideo_snapshot
dv6_distraction
enum<string>
required
Allowed values:
alert_onlysnapshot_onlyvideo_snapshot
dv6_drowsiness
enum<string>
required
Allowed values:
alert_onlysnapshot_onlyvideo_snapshot
dv6_phone_use
enum<string>
required
Allowed values:
alert_onlysnapshot_onlyvideo_snapshot
dv6_yawning
enum<string>
required
Allowed values:
alert_onlysnapshot_onlyvideo_snapshot
dv6_harsh_braking
enum<string>
required
Allowed values:
alert_onlysnapshot_onlyvideo_snapshot
dv6_harsh_accel
enum<string>
required
Allowed values:
alert_onlysnapshot_onlyvideo_snapshot
dv6_lane_departure
enum<string>
required
Allowed values:
alert_onlysnapshot_onlyvideo_snapshot
dv6_forward_collision
enum<string>
required
Allowed values:
alert_onlysnapshot_onlyvideo_snapshot
dv6_headway_monitoring
enum<string>
required
Allowed values:
alert_onlysnapshot_onlyvideo_snapshot
dv6_following_distance
enum<string>
required
Allowed values:
alert_onlysnapshot_onlyvideo_snapshot
dv6_seatbelt
enum<string>
required
Allowed values:
alert_onlysnapshot_onlyvideo_snapshot
dv6_smoking
enum<string>
required
Allowed values:
alert_onlysnapshot_onlyvideo_snapshot
Request samples
Responses
Modified at 2024-11-26 17:37:19