A newer version is available. For the latest information, see the
current release documentation.
OrganizationRequest
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
OrganizationRequest
editA request to create or update an organization
Properties
edit-
default_disk_usage_alerts_enabled(boolean) - Whether the default disk alerts are enabled
-
name(string) - The organization's friendly name
-
notifications_allowed_email_domains(array[string)] - The list of allowed domains for notification-email recipients
Example
edit{
"default_disk_usage_alerts_enabled" : true,
"name" : "string",
"notifications_allowed_email_domains" : [
"string"
]
}