jdbjdatabasecaches

API Name

jdbjdatabasecaches

Description

Displays the JDBj Database caches of the specified HTML instance.

REST Methods

GET

Precondition

Server Manager and Agent must be running.

Input Params

instanceName Note (Release 9.2.4.3): Add these additional parameters if there are duplicate instance names: agentHostName, jdeHome.

Sample Request

This is the sample request if you have multiple instance names: https://jdesmc.example.com:8998/manage/mgmtrestservice/ jdbjdatabasecaches?instanceName=tqa_923_lnx_jas_jdejas_ 21502&agentHostName=jdejas.example.com&jdeHome=/slot/oracle/jde_agent_jas/SCFHA

Return

HTTP status 200 is returned.

Sample Response

{ "instanceName":"jasVC", "jdbjDatabaseCachesDetail":[ { "nodeId": "JAS_MS2", "cacheName":"JDBj Service Cache", "cacheHitRatio": "0.0", "cacheSize":"0", "cacheAccesses":"0", "cacheHits":"0", "cacheMisses":"0" }, { "nodeId":"JAS_MS2", "cacheName":"Data Dictionary Glossary Text", "cacheHitRatio":"0.0", "cacheSize":"0", "cacheAccesses":"0", "cacheHits":"0", "cacheMisses":"0"}, ]}

Exception

Throws an exception if the operation fails for any reason.