mirror of
https://github.com/internetee/registry.git
synced 2025-07-04 02:03:36 +02:00
Poll req doc
This commit is contained in:
parent
87afd1c2da
commit
303a9470f2
2 changed files with 16 additions and 0 deletions
|
@ -39,3 +39,5 @@
|
||||||
| ----------------- |----------|----------------- |
|
| ----------------- |----------|----------------- |
|
||||||
| ext:relative | true if ext:absolute is not specified | Relative expiry duration (ISO8601) |
|
| ext:relative | true if ext:absolute is not specified | Relative expiry duration (ISO8601) |
|
||||||
| ext:absolute | true if ext:relative is not specified | Absolute expiry date (ISO8601) |
|
| ext:absolute | true if ext:relative is not specified | Absolute expiry date (ISO8601) |
|
||||||
|
|
||||||
|
[EXAMPLE REQUEST AND RESPONSE](/doc/epp-doc.md#epp-keyrelay-with-valid-user-makes-a-keyrelay-request)
|
||||||
|
|
|
@ -45,3 +45,17 @@ Here are functions like login, logout, hello, poll
|
||||||
|
|
||||||
[EXAMPLE REQUEST AND RESPONSE](/doc/epp-doc.md#epp-session-when-connected-with-valid-user-logs-out-epp-user)
|
[EXAMPLE REQUEST AND RESPONSE](/doc/epp-doc.md#epp-session-when-connected-with-valid-user-logs-out-epp-user)
|
||||||
|
|
||||||
|
### Poll request
|
||||||
|
|
||||||
|
| Field name | Required | Attributes | Field description |
|
||||||
|
| ----------------- |----------| -----|----------------- |
|
||||||
|
| [poll](#poll) | true | | |
|
||||||
|
| clTRID | false | | Client transaction id |
|
||||||
|
|
||||||
|
##### poll
|
||||||
|
|
||||||
|
| Field name | Required | Attributes | Field description |
|
||||||
|
| ----------------- |----------| -----|----------------- |
|
||||||
|
| poll | true | op (req, ack) | Rec for receiving messages, ack for dequeuing |
|
||||||
|
|
||||||
|
[EXAMPLE REQUEST AND RESPONSE](/doc/epp-doc.md#epp-poll-with-valid-user-queues-and-dequeues-messages)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue