ltm rule command PSC attrΒΆ

iRule(1)		      BIG-IP TMSH Manual		      iRule(1)



PSC::attr
       Gets, sets or removes the custom attributes.

SYNOPSIS
       PSC::attr ((NAME) | (NAME VALUE))?

       PSC::attr 'remove' (NAME)?

DESCRIPTION
       The PSC::attr commands get/set/remove the custom attributes.

       Syntax

       PSC::attr

	    * Retrieve the list of custom attribute names.

       PSC::attr 

	    * Get a custom attribute value by name.

       PSC::attr  

	    * Set a custom attribute value. If the attribute does not exist, it
	      is going to be created.

       PSC::attr remove 

	    * Remove a custom attribute by name.

       PSC::attr remove

	    * Remove all custom attributes.

RETURN VALUE
       * PSC::attr
	   Return the list of custom attribute names when no argument is
       given.

       * PSC::attr 
	   Return the custom attribute value by name.

VALID DURING
EXAMPLES
HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-11.6.0 --First introduced the command.



BIG-IP				  2017-01-31			      iRule(1)