showServiceMap command

Use the showServiceMap command to display information about a specific service map.

Purpose

The showServiceMap command displays all of the parameters associated with a single service map, and their values.

Target object

Specifies the name of the service map that you want to work with.

Required parameters

None

Optional parameters

None

Example usage

The examples display the information for a service map named Route, which is attached to a local mapping service named StockQuoteService.

Note: If the target service map is not attached to a local mapping service, then the servicesAttachedTo parameter is not shown. If the service map is attached to more than one local mapping service, those local mapping services are shown in a comma-separated list.

Using Jython:

Input message:
AdminTask.showServiceMap('Route')
Output message:
'{name=Route, description=Route to new provider, blaName=WebSphere:blaname=Route, deploymentTargets=WebSphere:node=myHostNode01,server=server1, sourceAvailableServices=[MyServiceService, MyBackupService], sourceNamespace=http://test, sourceAvailablePorts={MyServiceService=[MyServicePort], MyBackupService=[MyBackupServicePort]}, sourcePortType=MyServiceDelegate, servicesAttachedTo=StockQuoteService}' 

Using Jacl:

Input message:
$AdminTask showServiceMap Route
Output message:
{name=Route, description=Route to new provider, blaName=WebSphere:blaname=Route, deploymentTargets=WebSphere:node=myHostNode01,server=server1, sourceAvailableServices=[MyServiceService, MyBackupService], sourceNamespace=http://test, sourceAvailablePorts={MyServiceService=[MyServicePort], MyBackupService=[MyBackupServicePort]}, sourcePortType=MyServiceDelegate, servicesAttachedTo=StockQuoteService}

Icon that indicates the type of topic Reference topic

Terms and conditions for information centers | Feedback


Timestamp icon Last updated: Tuesday, 22 April 2014
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=phil&product=was-nd-mp&topic=rsm_showservicemapcmd
File name: rsm_showservicemapcmd.html