Start of change

URIMAPs Report

Figure 100 shows the format of the URIMAPs report. This report is produced using a combination of EXEC CICS® INQUIRE URIMAP and EXEC CICS EXTRACT STATISTICS URIMAP RESID() commands. The statistics data is mapped by the DFHWBRDS DSECT. The field headings and contents are described in Table 224.

Figure 100. URIMAPs Report
Applid IYK2Z1V2  Sysid CJB2  Jobname CI07CJB2  Date 12/17/2004    Time 08:44:37           CICS 6.4.0                PAGE     21
 

URIMAPs

  URIMAP Name. . . . . . . . . . :  DFHRSURI
  URIMAP Enable Status . . . . . :  Enabled
  URIMAP Usage . . . . . . . . . :  Pipeline
  URIMAP Scheme. . . . . . . . . :  HTTP

  URIMAP Host. . . . . . . . . . :  *
  URIMAP Path. . . . . . . . . . :  /cicswsat/RegistrationService

  TCPIPSERVICE name. . . . . . . :
  WEBSERVICE name. . . . . . . . :
  PIPELINE name. . . . . . . . . :  DFHWSATP

  Templatename . . . . . . . . . :
  HFS File . . . . . . . . . . . :

  Analyzer . . . . . . . . . . . :  No
  Converter. . . . . . . . . . . :
  Transaction ID . . . . . . . . :  CPIH
  Program name . . . . . . . . . :

  Redirection type . . . . . . . :  None
  Location for redirection . . . :

  URIMAP reference count . . . . :           0
  Disabled . . . . . . . . . . . :           0
  Redirected . . . . . . . . . . :           0 
Table 224. Fields in the URIMAPs Report
Field Heading Description
URIMAP Name The name of the URIMAP definition.

Source field: EXEC CICS INQUIRE URIMAP

Start of changeURIMAP Enable StatusEnd of change Start of changeWhether the URIMAP definition is enabled, disabled, or unavailable because the virtual host of which it is a part has been disabled..

Source field: EXEC CICS INQUIRE URIMAP() ENABLESTATUS

End of change
Start of changeURIMAP UsageEnd of change Start of changeThe intended use of this URIMAP:
SERVER
The URIMAP definition is used to locate the resources for CICS to produce an HTTP response to the request identified by HOST and PATH.
CLIENT
The URIMAP definition is used to specify information for making an HTTP request from CICS as an HTTP client.
PIPELINE
The URIMAP definition is used to locate the resources for CICS to produce an XML response to the request identified by HOST and PATH.

Source field: EXEC CICS INQUIRE URIMAP() USAGE

End of change
Start of changeURIMAP SchemeEnd of change Start of changeThe scheme for the HTTP request, HTTP with SSL (HTTPS) or without (HTTP).

Source field: EXEC CICS INQUIRE URIMAP() SCHEME

End of change
URIMAP Host For USAGE(CLIENT), the host name of the target URL to which the HTTP request is to be sent. For any other USAGE, the host name on the incoming HTTP request that is used to select this URIMAP definition.

Source field: EXEC CICS INQUIRE URIMAP() HOSTNAME

URIMAP Path For USAGE(CLIENT), the path of the target URL to which the HTTP request is to be sent. For any other USAGE, the path on the incoming HTTP request that is used to select this URIMAP definition. The PATH may terminate in an asterisk, meaning that it is generic, and matches any path whose characters are the same up to but excluding the asterisk.

Source field: EXEC CICS INQUIRE URIMAP() PATH

TCPIPSERVICE name The TCPIPSERVICE to which this URIMAP definition applies. Only requests received on this TCPIPSERVICE are matched to this URIMAP definition. If no TCPIPSERVICE is specified, the URIMAP definition applies to all incoming HTTP requests.

Source field: EXEC CICS INQUIRE URIMAP() TCPIPSERVICE

WEBSERVICE name The name of the WEBSERVICE resource definition for the Web service that handles the incoming HTTP request.

Source field: EXEC CICS INQUIRE URIMAP() WEBSERVICE

PIPELINE name The name of the PIPELINE resource definition for the Web service that handles the incoming HTTP request.

Source field: EXEC CICS INQUIRE URIMAP() PIPELINE

Templatename The name of a CICS document template whose contents are returned as the HTTP response.

Source field: EXEC CICS INQUIRE URIMAP() TEMPLATENAME

HFS File The name of a file in the z/OS® UNIX System Services Hierarchical File System (HFS), whose contents are returned as the HTTP response.

Source field: EXEC CICS INQUIRE URIMAP() HFSFILE

Analyzer Whether or not the analyzer associated with the TCPIPSERVICE definition is called to process the request.

Source field: EXEC CICS INQUIRE URIMAP() ANALYZER_USE

Converter The name of a converter program that is used to transform the HTTP request into a form suitable for the application program specified in PROGRAM.

Source field: EXEC CICS INQUIRE URIMAP() CONVERTER

Transaction ID The name of the alias transaction that processes the incoming HTTP request.

Source field: EXEC CICS INQUIRE URIMAP() TRANS_ID

Program name The name of the application program that processes the incoming HTTP request.

Source field: EXEC CICS INQUIRE URIMAP() PROGRAM_NAME

Redirection type Whether or not matching requests should be redirected, on a temporary or permanent basis.

Source field: EXEC CICS INQUIRE URIMAP() REDIRECT_TYPE

Location for redirection An alternate URL to which the Web client will be redirected, if redirection is specified.

Source field: EXEC CICS INQUIRE URIMAP() LOCATION

URIMAP reference count Number of times this URIMAP definition was referenced.

Source field: WBR_URIMAP_REFERENCE_COUNT

Disabled Number of times this host and path were matched, but the URIMAP definition was disabled.

Source field: WBR_URIMAP_MATCH_DISABLED

Redirected Number of times this host and path were matched, and the request was redirected.

Source field: WBR_URIMAP_MATCH_REDIRECT

Related reference
Back to full list of DFH0STAT reports
The DFH0STAT reports
Interpreting these statistics
Interpreting Web and TCP/IP statistics
Full listing and DFHSTUP reports for these statistics
URIMAP definition statistics
End of change [[ Contents Previous Page | Next Page Index ]]