Prohlížení redirectu - show redirect
Vrátí informace o redirectu.
<?php $result = $client->sendCommand("show redirect",array( "domain" => "domainmaster.cz" )); ?>
Lze prohlížet pouze domény ve Vašem účtu plátce.
<?php print_r($result->getData()); // vytiskne: // Array // ( // [domainmaster.cz] => Array // ( // [url] => https://www.generalregistry.cz // [expiry_date] => 2022-03-05 // [silent_termination] => N // ) // )