Get the status of a specific system process.
get
/learn.rest/v1/systemProcesses/{id}
Request
Path Parameters
-
id(required): string
Unique identifier of a system process.
Response
Supported Media Types
- application/json
200 Response
The system processes collection is fetched.
Root Schema : SystemProcessResponse
Type:
objectObject comprising the parameters returned when the system process collection is fetched.
Show Source
-
enabledFlag:
boolean
Specifies whether the system process is enabled.Example:
true -
id:
string
Id of the system process.Example:
groupsync -
links:
array links
Links to the system process.
-
status:
string
Specifies the status of the system process.Example:
started
Nested Schema : SystemProcessLink
Type:
Show Source
object-
href:
string
Example:
{url}/learn.rest/v1/systemProcesses/GroupSync -
rel:
string
Example:
canonical
404 Response
Resource not found.