Start of change

URIMAP Resource Table

A CICS resource that describes the universal resource identifier (URI) of requests from web clients or requests to a remote server.

The Primary key field for this resource class is  NAME .

The following actions are supported:

ENABLE
Enable access to the URIMAP definition by programs.
DISABLE
Disable program access to the URIMAP definition. A URIMAP definition has to be disabled before it can be reinstalled or discarded.
DISCARD
Remove a URIMAP definition from the system.
Length
1264
Usage
API or EVALDEF
API view
Yes
CMAS context
No
SCOPE applies
Yes
Only query CMASs in workload
No
Object type
CICS Resource
Copybook identifier
EYUt0162 or URIMAP
Valid API operations
GET SET and PERFORM
Unsupported releases
E530, E620 and E630

API Actions

ENABLE
Enable

Parameters: None

DISABLE
Disable

Parameters: None

DISCARD
Discard

Parameters: None

Table 499. URIMAP resource table attributes
Name Datatype Source Len Sum Set Description Attr ID
EYU_CICSNAME CHAR CPSM 8 N/A CICS System Name
EYU_CICSREL CHAR CPSM 4 N/A CICS Release
EYU_RESERVED CHAR CPSM 4 N/A Reserved
 NAME-1  CHAR INQ 8 DIF URI map name 1
ENABLESTATUS CVDAS INQ 4 LIKE yes URI map status 2
ENABLESTATUS Input/Output Valid Values ENABLED DISABLED DISABLEDHOST
USAGE CVDAS INQ 4 LIKE URI map usage 3
USAGE Output Valid Values SERVER CLIENT PIPELINE
SCHEME CVDAS INQ 4 LIKE Scheme component of URI to which the map applies 4
SCHEME Output Valid Values HTTP HTTPS
HOST CHAR INQ 116 DIF Host component of URI to which the map applies 5
PATH CHAR INQ 255 DIF Path component of URI to which the map applies 6
MEDIATYPE CHAR INQ 56 DIF Static data response to the inbound HTTP request 7
CHARACTERSET CHAR INQ 40 DIF Character set of CICS response to the HTTP request 8
HOSTCODEPAGE CHAR INQ 10 DIF Code page in which the static response is encoded 9
TEMPLATENAME CHAR INQ 48 DIF Document template to form the static response 10
HFSFILE CHAR INQ 255 DIF Qualified HFS file to form the static response 11
TCPIPSERVICE CHAR INQ 8 DIF Inbound TCP/IP service relating to this URI map 12
ANALYZERSTAT CVDAS INQ 4 LIKE Use an analyzer program to process HTTP request 13
ANALYZERSTAT Output Valid Values ANALYZER NOANALYZER
CONVERTER CHAR INQ 8 DIF Converter program to process request content 14
TRANSACTION CHAR INQ 4 DIF Alias transaction to run application for response 15
PROGRAM CHAR INQ 8 DIF Application program that will process the request 16
PIPELINE CHAR INQ 8 DIF Pipeline that will process the request 17
WEBSERVICE CHAR INQ 32 DIF Web service that will process the request 18
USERID CHAR INQ 8 DIF User ID to attach the alias transaction 19
CERTIFICATE CHAR INQ 32 DIF SSL client certificate for outbound HTTPS request 20
CIPHERS CHAR INQ 56 DIF Cipher suite codes to be used for outbound SSL 21
LOCATION CHAR INQ 255 DIF yes URI to which to redirect the inbound HTTP request 22
MAPREFCOUNT BINARY STAT 4 AVG URI map reference count 24
MATCHDISABLD BINARY STAT 4 AVG URI map host or path disabled 25
MATCHREDIREC BINARY STAT 4 AVG URI map host or path redirect 26
NUMCIPHERS BINARY INQ 2 LIKE Number of SSL cipher suite codes 27
REDIRECTTYPE CVDAS INQ 4 LIKE yes Type of redirection 29
REDIRECTTYPE Input/Output Valid Values NONE TEMPORARY PERMANENT
End of change [[ Contents Previous Page | Next Page Index ]]