These scripts are designed to be used with RightScale. You must have an account setup, and cloud(s) connected for most of these scripts to be functional.
These are the primary scripts that actually do something.
####Usage: observe-account.sh <Account ID>
(Example: observe-account.sh 12345
)
####Required Parameters:
$1
= Account ID, easily obtained from navigation in the RS Dashboard
$user
, $pass
, $acct
These scripts are used primarily by the operational scripts but can be used to more quickly develop your own scripts.
Gets the $user
,$pswd
, and $acct
variable to authenticate. Commonly used right before running get-cookie.sh
None