subdomain_recover
Creates, updates, deletes, gets or lists a subdomain_recover
resource.
Overview
Name | subdomain_recover |
Type | Resource |
Id | sumologic.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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
recoverSubdomains | exec | email , region | Send 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.
Name | Datatype | Description |
---|---|---|
email | string | Email address of the user to get subdomain information. |
region | string | SumoLogic region (enum: [us2, au, ca, de, eu, fed, in, jp], default: us2) |
Lifecycle Methods
- recoverSubdomains
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
;