ATOMSERVICEs report

The ATOMSERVICEs report shows information and statistics about ATOMSERVICE resource definitions, which define Atom feeds. This report is produced using a combination of EXEC CICS INQUIRE ATOMSERVICE and EXEC CICS EXTRACT STATISTICS ATOMSERVICE commands.

The statistics data is mapped by the DFHW2RDS DSECT.

Table 1. Fields in the ATOMSERVICEs report
Field Heading Description
ATOMSERVICE Name The name of the ATOMSERVICE resource definition.

Source field: EXEC CICS INQUIRE ATOMSERVICE

ATOMSERVICE Enable Status Whether the ATOMSERVICE definition is enabled or disabled.

Source field: EXEC CICS INQUIRE ATOMSERVICE() ENABLESTATUS

Atom document type The type of Atom document that is returned for this ATOMSERVICE resource definition.
Category
An Atom category document, which lists the categories for entries in a collection.
Collection
An Atom collection document, which contains a group of entry documents that can be edited.
Feed
An Atom feed document, which describes the metadata for a feed, and contains entry documents that provide data for the feed.
Service
An Atom service document, which provides information about the collections that are available on the server.

Source field: EXEC CICS INQUIRE ATOMSERVICE() ATOMTYPE

Atom configuration file The name of the Atom configuration file containing the XML for the Atom document.

Source field: EXEC CICS INQUIRE ATOMSERVICE() CONFIGFILE

Atom binding file The name of the Atom binding file for the resource used for the Atom feed.

Source field: EXEC CICS INQUIRE ATOMSERVICE() BINDFILE

Resource type for Atom feed The type of resource that provides the data for this Atom feed.
File
A CICS® file.
Program
A service routine, which is a CICS application program written to supply content for Atom entries.
Tsqueue
A temporary storage queue.

Source field: EXEC CICS INQUIRE ATOMSERVICE() RESOURCETYPE

Resource name for Atom feed The name of the resource definition for the CICS resource that provides the data for this Atom feed or collection.

Source field: EXEC CICS INQUIRE FILE() DSNAME

Dataset name For resources of type File only, the name of the data set containing the file that provides the data for this Atom feed or collection.

Source field: EXEC CICS INQUIRE ATOMSERVICE() RESOURCENAME

ATOMSERVICE reference count The number of times this ATOMSERVICE resource definition was referenced.

Source field: W2R-ATOMSERV-REF-COUNT

Disabled The number of times this ATOMSERVICE resource definition was referenced, but the resource definition was disabled.

Source field: W2R-ATOMSERV-REF-DISABLED

POST requests to the feed URL The number of HTTP POST requests to add a new Atom entry to this Atom feed or collection.

Source field: W2R-ATOMSERV-POST-FEED-CNT

GET requests to the feed URL The number of HTTP GET requests to obtain a group of entries from this Atom feed or collection.

Source field: W2R-ATOMSERV-GET-FEED-CNT

GET requests to the entry URL The number of HTTP GET requests to obtain an individual Atom entry from this Atom feed or collection.

Source field: W2R-ATOMSERV-GET-ENTRY-CNT

PUT requests to the entry URL The number of HTTP PUT requests to edit an Atom entry in this Atom feed or collection.

Source field: W2R-ATOMSERV-PUT-ENTRY-CNT

DELETE requests to the entry URL The number of HTTP DELETE requests to delete an individual Atom entry from this Atom feed or collection.

Source field: W2R-ATOMSERV-DEL-ENTRY-CNT