userevents#
- async idem_vra.exec.vra.catalog.userevents.get_user_events_using_get2(hub, ctx, p_deploymentId, **kwargs)[source]#
- Get user events for deployment. Returns paged user events for given deployment ID. User events represent:
Create, Day2, Approval or vRO User Interaction Performs GET /deployment/api/deployments/{deploymentId}/userEvents
- Parameters:
p_deploymentId (string) – (required in path) Deployment ID
orderby (array) – (optional in query) Sorting criteria in the format: property (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
skip (integer) – (optional in query) Number of records you want to skip
top (integer) – (optional in query) Number of records you want
apiVersion (string) – (optional in query) The version of the API in yyyy-MM-dd format (UTC). If you do not specify explicitly an exact version, you will be calling the latest supported API version.