subdomain
Overview
Name | subdomain |
Type | Resource |
Id | sumologic.account.subdomain |
Fields
Name | Datatype | Description |
---|---|---|
createdAt | string | Creation timestamp in UTC in RFC3339 format. |
createdBy | string | Identifier of the user who created the resource. |
modifiedAt | string | Last modification timestamp in UTC. |
modifiedBy | string | Identifier of the user who last modified the resource. |
subdomain | string | The new subdomain. |
url | string | Login URL corresponding to the subdomain. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
getSubdomain | SELECT | region | Get the configured subdomain. |
createSubdomain | INSERT | data__subdomain, region | Create a subdomain. Only the Account Owner can create a subdomain. |
deleteSubdomain | DELETE | region | Delete the configured subdomain. |
updateSubdomain | EXEC | data__subdomain, region | Update a subdomain. Only the Account Owner can update the subdomain. |