Application Packaging Standard

Last updated 18-Mar-2019

PAHostedDomain10

The PAHostedDomain10 APS Type is an old version (1.0) that is used to create and manage DNS zones of the hosted domains.

Schema

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
    }
  }
}

Properties

NAME TYPE ATTRIBUTES DEFAULT DESCRIPTION
zoneId Integer Not Required Final   Domain zone id

Relationship

NAME TYPE REQUIRED DESCRIPTION
account PAAccount Yes Account related to this domain PAAccount

Examples

Please find general description of create-read-update-delete (CRUD) operations with resources, properties, and structures respectively at: