Name

global.getPortByIP

Description

No description available

Script

var getPortByIP = Class.create();
getPortByIP.prototype = {
  initialize: function() {
  },
  
  getPortByIP : function(ip, hostId){
  	var portId = '';
  	return portId;
  },

  type: 'getPortByIP'
};

Sys ID

93d43f31ff210200995cffffffffffd2

Offical Documentation

Official Docs: