Skip to main content

subdomain_recover

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

Overview

Namesubdomain_recover
TypeResource
Idsumologic.account.subdomain_recover

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
recoverSubdomainsexecemail, regionSend an email with the subdomain information for a user with the given email address.

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
emailstringEmail address of the user to get subdomain information.
regionstringSumoLogic region (enum: [us2, au, ca, de, eu, fed, in, jp], default: us2)

Lifecycle Methods

Send an email with the subdomain information for a user with the given email address.

EXEC sumologic.account.subdomain_recover.recoverSubdomains 
@email='{{ email }}' --required,
@region='{{ region }}' --required
;