Exemple #1
0
def host_reset_post():
    host_ids = request.form['host_ids'].strip()
    return jsonify(msg=Host.no_maintain(host_ids))