The PAHostedDomain10 APS Type is an old version (1.0) that is used to create and manage DNS zones of the hosted domains.
In this document:
The considered APS type (download
)
extends the HostedDomain APS type(s) and looks as follows:
{
"name": "PAHostedDomain10",
"id": "http://parallels.com/aps/types/pa/dns/zone/1.0",
"apsVersion": "2.0",
"implements": [
"http://aps-standard.org/types/dns/zone/1.0"
],
"relations": {
"account": {
"type": "http://parallels.com/aps/types/pa/account/1.0",
"required": true
}
},
"properties": {
"zoneId": {
"type": "integer",
"final": true
}
}
}
NAME | TYPE | ATTRIBUTES | DEFAULT | DESCRIPTION |
---|---|---|---|---|
zoneId | Integer | Not Required Final | Domain zone id |
NAME | TYPE | REQUIRED | DESCRIPTION |
---|---|---|---|
account | PAAccount | Yes | Account related to this domain PAAccount |