用途
list_agents 命令可列出连接到 Data Mover 守护程序的 Data Mover 代理。
参数
请参阅参数顺序。
- agent_names
- [可选] 列出指定代理的连接。指定代理时,请使用逗号来分隔各个代理。不要使用空格。
- dm.rest.endpoint
- [可选] 输入 Data Mover REST 服务器 URL 以覆盖 commandline.properties 文件中指定的缺省值,以便在运行时连接到不同的 REST 服务器(进而连接到不同的守护程序)。
- frequency
- [可选] 更新 Data Mover 代理状态的频率(以秒为单位)。
用法说明
如果未指定 agent_names 参数,则 list_agents 命令将列出所有已连接的代理。如果使用 agent_names,则仅列出指定代理的连接。
XML 文件示例
对于 list_agents 命令,请键入 datamove list_agents -f parameters.xml。
以下示例显示了 list_agents 命令的参数文件。
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <dmListAgents xmlns="http://schemas.teradata.com/dataMover/v2009" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.teradata.com/unity/datamover.xsd"> <agent_names>AgentA</agent_names> </dmListAgents>