Add object counts

This commit is contained in:
Martin Lensment 2015-01-14 14:01:42 +02:00
parent 0a6d0cdbaf
commit 929e66ab6d

View file

@ -29,8 +29,7 @@ Introduction text here
| [domain:ns](#domainns) | true | | Nameserver listing (2-11) | | [domain:ns](#domainns) | true | | Nameserver listing (2-11) |
| domain:registrant | true | | Contact reference to the registrant | | domain:registrant | true | | Contact reference to the registrant |
| domain:contact | true if registrant is a juridical person | type (admin) | Contact reference | | domain:contact | true if registrant is a juridical person | type (admin) | Contact reference |
| domain:contact | false | type (tech, admin) | Contact reference | | domain:contact | false | type (tech, admin) | Contact reference (0 - n) |
| domain:contact | false | type (tech, admin) | Contact reference |
##### domain:ns ##### domain:ns
| Field name | Required | Attributes | Field description | | Field name | Required | Attributes | Field description |
@ -41,8 +40,7 @@ Introduction text here
| Field name | Required | Attributes | Field description | | Field name | Required | Attributes | Field description |
| ----------------- |----------| -----|----------------- | | ----------------- |----------| -----|----------------- |
| 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) | ( 0 - n) |
| domain:hostAddr | true if nameserver is under domain zone | ip (v4, v6) | |
##### <a name="top-domain-create-extension"></a>extension ##### <a name="top-domain-create-extension"></a>extension
| Field name | Required | Attributes | Field description | | Field name | Required | Attributes | Field description |
@ -101,15 +99,15 @@ Introduction text here
| Field name | Required | Attributes | Field description | | Field name | Required | Attributes | Field description |
| ----------------- |----------| -----|----------------- | | ----------------- |----------| -----|----------------- |
| [domain:ns](#domainns) | false | | Nameservers TODO: Get rid of hostObj | | [domain:ns](#domainns) | false | | Nameservers TODO: Get rid of hostObj |
| domain:contact | false | type (tech, admin) | Contact reference | | domain:contact | false | type (tech, admin) | Contact reference (0 - n) |
| domain:status | false | s (clientDeleteProhibited, clientHold, clientRenewProhibited, clientTransferProhibited, clientUpdateProhibited) | Status description (may be left empty) | | domain:status | false | s (clientDeleteProhibited, clientHold, clientRenewProhibited, clientTransferProhibited, clientUpdateProhibited) | Status description (may be left empty) (0 - n)|
##### domain:rem ##### domain:rem
| Field name | Required | Attributes | Field description | | Field name | Required | Attributes | Field description |
| ----------------- |----------| -----|----------------- | | ----------------- |----------| -----|----------------- |
| [domain:ns](#domainns) | false | | Nameservers TODO: Get rid of hostObj | | [domain:ns](#domainns) | false | | Nameservers TODO: Get rid of hostObj |
| domain:contact | false | type (tech, admin) | Contact reference | | domain:contact | false | type (tech, admin) | Contact reference ( 0 - n) |
| domain:status | false | s (clientDeleteProhibited, clientHold, clientRenewProhibited, clientTransferProhibited, clientUpdateProhibited) | Status description (may be left empty) | | domain:status | false | s (clientDeleteProhibited, clientHold, clientRenewProhibited, clientTransferProhibited, clientUpdateProhibited) | Status description (may be left empty) (0 - n)|
##### <a name="top-domain-update-extension"></a>extension ##### <a name="top-domain-update-extension"></a>extension
| Field name | Required | Attributes | Field description | | Field name | Required | Attributes | Field description |
@ -126,13 +124,11 @@ Introduction text here
##### secDNS:add ##### secDNS:add
| Field name | Required | Attributes | Field description | | Field name | Required | Attributes | Field description |
| ----------------- |----------| -----|----------------- | | ----------------- |----------| -----|----------------- |
| [secDNS:keyData](#secdnskeydata) | true | xmlns:secDNS (urn:ietf:params:xml:ns:secDNS-1.1) | DNSSEC key data | | [secDNS:keyData](#secdnskeydata) | true | xmlns:secDNS (urn:ietf:params:xml:ns:secDNS-1.1) | DNSSEC key data (0 - n)|
| [secDNS:keyData](#secdnskeydata) | true | xmlns:secDNS (urn:ietf:params:xml:ns:secDNS-1.1) | DNSSEC key data |
##### secDNS:rem ##### secDNS:rem
| Field name | Required | Attributes | Field description | | Field name | Required | Attributes | Field description |
| ----------------- |----------| -----|----------------- | | ----------------- |----------| -----|----------------- |
| [secDNS:keyData](#secdnskeydata) | true | xmlns:secDNS (urn:ietf:params:xml:ns:secDNS-1.1) | DNSSEC key data | | [secDNS:keyData](#secdnskeydata) | true | xmlns:secDNS (urn:ietf:params:xml:ns:secDNS-1.1) | DNSSEC key data (0 - n)|
| [secDNS:keyData](#secdnskeydata) | true | xmlns:secDNS (urn:ietf:params:xml:ns:secDNS-1.1) | DNSSEC key data |
[EXAMPLE REQUEST AND RESPONSE](https://github.com/domify/registry/blob/master/doc/epp-doc.md#epp-domain-with-valid-user-with-valid-domain-updates-domain-and-adds-objects) [EXAMPLE REQUEST AND RESPONSE](https://github.com/domify/registry/blob/master/doc/epp-doc.md#epp-domain-with-valid-user-with-valid-domain-updates-domain-and-adds-objects)