Optional. Specifies the time window for retrieving active Violations. When specified, retrieves Violations that were active between startTime and endTime.
pageSize
integer
Optional. Page size.
pageToken
string
Optional. Page token returned from previous request.
filter
string
Optional. A custom filter for filtering by the Violations properties.
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-30 UTC."],[[["This content describes the JSON structure and fields for fetching violations within an organization, including details about the request's parameters."],["The `parent` field is a required string specifying the workload name in the format `organizations/{org_id}/locations/{location}/workloads/{workload}`."],["An optional `interval` field, using the `TimeWindow` object, defines a specific time frame for retrieving violations active between the given `startTime` and `endTime`."],["The `TimeWindow` object requires `startTime` and `endTime` strings, both in RFC3339 UTC \"Zulu\" timestamp format with nanosecond resolution."],["Optional fields such as `pageSize`, `pageToken`, and `filter` allow for pagination and custom filtering of the violations retrieved."]]],[]]