TYPE | Fragment
|
Category | Objects |
Description
Object: HostingDomain
Properties
name |
type |
required |
default |
description |
name |
string |
yes |
|
The domain name in IDN punycode form |
forward |
object: boolean |
no |
|
If set to true it is a forward |
forwardUrl |
string |
no |
|
Forward url |
forwardType |
string |
no |
|
Forward type: 301,302,frame |
primary |
object: boolean |
no |
|
If the domain is the primary domain for a hosting, then it can only be modified,not removed |
subDomainOf |
string |
no |
|
If it is a subdomain of another domain |
Sample JSON
{
"name": "example-2022-4-26-13-50-36.com",
"forward": false,
"primary": true
}