Visit Azul.com Support

Delete-Connector-Security-Map

Table of Contents
Need help?
Schedule a consultation with an Azul performance expert.
Contact Us

Celetes a security map for the specified connector connection pool.

Synopsis

 
asadmin [asadmin-options] delete-connector-security-map [--help] --poolname connector_connection_pool_name mapname

Description

The delete-connector-security-map subcommand deletes a security map for the specified connector connection pool.

For this subcommand to succeed, you must have first created a connector connection pool using the create-connector-connection-pool subcommand.

This subcommand is supported in remote mode only.

Options

asadmin-options: Options for the asadmin utility. For information about these options, see the asadmin help page. --help: -?: Displays the help text for the subcommand. --poolname: Specifies the name of the connector connection pool to which the security map that is to be deleted belongs.

Operands

mapname: Name of the security map to be deleted.

Examples

Example 1 Deleting a Connector Security Map

This example deletes securityMap1 for the existing connection pool named connector-pool1.

 
asadmin> delete-connector-security-map --poolname connector-pool1 securityMap1 Command delete-connector-security-map executed successfully

Exit Status

0: subcommand executed successfully 1: error in executing the subcommand

See Also