[racktables-users] How to get list of objects by given tag?

  • From: Ilya Evseev <ilya.evseev@xxxxxxxxx>
  • To: racktables-users@xxxxxxxxxxxxx
  • Date: Wed, 14 Mar 2012 07:03:37 +0400

  Hi, RT folks!
How to get all objects marked by given tag?
Usage sample for the function I need:

$ftpServers = getObjectsByTag("FTP Servers");
foreach($ftpServers as $serverObj)
   amplifyCell($serverObj);

WBR, Ilya

Other related posts: