Zoomed Image

AMSX Scripting Language - Command : savecredentialpack

Summary

Save a credential pack to the application or collection server

Description

Writes a credential pack containing username, password, and domain to the secure store. If a collection server name is supplied the pack is staged for pickup by that server; omit or use APPSERVER to save on the application server. SNMP packs require additional authentication and privacy arguments.

Parameters

ParameterDescription
cmdpack name
Argument 0domain name
Argument 1username
Argument 2password
Argument 3collection server name (leave blank or use APPSERVER for the application server)
Argument 4SNMP auth type (e.g. MD5, leave blank for non-SNMP packs)
Argument 5SNMP auth password
Argument 6SNMP privacy type (e.g. DES)
Argument 7SNMP privacy password
Argument 8additional parameters

Syntax


SaveCredentialPack "pack name", "domain name", "username", "password", "collection server name (leave blank or use APPSERVER for the application server)", "SNMP auth type (e.g. MD5, leave blank for non-SNMP packs)", "SNMP auth password", "SNMP privacy type (e.g. DES)", "SNMP privacy password", "additional parameters"

Return to the AMSX Command Reference