mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +02:00
Update README.md
This commit is contained in:
parent
aa92cefa66
commit
7f7b44c41e
1 changed files with 13 additions and 6 deletions
|
@ -1,12 +1,19 @@
|
||||||
EPP integration specification for Estonian Internet Foundation
|
# EPP integration specification for Estonian Internet Foundation
|
||||||
===
|
|
||||||
|
|
||||||
Introduction
|
## Introduction
|
||||||
---
|
|
||||||
|
|
||||||
Domains
|
## Domain related functions
|
||||||
---
|
|
||||||
| Field name | Required | Type | Field description |
|
| Field name | Required | Type | Field description |
|
||||||
| ----------------- |----------| -----|----------------- |
|
| ----------------- |----------| -----|----------------- |
|
||||||
| domain:name | true | String | Domain name. Can contain unicode characters. |
|
| domain:name | true | String | Domain name. Can contain unicode characters. |
|
||||||
| domain:period | false | Integer | Registration period for domain. Must add up to 1 / 2 / 3 years. |
|
| domain:period | false | Integer | Registration period for domain. Must add up to 1 / 2 / 3 years. |
|
||||||
|
|
||||||
|
### create command ###
|
||||||
|
| Field name | Required | Attributes | Attr. values |
|
||||||
|
| ----------------- |----------|------------|--------------|
|
||||||
|
| domain:name | true | | |
|
||||||
|
| domain:period | false | unit | "y", "m" |
|
||||||
|
| domain:ns | true | | |
|
||||||
|
| domain:hostAttr | true | | |
|
||||||
|
| domain:hostAddr | false | ip | "v4", "v6" |
|
||||||
|
| domain:hostName | true | | |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue