Chapter 15. Deployment Policy Configuration Mode; Accept - IBM WebSphere XS40 Command Reference Manual

Datapower xml security gateway
Table of Contents

Advertisement

Chapter 15. Deployment Policy configuration mode

This chapter provides an alphabetic listing of commands that are available in
Deployment Policy configuration mode. A deployment policy is a sequence of
accept, filter, and modify clauses that accept, filter, or modify configuration data of
specific resources on the appliance.
To enter this configuration mode, use the Global deployment-policy command.
While in this mode, select portions of imported or included configuration to add to
the running configuration.
All of the commands that are listed in "Common commands" on page 2 and most,
but not all, of the commands that are listed in Chapter 114, "Monitoring
commands," on page 949 are also available in Deployment Policy configuration
mode.

??? accept

Defines an accept clause.
Syntax
accept statement
Parameters
statement
© Copyright IBM Corp. 1999, 2008
Specifies a cumulative white list used as a pattern match in a deployment
policy. This PCRE statement represents the metadata whose values the
deployment policy will match, and then accept or allow into the appliance
while searching the contents of the imported configuration file. Accept
clauses allow properties into the appliance.
The statement takes the following form:
address/domain/resource[?Name=resource-name
&Property=property-name&Value=property-value]
address
Specifies the IP address or host alias. The value * matches all IP
addresses.
domain Specifies the name of the application domain. The value * matches
all domains.
resource
Specifies the resource type. The value * matches all resource type.
Name=resource-name
Optionally specifies a name match for a resource. This property
limits the match statement to resources of the specified name. Use
a PCRE to select groups of resource instances. For example, foo*
would match all resources with names that start with foo.
257

Advertisement

Table of Contents
loading

Table of Contents