Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | Built-In Services | pub.optimize.monitoring:addDimensions (dimensions) | Input Parameters
 
Input Parameters
The following table describes the input parameters.
connection
String Optional. Specifies the JMS server to which information will be sent. If no JMS server is specified, the service uses Software AG Universal Messaging as the default. The Software AG Universal Messaging URL format is as follows:
nsp://{host}:{port}
The Broker URL format is as follows:
broker://{host}:{port}/{brokerName}/analysis
Note:
Before you can use this parameter, you must ensure that the specified connection is available on the Connection Settings page as described in Configuring the WmOptimize Package. If the connection does not exist, you can create a connection to the broker URL using the pub.optimize.monitoring:createNewConnection service.
dimensions
Document Container for the list of dimension attributes.
dimensionName
String Name of the dimension (for example, Customer).
dimensionMap
Document Container for dimension attribute information.
Parameter
Value
key
String Attribute name (for example, Revenue).
value
String or key/value Attribute value (for example, 500).