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. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
endTime |
The end of the time window. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |