예제 #1
0
파일: api_client.py 프로젝트: Jimvin/cm_api
  def delete_host(self, host_id):
    """
    Delete a host by id.

    @param host_id Host id
    @return The deleted ApiHost object
    """
    return hosts.delete_host(self, host_id)
예제 #2
0
    def delete_host(self, host_id):
        """
    Delete a host by id.

    @param host_id: Host id
    @return: The deleted ApiHost object
    """
        return hosts.delete_host(self, host_id)