- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- OrganizationEventView
Lists organization events under a given organization and location.
HTTP request
GET https://servicehealth.googleapis.com/v1/{parent=organizations/*/locations/*}/organizationEvents
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Parent value using the form
|
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The maximum number of events that should be returned. Acceptable values are |
pageToken |
Optional. A token identifying a page of results the server should return. Provide Page token returned by a previous When paginating, all other parameters provided to |
filter |
Optional. A filter expression that filters resources listed in the response. The expression takes the following forms:
Examples: Multiple filter queries are space-separated. Example: By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. Filter is supported for the following fields: |
view |
Optional. OrganizationEvent fields to include in response. |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"organizationEvents": [
{
object ( |
Fields | |
---|---|
organizationEvents[] |
Output only. List of organization events affecting an organization. |
nextPageToken |
Output only. The continuation token, used to page through large result sets. Provide this value in a subsequent request as If this field is not present, there are no subsequent results. |
unreachable[] |
Output only. Locations that could not be reached. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
servicehealth.organizationEvents.list
For more information, see the IAM documentation.
OrganizationEventView
The organization event fields to include in organizationEvents.list API response. This enum lists all possible organization event views.
Enums | |
---|---|
ORGANIZATION_EVENT_VIEW_UNSPECIFIED |
Unspecified event view. Default to ORGANIZATION_EVENT_VIEW_BASIC . |
ORGANIZATION_EVENT_VIEW_BASIC |
Includes all organization event fields except updates . This view is the default for organizationEvents.list API. |
ORGANIZATION_EVENT_VIEW_FULL |
Includes all organization event fields. |