Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
2.1.6 bin doc source rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Olsen committed Oct 2, 2015
1 parent bf730ec commit bb66bea
Show file tree
Hide file tree
Showing 86 changed files with 1,650 additions and 1,388 deletions.
12 changes: 9 additions & 3 deletions BUILD/doc/source/_static/bin_doc/approve_saved_action.html
Expand Up @@ -787,7 +787,9 @@ <h1>
[--debug_method_locals] [--record_all_requests]
[--stats_loop_enabled] [--http_auth_retry]
[--http_retry_count HTTP_RETRY_COUNT]
[--pytan_user_config PYTAN_USER_CONFIG] -i ID
[--pytan_user_config PYTAN_USER_CONFIG]
[--force_server_version FORCE_SERVER_VERSION]
-i ID

Approve a saved action by ID

Expand Down Expand Up @@ -827,6 +829,10 @@ <h1>
--pytan_user_config PYTAN_USER_CONFIG
PyTan User Config file to use for PyTan arguments
(defaults to: ~/.pytan_config.json) (default: )
--force_server_version FORCE_SERVER_VERSION
Force PyTan to consider the server version as this,
instead of relying on the server version derived from
the server info page. (default: )

Approve Saved Action Options:
-i ID, --id ID ID of Saved Action to approve (default: None)
Expand Down Expand Up @@ -865,7 +871,7 @@ <h1>

<div class="highlight highlight-source-shell"><pre>bin/approve_saved_action.py -u Administrator -p <span class="pl-s"><span class="pl-pds">'</span>Tanium2015!<span class="pl-pds">'</span></span> --host 10.0.1.240 --port 443 --loglevel 1 --id 1</pre></div>

<pre><code>PyTan v2.1.5 Handler for Session to 10.0.1.240:443, Authenticated: True, Platform Version: 6.5.314.4301
<pre><code>PyTan v2.1.6 Handler for Session to 10.0.1.240:443, Authenticated: True, Platform Version: 6.5.314.4301
++ Saved Action ID approved successfully: 1
</code></pre>

Expand Down Expand Up @@ -893,7 +899,7 @@ <h1>
<p><a href="#user-content-toc">TOC</a></p>

<h6>
<a id="user-content-generated-by-build_bin_doc-v210-date-tue-sep-15-182010-2015-edt-contact-info-jim-olsen-jimolsentaniumcom" class="anchor" href="#generated-by-build_bin_doc-v210-date-tue-sep-15-182010-2015-edt-contact-info-jim-olsen-jimolsentaniumcom" aria-hidden="true"><span class="octicon octicon-link"></span></a>generated by: <code>build_bin_doc v2.1.0</code>, date: Tue Sep 15 18:20:10 2015 EDT, Contact info: <strong>Jim Olsen <a href="mailto:jim.olsen@tanium.com">jim.olsen@tanium.com</a></strong>
<a id="user-content-generated-by-build_bin_doc-v210-date-fri-oct--2-160307-2015-edt-contact-info-jim-olsen-jimolsentaniumcom" class="anchor" href="#generated-by-build_bin_doc-v210-date-fri-oct--2-160307-2015-edt-contact-info-jim-olsen-jimolsentaniumcom" aria-hidden="true"><span class="octicon octicon-link"></span></a>generated by: <code>build_bin_doc v2.1.0</code>, date: Fri Oct 2 16:03:07 2015 EDT, Contact info: <strong>Jim Olsen <a href="mailto:jim.olsen@tanium.com">jim.olsen@tanium.com</a></strong>
</h6>

</body></html>
12 changes: 9 additions & 3 deletions BUILD/doc/source/_static/bin_doc/approve_saved_action.md
Expand Up @@ -28,7 +28,9 @@ usage: approve_saved_action.py [-h] [-u USERNAME] [-p PASSWORD]
[--debug_method_locals] [--record_all_requests]
[--stats_loop_enabled] [--http_auth_retry]
[--http_retry_count HTTP_RETRY_COUNT]
[--pytan_user_config PYTAN_USER_CONFIG] -i ID
[--pytan_user_config PYTAN_USER_CONFIG]
[--force_server_version FORCE_SERVER_VERSION]
-i ID
Approve a saved action by ID
Expand Down Expand Up @@ -68,6 +70,10 @@ Handler Options:
--pytan_user_config PYTAN_USER_CONFIG
PyTan User Config file to use for PyTan arguments
(defaults to: ~/.pytan_config.json) (default: )
--force_server_version FORCE_SERVER_VERSION
Force PyTan to consider the server version as this,
instead of relying on the server version derived from
the server info page. (default: )
Approve Saved Action Options:
-i ID, --id ID ID of Saved Action to approve (default: None)
Expand Down Expand Up @@ -96,7 +102,7 @@ bin/approve_saved_action.py -u Administrator -p 'Tanium2015!' --host 10.0.1.240
```

```
PyTan v2.1.5 Handler for Session to 10.0.1.240:443, Authenticated: True, Platform Version: 6.5.314.4301
PyTan v2.1.6 Handler for Session to 10.0.1.240:443, Authenticated: True, Platform Version: 6.5.314.4301
++ Saved Action ID approved successfully: 1
```

Expand All @@ -113,4 +119,4 @@ PyTan v2.1.5 Handler for Session to 10.0.1.240:443, Authenticated: True, Platfor
[TOC](#user-content-toc)


###### generated by: `build_bin_doc v2.1.0`, date: Tue Sep 15 18:20:10 2015 EDT, Contact info: **Jim Olsen <jim.olsen@tanium.com>**
###### generated by: `build_bin_doc v2.1.0`, date: Fri Oct 2 16:03:07 2015 EDT, Contact info: **Jim Olsen <jim.olsen@tanium.com>**

0 comments on commit bb66bea

Please sign in to comment.