| TYPE | Fragment
|
| Category | Objects |
Description
Object: Reservation
Properties
| name |
type |
required |
default |
description |
| domain |
string |
yes |
|
The domain name in IDN punycode form |
| server |
string |
yes |
|
The server name |
| created |
integer |
yes |
|
Timestamp when this was created |
| modified |
integer |
yes |
|
Timestamp when this was modified |
| activeUntil |
integer |
yes |
|
Timestamp this will be active until |
Sample JSON
{
"domain": "example-ewout.com",
"server": "pleskdev11",
"created": 1670496178,
"modified": 1670496178,
"activeUntil": 1670582578
}