Application Packaging Standard

Last updated 18-Mar-2019

PADnsRecord

The PADnsRecord APS type is the base type implemented by the platform special DNS record APS types.

In this document:

Schema

The considered APS type (download) extends the DNSRecord APS type(s) and looks as follows:

{
  "name": "PADnsRecord",
  "id": "http://parallels.com/aps/types/pa/dns/record/1.0",
  "apsVersion": "2.0",
  "implements": [
    "http://aps-standard.org/types/dns/record/1.0"
  ],
  "properties": {
    "recordId": {
      "type": "integer",
      "final": true
    },
    "sourceFQN": {
      "type": "string",
      "readonly": true
    },
    "data": {
      "type": "string",
      "readonly": true
    }
  }
}

Properties

NAME TYPE ATTRIBUTES DEFAULT DESCRIPTION
data String Not Required Read Only   Data.
recordId Integer Not Required Final   Record ID.
sourceFQN String Not Required Read Only   Source fully qualified name.

Examples

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