Manage Services
You can manage all available services using the following REST resources.
Table 9-32 Manage Services
| Task | Request | REST Resource |
|---|---|---|
| Get Information About All Services (11.1.2.3.600) | GET | /interop/rest/{api_version}/services |
| Get Idle Session Timeout (v2) | GET | /interop/rest/{api_version}/config/services/idlesessiontimeout |
| Set Idle Session Timeout (v2) | 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 |