Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleorg.wso2.apimgt.statistics.request
meta_clienType  :       STRING          :           Meta information of Client type
consumerKey     :       STRING			: 			Consumer key of API invoked client application	
context         :       STRING			: 			API context depending on the user's request
api_version     :       STRING			: 			API synapse artifact contained name [API Provider +"--"+API Name]
api             :       STRING			: 			API Name
resourcePath    :       STRING			: 			API resource URL pattern of API request
method          :       STRING			: 			HTTP Verb of API request [e.g.:GET/POST]
version         :       STRING			: 			API version
request         :       INT				: 			Request count (e.g. 1)
requestTime     :       LONG			: 			API request hit time in APIM
userId          :       STRING			: 			API invoked end user name
tenantDomain    :       STRING			: 			Tenant domain of API provider
hostName        :       STRING			: 			API Manager server host
apiPublisher    :       STRING			: 			API provider
applicationName :       STRING			: 			Name of the client application
applicationId   :       STRING			: 			ID of the client application
userAgent       :       STRING			: 			User agent of the user
tier            :       STRING			: 			Name of the throttling policy assigned to the request	
throttledOut    :       BOOL			: 			Describes whether this is a throttled request or not
clientip        :       STRING          :            IP Adress of the Client
applicationOwner:       STRING          :            Name of the Owner of the Application

...

Code Block
titleorg.wso2.apimgt.statistics.response
meta_clientType :       STRING          :           Meta information of Client type
consumerKey     :       STRING			: 			Consumer key of the client application invoking the API
context         :       STRING			: 			API context depending on the user's request
api_version     :       STRING			: 			API synapse artifact contained name [API Provider +"--"+API Name]	
api             :       STRING			: 			API Name
resourcePath    :       STRING			: 			API resource URL pattern of API request
resourceTemplate:       STRING          :           API resource URL template of the API request
method          :       STRING			: 			HTTP Verb of API request [e.g.:GET/POST]
version         :       STRING			: 			API version
response        :       INT				: 			Response count (e.g. 1)
responseTime    :       LONG			: 			Total time taken for request/response flow[serviceTime+backendTime]
serviceTime     :       LONG			: 			Time taken to serve the API request in APIM side
backendTime     :       LONG			: 			Time taken process the request at the backend	
username        :       STRING			: 			API invoked end user name	
eventTime       :       LONG			: 			Timestamp of response event published
tenantDomain    :       STRING			: 			Tenant domain of API provider
hostname        :       STRING			: 			API Manager server hostname
apiPublisher    :       STRING			: 			API provider
applicationName :       STRING			: 			Name of the client application
applicationId   :       STRING			: 			ID of the client application
cacheHit        :       BOOL			: 			Describes if response caching is enabled or not
responseSize    :       LONG			: 			Response message size in bytes	
protocol        :       STRING 			: 			Protocol used to send the response (HTTP/HTTPS) and the port
responseCode    :       STRING          :           HTTP Response Code
destination     :       STRING          :           URL of the Desination IP

...