create_package_from_json.py -h
usage: create_package_from_json.py [-h] [-u USERNAME] [-p PASSWORD]
[--session_id SESSION_ID] [--host HOST]
[--port PORT] [-l LOGLEVEL] [--debugformat]
[--debug_method_locals]
[--record_all_requests]
[--stats_loop_enabled] [--http_auth_retry]
[--http_retry_count HTTP_RETRY_COUNT]
[--pytan_user_config PYTAN_USER_CONFIG]
[--force_server_version FORCE_SERVER_VERSION]
-j JSON_FILE
Create an object of type: package from a JSON file
optional arguments:
-h, --help show this help message and exit
Handler Authentication:
-u USERNAME, --username USERNAME
Name of user (default: None)
-p PASSWORD, --password PASSWORD
Password of user (default: None)
--session_id SESSION_ID
Session ID to authenticate with instead of
username/password (default: None)
--host HOST Hostname/ip of SOAP Server (default: None)
--port PORT Port to use when connecting to SOAP Server (default:
443)
Handler Options:
-l LOGLEVEL, --loglevel LOGLEVEL
Logging level to use, increase for more verbosity
(default: 0)
--debugformat Enable debug format for logging (default: False)
--debug_method_locals
Enable debug logging for each methods local variables
(default: False)
--record_all_requests
Record all requests in
handler.session.ALL_REQUESTS_RESPONSES (default:
False)
--stats_loop_enabled Enable the statistics loop (default: False)
--http_auth_retry Disable retry on HTTP authentication failures
(default: True)
--http_retry_count HTTP_RETRY_COUNT
Retry count for HTTP failures/invalid responses
(default: 5)
--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: )
Create Package from JSON Options:
-j JSON_FILE, --json JSON_FILE
JSON file to use for creating the object (default: )
Validation Test: exitcode
Validation Test: noerror
bin/get_package.py -u Administrator -p 'Tanium2015!' --host 10.0.1.240 --port 443 --loglevel 1 --id 1 --file "/tmp/out.json" --export_format json
PyTan v2.1.6 Handler for Session to 10.0.1.240:443, Authenticated: True, Platform Version: 6.5.314.4301
Found items: PackageSpecList, len: 1
Report file '/tmp/out.json' written with 2689 bytes
Validation Test: exitcode
Validation Test: file_exist_contents
{
"_type": "package_specs",
"package_spec": [
{
"_type": "package_spec",
"available_time": "2015-09-14T13:39:40",
"command": "cmd /c cscript //T:900 java-installer.vbs /KillAppsUsingJava:Yes /RebootIfNeeded:Yes /MaxWaitTimeInSeconds:300",
"command_timeout": 900,
"creation_time": "2015-09-14T13:39:15",
"deleted_flag": 0,
...trimmed for brevity...
perl -p -i -e 's/^( "(name|url_regex)": ".*)"/$1 CMDLINE TEST 1240"/gm' /tmp/out.json && cat /tmp/out.json
{
"_type": "package_specs",
"package_spec": [
{
"_type": "package_spec",
"available_time": "2015-09-14T13:39:40",
"command": "cmd /c cscript //T:900 java-installer.vbs /KillAppsUsingJava:Yes /RebootIfNeeded:Yes /MaxWaitTimeInSeconds:300",
"command_timeout": 900,
"creation_time": "2015-09-14T13:39:15",
"deleted_flag": 0,
"display_name": "Update Java 64-bit - Kill / Reboot",
"expire_seconds": 1500,
"files": {
"_type": "package_files",
"file": [
{
"_type": "file",
"bytes_downloaded": 22900,
"bytes_total": 22900,
"cache_status": "Cached",
"download_seconds": 0,
"download_start_time": "2015-09-14T13:39:30",
"file_status": {
"_type": "file_status",
"status": [
{
"_type": "status",
"bytes_downloaded": 22900,
"bytes_total": 22900,
"cache_status": "Cached",
"download_start_time": "2015-09-14T13:39:30",
"last_download_progress_time": "2015-09-14T13:39:41",
"server_id": 1,
"server_name": "TPT1.pytanlab.com:17472",
"status": 200
}
]
},
"hash": "8ea3087b6079288ce0dba7afa91710803354abb03201f51a634188cb4813fd42",
"id": 1,
"last_download_progress_time": "2015-09-14T13:39:41",
"name": "java-installer.vbs",
"size": 22900,
"source": "https://content.tanium.com/files/published/InitialContent/2015-08-31_16-49-58_6.5.2.0164-ga25a6e1/update_java_64-bit_-_kill_-_reboot/java-installer.vbs",
"status": 200
}
]
},
"hidden_flag": 0,
"id": 1,
"last_modified_by": "Administrator",
"last_update": "2015-09-14T13:39:15",
"metadata": {
"_type": "metadata",
"item": [
{
"_type": "item",
"admin_flag": 0,
"name": "defined",
"value": "Tanium"
},
{
"_type": "item",
"admin_flag": 0,
"name": "category",
"value": "Tanium"
}
]
},
"modification_time": "2015-09-14T13:39:15",
"name": "Update Java 64-bit - Kill / Reboot CMDLINE TEST 1240",
"skip_lock_flag": 0,
"source_id": 0,
"verify_expire_seconds": 600,
"verify_group": {
"_type": "group",
"id": 0
},
"verify_group_id": 0
}
]
}
Validation Test: exitcode
Validation Test: file_exist
Validation Test: noerror
bin/create_package_from_json.py -u Administrator -p 'Tanium2015!' --host 10.0.1.240 --port 443 --loglevel 1 -j "/tmp/out.json"
PyTan v2.1.6 Handler for Session to 10.0.1.240:443, Authenticated: True, Platform Version: 6.5.314.4301
Created item: PackageSpec, name: 'Update Java 64-bit - Kill / Reboot CMDLINE TEST 1240', id: 126, ID: 126
Validation Test: exitcode
Validation Test: noerror
build_bin_doc v2.1.0
, date: Fri Oct 2 16:06:21 2015 EDT, Contact info: Jim Olsen jim.olsen@tanium.com