GET: Diagnostic Data
The GET: Diagnostic Data API endpoint generates and retrieves a diagnostic data report from
NetMaster
. The report consists of output from a number of key NetMaster
diagnostic commands.This reference article includes:
- URI (Uniform Resource Identifier) Parameters
- Status Codes
- Sample Request and Response
URI Parameters
The URI for Get Diagnostic Data is:
GET /api/v1/tcpip/{region}/diagnostic
The
region
parameter identifies the NetMaster
region from which you are requesting data.Status Codes
The following status codes can appear in the response to GET: Diagnostic Data:
- 200 OK-The diagnostic data was downloaded.
- 401 Unauthorized- The user is not authenticated to the application. They must provide either a valid login token or valid credentials before continuing.
- 500 Server Error
Sample Request and Response
Request:
The following syntax example shows a request for diagnostic data for the U11NTA35 region:
GET /api/v1/tcpip/U11NTA35/diagnostic
Response:
HTTP/1.1 200 OK Host: u11nta35.lvn.broadcom.net:10050 Content-Type: text/plain Content-Disposition: attachment; filename="U11NTA35_202309120922_DIAG.TXT"TEXT CONTENT HERE