list_deviances_by_event
Retrieves all deviances for a given event, using profile, infrastructure, and directory identifiers to filter results.
Instructions
Get all deviances by eventId. Note: profileId selects a configuration profile (a lens, not a container). If the user has not specified a profile, call get_preferred_profile (or get_preferences) and use preferredProfileId — do not assume profile 1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Validates POST /profiles/:profileId/infrastructures/:infrastructureId/directories/:directoryId/events/:eventId/deviances request payload | |
| page | No | Query parameter: page | |
| eventId | Yes | Path parameter: eventId | |
| perPage | No | Query parameter: perPage | |
| profileId | Yes | Path parameter: profileId | |
| directoryId | Yes | Path parameter: directoryId | |
| infrastructureId | Yes | Path parameter: infrastructureId |