def get(self, iid=None): return self.succ(Idc_host_ps.select(_filters=[Idc_host_ps.idc_host_id == iid]))
def post(self, iid): Idc_host_ps.add(iid) return self.succ()