Ascio DNS

Enumeration SearchZoneField

PropertyDescription
ZoneName
Owner
SourceExample: "www.testing-ascio.com"
TargetExample: "5.6.7.8"
RecordType
CreatedDate
TTLExample: 3600
<?php
        require_once(__DIR__."../service/DnsService.php");

$searchZoneField =  new ascio\SearchZoneField();
$searchZoneField->setZoneName(ascio\::ZoneName);
$searchZoneField->setOwner(ascio\::Owner);
$searchZoneField->setSource(ascio\::Source);
$searchZoneField->setTarget(ascio\::Target);
$searchZoneField->setRecordType(ascio\::RecordType);
$searchZoneField->setCreatedDate(ascio\::CreatedDate);
$searchZoneField->setTTL(ascio\::TTL);
WSDL AscioDns
https://dnsservice.demo.ascio.com/2010/10/30/DnsService.wsdl (OTE)
https://dnsservice.ascio.com/2010/10/30/DnsService.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.