config bulkdata 'bulkdata'
        option log_level '3'
        option enable '1'

config profile 'profile_1'
        option name 'test'
        option protocol 'HTTP'
        option reporting_interval '60'
        option encoding_type 'JSON'
        option http_url 'http://localhost'
        option http_method 'PUT'
        option enable '1'

config profile_parameter 'profile_1_parameter_1'
        option dm_parent 'profile_1'
        option name 'test_data'
        option reference 'Device.DeviceInfo.Uptime'
