{
    "msg" : "",
    "success" : true,
    "ret_code" : "ok",
    "data" : [{
        'id' : '111',
        'name' : 'QQ',
        'version' : '5.2.1',
        'install_time' : '2013-08-23',
        'vendor' : '腾讯',
        'vpc' : 'test11',
        'os_version' : 'windows xp',
        'vpc_id' : '111'
    }, {
        'id' : '222',
        'name' : 'QQ',
        'version' : '5.2.1',
        'install_time' : '2013-08-23',
        'vendor' : '腾讯',
        'vpc' : 'test22',
        'os_version' : 'windows 7',
        'vpc_id' : '222'
    }, {
        'id' : '333',
        'name' : 'QQ',
        'version' : '5.2.3',
        'install_time' : '2013-08-23',
        'vendor' : '腾讯',
        'vpc' : 'test33',
        'os_version' : 'windows 8',
        'vpc_id' : '333'
    }],
    "totalCount" : 3
}