Documentation

update_domain.inc.php

Page-level DocBlock

Table of Contents

Functions

update_domain()  : mixed
Bearbeiten einer Domain

Functions

update_domain()

Bearbeiten einer Domain

update_domain(array<string|int, mixed> $parameter) : mixed
Parameters
$parameter : array<string|int, mixed>

folgende Parameter sind möglich:

  • kas_login: das betreffende KAS Login
  • kas_auth_data: die Authentifizierungsdaten
  • kas_auth_type: der Authentifizierungstyp
  • domain_name: der zu bearbeitende Hostname
  • domain_path: der Hostpfad im Account oder bei Redirect ein FQDN oder ein WBK (optional, Beispiele: /pfad/ oder http://domain.tld (redirect_status required) oder wbk:wbk000001
  • redirect_status: Redirectstatus: 0|301|302|307, 0 = kein Redirect (optional)
  • php_version: die gewünschte PHP Version: modul|5.X (optional)
  • is_active: Domain ist aktiv: Y|N (optional)
Tags
link

Beispiel

throws
true

die Aktion wurde durchgeführt

throws
missing_parameter

ein Pflichtparameter fehlt

throws
in_progress

das KAS Objekt ist zZt noch in Bearbeitung

throws
nothing_to_do

es wurde nichts geändert

throws
redirect_status_syntax_incorrect
throws
redirect_status
throws
statistic_syntax_incorrect
throws
domain_not_found_in_kas
throws
domain_path_syntax_incorrect
throws
domain_has_active_fpse
throws
php_version_syntax_incorrect
throws
php_version_not_available_on_server
throws
is_active_syntax_incorrect

        
On this page

Search results