Previous Topic: wincfg: Windows Configuration UtilityNext Topic: Volume Management


CloudStore Utility

This section contains the following topics:

list Parameter

get Parameter

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

list parameter

The list parameter displays the orders and products that can be downloaded from your customer account in the CA Cloud Commons Marketplace.

Syntax

This command has the following format:

util cloudstore list user_name=<user_name> user_password=<user_password>[--extended][--batch]

Arguments
user_name

Name of the customer account in the Cloud Commons Marketplace

user_password

Password of the customer account

-- extended

(Optional) Displays all bundled products in the list of products associated to an order

-- batch

(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

get parameter

The get parameter downloads and installs orders and products from your customer account in the CA Cloud Commons Marketplace.

Syntax
util cloudstore get order_id=<order_id> user_name=<user_name> user_password=<user_password> [ product_id=<product_id> [ license_type=<license_type> ] ] [--force ]

Arguments
user_name

Name of the customer account in the Cloud Commons Marketplace

user_password

Password of the customer account

order_ID

Order id of the Cloud Commons order to download and install

product_ID

(Optional) Product id of a specific product in the order to download and install

license_type

(Optional) License type of a specific product in the order to download and install

--extended

(Optional) Displays all bundled products in the list of products associated to the order

--batch

(Optional) Displays the output in UDL format

--force

(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