IBM Tivoli Monitoring > Version 6.3 Fix Pack 2 > Administrator's Guide > Agent-based services > Agent Service Interface > Agent Service Interface - Service Interface Request
IBM Tivoli Monitoring, Version 6.3 Fix Pack 2
Agent Service Interface request - Agent subnode list
Use the <LISTSUBNODE> request in the Service Interface Request to get a listing of all known subnodes on this computer.
Request input
Agent Service Interface <LISTSUBNODE> request.
Tag Description <LISTSUBNODE> Enter begin and end LISTSUBNODE tags to make a subnode list request.
- Sample request:
<LISTSUBNODE> </LISTSUBNODE>
Report output
Agent Service Interface <LISTSUBNODE> request output.
Output tag Description <SUBNODELIST> Subnode list. <NODECOUNT> Subnode count. <NAME> Subnode name.
- Sample output: The agent returns a listing of all known subnodes of the agent
<SUBNODELIST> <NODECOUNT>3</NODECOUNT> <NAME>dyang7ASFSdp:UAGENT00</NAME> <NAME>dyang7:TS100</NAME> <NAME>dyang7:TS200</NAME> </SUBNODELIST>
Parent topic:
Agent Service Interface - Service Interface Request