Use the showServiceMap command to display information about a specific service map.
None
None
The examples display the information for a service map named Route, which is attached to a local mapping service named StockQuoteService.
Using Jython:
AdminTask.showServiceMap('Route')
'{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:
$AdminTask showServiceMap Route
{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}