From c6c71309b48062ef9f0315b0d2fe69d6b65fe301 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 1 Oct 2015 12:22:17 +0300 Subject: Added fetch DC URL --- gsxws/diagnostics.py | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gsxws/diagnostics.py') diff --git a/gsxws/diagnostics.py b/gsxws/diagnostics.py index 959faa3..d6e9c6a 100644 --- a/gsxws/diagnostics.py +++ b/gsxws/diagnostics.py @@ -39,6 +39,16 @@ class Diagnostics(GsxObject): "diagnosticSuitesResponseData") return self._req.objects + def fetch_dc_url(self): + """ + The Fetch Diagnostic Console URL API provides the technician with + the AST 2 Diagnostic Console URL, so the technician + can easily access the interactive diagnostic suites. + """ + self._submit("fetchDCURLRequestData", "FetchDiagnosticConsoleURL", + "fetchDCURLResponseData") + return self._req.objects.diagnosticConsoleURL + def events(self): """ The Fetch Diagnostic Event Numbers API allows users to retrieve all -- cgit v1.2.3