def post(self):
        args = self.reqparse.parse_args()
        group = {
            'id': groups[-1]['id'] + 1,
            'hosts': args['hosts'],