Ascio DNS
Enumeration SearchZoneField
Property | Description |
---|---|
ZoneName | |
Owner | |
Source | Example: "www.testing-ascio.com" |
Target | Example: "5.6.7.8" |
RecordType | |
CreatedDate | |
TTL | Example: 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.
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.