get_siteguard_script_credential_params

Retrieves all credentials parameters for a Site Guard script.

Format

emcli get_siteguard_script_credential_params        -script_id="Id associated with the script"         -credential_name="name of the credential"         [-credential_owner="credential owner"] 

[ ]  indicates that the parameter is optional.

Options

  • script_id

    The script ID.

  • credential_name

    Name of the credential. If this option is not specified, all credentials associated as parameters for the script will be listed.

  • credential_owner

    The owner of the credential. If this argument is not specified, all credentials associated as parameters for the script will be listed.

Examples

Example 1

The following command retrieves the Site Guard credential parameters for the script with the ID 1 and name NAMED_CREDENTIAL_X.

emcli get_siteguard_script_credential_params 
      -script_id="1" 
      -credential_name="NAMED_CREDENTIAL_X" 

Example 2

The following command retrieves the Site Guard credential parameters for all scripts with the script ID of 3.

emcli get_siteguard_script_credential_params 
      -script_id=3"