list_prov_parameters

Lists parameters used by the actions to provision a Generic Middleware Provisioning Profile.

Format

emcli list_prov_parameters 
        -profile="Profile Location" 
        [-action="Provisioning Action"] 

[ ]  indicates that the parameter is optional.

Options

  • profile

    Complete software library location of the profile.

  • action

    One of the provisioning actions as described in the profile properties. This option is not mandatory. If no value is provided then the default action mentioned in the profile properties will be used.

Example

The following example lists all the parameters used for cloning the profile MyProfile1.

emcli list_prov_parameters 
              -profile="Middleware Provisioning/Generic Profile/MyProfile1" 
              -action="clone"