diff options
Diffstat (limited to 'gsxws/diagnostics.py')
-rw-r--r-- | gsxws/diagnostics.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gsxws/diagnostics.py b/gsxws/diagnostics.py index 9e0d056..959faa3 100644 --- a/gsxws/diagnostics.py +++ b/gsxws/diagnostics.py @@ -21,7 +21,7 @@ class Diagnostics(GsxObject): def fetch(self): """ The Fetch Diagnostic Details API allows users to fetch diagnostic test details - of all Devices.This API will retrieve diagnostic tests performed on the device + of all Devices. This API will retrieve diagnostic tests performed on the device as well as profile and report data for the tests. >>> Diagnostics(diagnosticEventNumber='12942008007242012052919').fetch() |