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