From 2a6600fb42611a5da98f7fd039c221504e55c0bd Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Wed, 22 Jul 2015 15:28:25 -0400 Subject: [PATCH] Update unified job stdout help text --- awx/api/templates/api/unified_job_stdout.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/awx/api/templates/api/unified_job_stdout.md b/awx/api/templates/api/unified_job_stdout.md index 70e1e1a993..4ea726412d 100644 --- a/awx/api/templates/api/unified_job_stdout.md +++ b/awx/api/templates/api/unified_job_stdout.md @@ -12,6 +12,7 @@ Use the `format` query string parameter to specify the output format. * Plain Text: `?format=txt` * Plain Text with ANSI color codes: `?format=ansi` * JSON structure: `?format=json` +* Downloaded Plain Text: `?format=txt_download` (_New in Ansible Tower 2.0.0_) When using the Browsable API, HTML and JSON formats, the `start_line` and `end_line` query string parameters can be used @@ -20,4 +21,7 @@ to specify a range of line numbers to retrieve. Use `dark=1` or `dark=0` as a query string parameter to force or disable a dark background. +Files over 1MB (configurable) will not display in the browser. Use the `txt_download` +format to download the file directly to view it. + {% include "api/_new_in_awx.md" %}