resources
Creates, updates, deletes, gets or lists a resources
resource.
Overview
Name | resources |
Type | Resource |
Id | sumologic.health_events.resources |
Fields
The following fields are returned by SELECT
queries:
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
listAllHealthEventsForResources | exec | region , data | limit , token | Get a list of all the unresolved events in your account that belong to the supplied resource identifiers. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
region | string | SumoLogic region (enum: [us2, au, ca, de, eu, fed, in, jp], default: us2) |
limit | integer (int32) | Limit the number of health events returned in the response. The number of health events returned may be less than the limit . |
token | string | Continuation token to get the next page of results. A page object with the next continuation token is returned in the response body. Subsequent GET requests should specify the continuation token to get the next page of results. token is set to null when no more pages are left. |
Lifecycle Methods
- listAllHealthEventsForResources
Get a list of all the unresolved events in your account that belong to the supplied resource identifiers.
EXEC sumologic.health_events.resources.listAllHealthEventsForResources
@region='{{ region }}' --required,
@limit='{{ limit }}',
@token='{{ token }}'
@@json=
'{
"data": "{{ data }}"
}'
;