entserverinstanceinfo

API Name

entserverinstanceinfo

Description

Provides information about the Enterprise Server.

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

https://jdesmc.example.com:24500/ manage/mgmtrestservice/entserverinstanceinfo? agentHostName=jdeent.example.com&jdeHome=/slot/appmgr/jde_agent_ent/SCFHA&instanceName=tqa_923_lnx_ent_jdeent_4000

Return

HTTP status 200 is returned.

Sample Response

{ "instanceName":"rspybl0905", "entServerInstanceInfoDetail":[ { "instanceUptime":"23 days, 17 hours, 57 minutes", "networkJobs":"6", "kernelJobs":"11", "zombieProcesses":"0", "securityKernelUsers":"0", "callObjectUsers":"0", "instanceLevelCPU":"0", "intanceLevelMemory":"4789" } ]}

Exception

Throws an exception if the operation fails for any reason.