Cisco-UCS
    
    
  
  
  
view release on metacpan or search on metacpan
    connections.
   logout ()
            $ucs->logout;
    Expires the current authentication token. This method should always be
    called on completion of a script to expire the authentication token and
    free the current session for use by others. The UCS XML API has a
    maximum number of available connections, and a maximum number of
    sessions per user. In order to ensure that the session remain available
    (especially if using common credentials), you should always call this
    method on completion of a script, as an argument to die, or in any eval
    where a script may fail and exit before logging out;
   cookie ()
            print $ucs->cookie;
    Returns the value of the authentication token.
   cluster ()
            print $ucs->cluster;
### logout ()
	$ucs->logout;
Expires the current authentication token.  This method should always be called 
on completion of a script to expire the authentication token and free the 
current session for use by others.  The UCS XML API has a maximum number of 
available connections, and a maximum number of sessions per user.  In order to 
ensure that the session remain available (especially if using common 
credentials), you should always call this method on completion of a script, as 
an argument to die, or in any eval where a script may fail and exit before 
logging out;
### cookie ()
	print $ucs->cookie;
Returns the value of the authentication token.
### cluster ()
lib/Cisco/UCS.pm view on Meta::CPAN
=head3 logout ()
	$ucs->logout;
Expires the current authentication token.  This method should always be called 
on completion of a script to expire the authentication token and free the 
current session for use by others.  The UCS XML API has a maximum number of 
available connections, and a maximum number of sessions per user.  In order to 
ensure that the session remain available (especially if using common 
credentials), you should always call this method on completion of a script, as 
an argument to die, or in any eval where a script may fail and exit before 
logging out;
=head3 cookie ()
	print $ucs->cookie;
Returns the value of the authentication token.
=head3 cluster ()
( run in 0.409 second using v1.01-cache-2.11-cpan-c333fce770f )