/clusters/{clusterName}/services/{serviceName}/activities
Mount Point: /api/v7/clusters/{clusterName}/services/{serviceName}/activities
GET
Read all activities in the system
Parameters
name | description | type | default |
---|---|---|---|
clusterName | The name of the cluster | path | |
serviceName | The name of the service | path | |
maxResults | The maximum number of activities to return. | query | 100 |
resultOffset | Specified the offset of activities to return. | query | 0 |
query |
The query to perform to find activities in the system. By default,
this call returns top level (i.e. root) activities that have currently
started.
The query specifies the intersection of a list of constraints, joined together with semicolons (without spaces). For example:
The valid comparators are ==, !=, =lt=, =le=, =ge=, and =gt=. They stand for "==", "!=", "<", "<=", ">=", ">" respectively. |
query | status==started;parent== |
view | The view of the activities to materialize | query | summary |
serviceName | (no documentation provided) | path | |
clusterName | (no documentation provided) | path |
Response Body
element: | activityList |
A list of activities