Documentation

update_dns_settings.inc.php

Page-level DocBlock

Table of Contents

Functions

update_dns_settings()  : mixed
Bearbeiten eines DNS Resource Records

Functions

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