Request for fetching violations in an organization.
| JSON representation |
|---|
{
"parent": string,
"interval": {
object ( |
| Fields | |
|---|---|
parent |
Required. The Workload name. Format |
interval |
Optional. Specifies the time window for retrieving active Violations. When specified, retrieves Violations that were active between startTime and endTime. |
pageSize |
Optional. Page size. |
pageToken |
Optional. Page token returned from previous request. |
filter |
Optional. A custom filter for filtering by the Violations properties. |
TimeWindow
Interval defining a time window.
| JSON representation |
|---|
{ "startTime": string, "endTime": string } |
| Fields | |
|---|---|
startTime |
The start of the time window. 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: |
endTime |
The end of the time window. 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: |