OBJECT
Activity
Description
An activity that occurred on RSC or a Rubrik cluster.
link GraphQL Schema definition
- type Activity {
- # The time at which this activity occurred.
- DateTime! :
- # The type of this activity.
- ActivityTypeEnum! :
- # The status of this activity.
- ActivityStatusEnum! :
- # The severity of this activity.
- ActivitySeverityEnum! :
- # The message attached to this activity.
- String! :
- # The ID of the object associated with this activity.
- String! :
- # The type of the object associated with this activity.
- ActivityObjectTypeEnum! :
- # The current progress of this activity.
- String :
- # Additional information pertaining to this activity.
- String :
- # Information about the Rubrik error associated with this activity.
- String :
- # The ID of the activity.
- ID! :
- # The activity series to which this activity belongs.
- ActivitySeries! :
- # The ID of the Rubrik cluster where this activity occurred.
- UUID! :
- }