entserverprocessmetric/{processId} (Release 9.2.26.0)

API Name

entserverprocessmetric/{processId}

Description

This API performs the specified action (ex. clearZombie or recycleKernel) on the specified process of Enterprise Server.

REST Methods

POST

Permission

enterpriseServerDeveloper

Precondition

Server manager, agent and entserver must be running.

Input Params

instanceName

agentHostName

jdeHome

action

Sample Request

curl --location --request POST 'http://jdesmc.example.com.0.0.1:7101/manage/mgmtrestservice/entserverprocessmetric/6441?instanceName=EnterpriseServer&agentHostName=jdesmc.example.com&jdeHome=C%3A%5Cjde_home_2%5CSCFHA&action=clearZombie' \ --header 'Authorization: Basic amRlX2FkbWluOmpkZV9hZG1pbg==' \ --header 'Cookie: SMCONSOLE_SSID=kZEs4DaE8RM82WkupGJE1iRAeyRpMVYSYPlzuVvbC5QdJEuZZF2v!2131912258' \ --data ''

Return

HTTP status 200 is returned.

Sample Response

200 OK

Exception

400, 403 or 500 for error.