alias
Create, remove, resolve, or list alternative names that map to a canonical domain.
Instructions
Manage domain aliases — alternative names that resolve to a canonical domain. All four operations are available via the action field.
action=add: register a new alias. Requires alias and domain. Example: alias=binder, domain=sedex. action=remove: remove an alias. Requires alias. action=resolve: return the canonical domain for a given name. Requires name. action=list: return all registered aliases.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Required: add, remove, resolve, or list | |
| alias | No | The alias name. Required for action=add and action=remove. | |
| domain | No | The canonical domain name. Required for action=add. | |
| name | No | The name to resolve. Required for action=resolve. |