Skip to main content

resources

Creates, updates, deletes, gets or lists a resources resource.

Overview

Nameresources
TypeResource
Idsumologic.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:

NameAccessible byRequired ParamsOptional ParamsDescription
listAllHealthEventsForResourcesexecregion, datalimit, tokenGet 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.

NameDatatypeDescription
regionstringSumoLogic region (enum: [us2, au, ca, de, eu, fed, in, jp], default: us2)
limitinteger (int32)Limit the number of health events returned in the response. The number of health events returned may be less than the limit.
tokenstringContinuation 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

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 }}"
}'
;