Download Actions packs in command line
search cancel

Download Actions packs in command line

book

Article ID: 383125

calendar_today

Updated On:

Products

CA Release Automation - Release Operations Center (Nolio) CA Release Automation - DataManagement Server (Nolio)

Issue/Introduction

Actions Packs could be downloaded and updated using Action Management



But how to download the actions packs in command line ?

Environment

Release Automation - All Versions

Resolution

Action Packs are stored in following ftp site :

ftp://ftp.broadcom.com/pub/dpm/ReleaseAutomationActions/ActionPacks

It is possible to access this ftp site with anonymous user without password.

Example to get the file /pub/dpm/ReleaseAutomationActions/ActionPacks/pkgList.xml following command line could be use :

wget -N -r --user="anonymous" ftp://ftp.broadcom.com/pub/dpm/ReleaseAutomationActions/ActionPacks/pkgList.xml

 

To get the directory /pub/dpm/ReleaseAutomationActions/ActionPacks/nolio-actions-f5bigip15

wget -N -r --user="anonymous" ftp://ftp.broadcom.com/pub/dpm/ReleaseAutomationActions/ActionPacks/nolio-actions-f5bigip15