Documentation

dns

Table of Contents

Functions

add_dns_settings()  : mixed
Anlegen eines DNS Resource Records
reset_dns_settings()  : mixed
Zurücksetzen der DNS Einstellungen
update_dns_settings()  : mixed
Bearbeiten eines DNS Resource Records

Functions

add_dns_settings()

Anlegen eines DNS Resource Records

add_dns_settings(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
  • zone_host: die betreffende Zone
  • record_type: der TYPE des Resource Records (MX,A,AAAA usw)
  • record_name: der NAME des Resource Records
  • record_data: die DATA des Resource Records
  • record_aux: die AUX des Resource Records
Tags
link

Beispiel

throwss

TRUE die Aktion wurde durchgeführt

throwss

missing_parameter ein Pflichtparameter fehlt

throwss

dns_settings_not_allowed

throwss

record_already_exists

throwss

record_already_exists_as_non_cname

throwss

record_aux_syntax_incorrect

throwss

record_has_ssl_certificate

throwss

record_name_syntax_incorrect

throwss

record_syntax_incorrect

throwss

zone_not_found

throwss

zone_syntax_incorrect

reset_dns_settings()

Zurücksetzen der DNS Einstellungen

reset_dns_settings(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
  • zone_host: die betreffende Zone
  • nameserver: der betreffende Nameserver (optinal, default ns5.kasserver.com)
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
nameserver_syntax_incorrect
throws
zone_not_found
throws
zone_syntax_incorrect

update_dns_settings()

Bearbeiten eines DNS Resource Records

update_dns_settings(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
  • record_id: die ID des Resource Records
  • record_name: der NAME des Resource Records (optional)
  • record_data: die DATA des Resource Records (optional)
  • record_aux: die AUX des Resource Records (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
dns_settings_not_allowed
throws
record_already_exists
throws
record_already_exists_as_cname
throws
record_already_exists_as_non_cname
throws
record_aux_syntax_incorrect
throws
record_has_ssl_certificate
throws
record_id_not_found
throws
record_id_syntax_incorrect
throws
record_is_not_changeable
throws
record_name_syntax_incorrect
throws
record_syntax_incorrect

        
On this page

Search results