CloudStore is a command line utility that interacts with the CA Cloud Commons Marketplace to display, install, and download orders and products from your customer account.
The utility provides the following functionality:
list parameter
The list parameter displays the orders and products that can be downloaded from your customer account in the CA Cloud Commons Marketplace.
This command has the following format:
util cloudstore list user_name=<user_name> user_password=<user_password>[--extended][--batch]
Name of the customer account in the Cloud Commons Marketplace
Password of the customer account
(Optional) Displays all bundled products in the list of products associated to an order
(Optional) Displays the output in UDL format
Example: Display orders and products that can be downloaded
util cloudstore list user_name=myuser user_password=mypassword
get parameter
The get parameter downloads and installs orders and products from your customer account in the CA Cloud Commons Marketplace.
util cloudstore get order_id=<order_id> user_name=<user_name> user_password=<user_password> [ product_id=<product_id> [ license_type=<license_type> ] ] [--force ]
Name of the customer account in the Cloud Commons Marketplace
Password of the customer account
Order id of the Cloud Commons order to download and install
(Optional) Product id of a specific product in the order to download and install
(Optional) License type of a specific product in the order to download and install
(Optional) Displays all bundled products in the list of products associated to the order
(Optional) Displays the output in UDL format
(Optional) Installs products and backs up existing products
Example: Download and install all products in order ID 123
util cloudstore get order_id=123 user_name=myuser user_password=mypassword
Example: Download and install all products in order ID 123 and backup and upgrade existing products
util cloudstore get order_id=123 user_name=myuser user_password=mypassword--force
Example: Download and install product ID 500 in order ID 123
util cloudstore get order_id=123 user_name=myuser user_password=mypassword product_id=500
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|