Manage Services

You can manage all available services using the following REST resources.

Note:

Before using the REST resources, you must understand how to access the REST resources and other important concepts. See Implementation Best Practices for EPM Cloud REST APIs. Using this REST API requires prerequisites. See Prerequisites.

Table 9-33 Manage Services

Task Request REST Resource
Get Information About All Services GET /interop/rest/{api_version}/services
Get Idle Session Timeout GET /interop/rest/{api_version}/config/services/idlesessiontimeout
Set Idle Session Timeout PUT /interop/rest/{api_version}/config/services/idlesessiontimeout
Restart the Service Instance (v1) POST /interop/rest/{api_version}/services/{service_type}/resetservice
Restart the Service Instance (v2) POST /interop/rest/v2/config/services/reset
Run Recreate on a Service (11.1.2.3.600) GET /interop/rest/{api_version}/services/{servicename}/recreate
Run Recreate on a Service (v2) POST /interop/rest/v2/config/services/recreate