You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
822 B

<commands>
<command>
<name>add tcp</name>
<method>POST</method>
<uri>/services/data/inputs/tcp/raw/_new</uri>
<posArg type="number" min="1" max="65535" name="port"/>
<qsMap>
<map>
<name>port</name>
<optional/>
</map>
</qsMap>
</command>
<command>
<name>list tcp</name>
<method>GET</method>
<uri>/services/data/inputs/tcp/raw</uri>
</command>
<command>
<name>start</name>
<delegate>
<binary>bin/splunk</binary>
<arg>start</arg>
</delegate>
</command>
<command>
<name>stop</name>
<delegate>
<binary>bin/splunk</binary>
<arg>stop</arg>
</delegate>
</command>
<command>
<name>clean</name>
<delegate>
<binary>bin/splunk</binary>
<arg>clean</arg>
</delegate>
</command>
</commands>