Create a domain or subdomain
domain c name=DN policy=DCP years=YEARS for=NAME by=NAME
| name | domain or subdomain name to assign | |
| policy | FullOwnership - the owner of the parent domain can later revoke/change ownership of subdomain, FullFreedom - the owner of the parent domain can NOT later revoke/change ownership of the subdomain or change policy | |
| years | Number of years in [1..10] range | |
| for | Name of the user that will own the subdomain | |
| by | Domain owner username |
Example:
domain c name=company policy=FullOwnership years=5 for=satoshi by=nakamoto
Assign a new name for the domain
domain n name=DN id=EID newname=NAME by=NAME
| name | OR | Name of the domain to rename |
| id | Id of the domain to rename | |
| newname | New domain name | |
| by | Name of the user |
Example:
domain n name=company newname=satoshi by=nakamoto
Extend domain ownership for the specified period. It's allowed only during the last year of current period.
domain r name=DN id=EID years=YEARS by=NAME
| name | OR | Name of the root domain to renew |
| id | Id of the root domain to renew | |
| years | Number of years in [1..10] range | |
| by | Name of the user eligible to change the domain |
Example:
domain r name=company years=5 by=satoshi
Changes current policy of subdomain
domain up name=DN id=EID policy=DCP by=NAME
| name | OR | Name of the domain to change policy for |
| id | Id of the domain to change policy for | |
| policy | FullOwnership - the owner of the parent domain can later revoke/change ownership of subdomain, FullFreedom - the owner of the parent domain can NOT later revoke/change ownership of the subdomain or change policy | |
| by | Name of the user eligible to change the domain |
Example:
domain up name=company policy=FullOwnership by=satoshi
Manages security for the specified domain
domain s name=DN id=EID owner=NAME by=NAME
| name | OR | Name of the domain to manage security of |
| id | Id of the domain to manage security of | |
| owner | Name of the new owner | |
| by | Name of the user eligible to change the domain |
Example:
domain s name=company owner=satoshi by=nakamoto
Get domain entity information from MCV database
domain e name=DN id=EID
| name | OR | Name of the domain to get information about |
| id | Id of the domain to get information about |
Example:
domain e name=company