mirror of
https://github.com/internetee/registry.git
synced 2025-07-04 18:23:35 +02:00
Epp readme update
This commit is contained in:
parent
e6b4051e94
commit
bb5542e18b
1 changed files with 18 additions and 5 deletions
|
@ -9,6 +9,16 @@ Introduction text here
|
||||||
|
|
||||||
### Domain create
|
### Domain create
|
||||||
|
|
||||||
|
| Field name | Required | Attributes | Field description |
|
||||||
|
| ----------------- |----------| -----|----------------- |
|
||||||
|
| [create](create) | true | | |
|
||||||
|
| [extension](extension) | true | | |
|
||||||
|
|
||||||
|
##### create
|
||||||
|
| Field name | Required | Attributes | Field description |
|
||||||
|
| ----------------- |----------| -----|----------------- |
|
||||||
|
| [domain:create](domaincreate) | true | xmlns:domain (urn:ietf:params:xml:ns:domain-1.0) | |
|
||||||
|
|
||||||
|
|
||||||
##### domain:create
|
##### domain:create
|
||||||
| Field name | Required | Attributes | Field description |
|
| Field name | Required | Attributes | Field description |
|
||||||
|
@ -19,9 +29,15 @@ Introduction text here
|
||||||
| domain:registrant | true | | Contact reference to the registrant |
|
| domain:registrant | true | | Contact reference to the registrant |
|
||||||
| domain:contact | false | type (tech, admin) | Contact reference |
|
| domain:contact | false | type (tech, admin) | Contact reference |
|
||||||
| domain:contact | false | type (tech, admin) | Contact reference |
|
| domain:contact | false | type (tech, admin) | Contact reference |
|
||||||
|||||
|
|
||||||
|
##### extension
|
||||||
|
| Field name | Required | Attributes | Field description |
|
||||||
|
| ----------------- |----------| -----|----------------- |
|
||||||
|
| [secDNS:create](#secdnscreate) | false | | DNSSEC details |
|
||||||
|
| [eis:extdata](#eisextdata) | true | | Legal document |
|
||||||
|
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
##### domain:ns
|
##### domain:ns
|
||||||
| Field name | Required | Attributes | Field description |
|
| Field name | Required | Attributes | Field description |
|
||||||
|
@ -35,8 +51,6 @@ Introduction text here
|
||||||
| domain:hostName | true | | Hostname of the nameserver |
|
| domain:hostName | true | | Hostname of the nameserver |
|
||||||
| domain:hostAddr | true if nameserver is under domain zone | ip (v4, v6) | |
|
| domain:hostAddr | true if nameserver is under domain zone | ip (v4, v6) | |
|
||||||
|
|
||||||
#### Extension
|
|
||||||
|
|
||||||
##### secDNS:create (not required)
|
##### secDNS:create (not required)
|
||||||
| Field name | Required | Attributes | Field description |
|
| Field name | Required | Attributes | Field description |
|
||||||
| ----------------- |----------| -----|----------------- |
|
| ----------------- |----------| -----|----------------- |
|
||||||
|
@ -51,8 +65,7 @@ Introduction text here
|
||||||
| secDNS:alg | true | | Allowed values: 3, 5, 6, 7, 8, 252, 253, 254, 255 |
|
| secDNS:alg | true | | Allowed values: 3, 5, 6, 7, 8, 252, 253, 254, 255 |
|
||||||
| secDNS:pubKey | true | | Public key |
|
| secDNS:pubKey | true | | Public key |
|
||||||
|
|
||||||
|
##### eis:extdata
|
||||||
##### eis:extdata (required)
|
|
||||||
| Field name | Required | Attributes | Field description |
|
| Field name | Required | Attributes | Field description |
|
||||||
| ----------------- |----------| -----|----------------- |
|
| ----------------- |----------| -----|----------------- |
|
||||||
| eis:legalDocument | true | type (pdf) | Base64 encoded document |
|
| eis:legalDocument | true | type (pdf) | Base64 encoded document |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue