-
Notifications
You must be signed in to change notification settings - Fork 5
Dynect
A Dynect API connector instance has the following methods, members, and events.
Dynect is an EventEmitter.
-
customerString. Dynect customer_name. -
usernameString. Dynect user_name. -
passwordString. Dynect pasword. -
keepaliveNumber Optional. If specified, the API keep-alive interval in milliseconds.
Constructor for creating a new Dynect API connector instance.
Opens a new dynect Session.
Closes an existing Dynect Session.
-
zoneString. -
callbackFunction Optional. The callback has argument(response), a Dynect Response object.
Publishes zone changes.
A typed instance of Record for CRUD operations on A records.
-
rdataObject-
addressString. IPv4 Address.
-
A typed instance of Record for CRUD operations on CNAME records.
-
rdataObject-
cnameString. Hostname.
-
A typed instance of Record for CRUD operations on SRV records.
-
rdataObject-
portNumber. -
priorityNumber. -
targetString. -
weightNumber.
-
-
tokenString. Dynect Session token.
Emitted when the Session is opened.
Emitted when the Session is closed.
-
taskObject-
methodString. HTTP method. -
pathString. REST execution path. -
tokenString. Dynect Session token. -
dataObject. Dynect request data object.
-
Emitted when an API call added to the queue.
Emitted after an API call is popped from the queue and executed.
-
taskObject-
methodString. HTTP method. -
pathString. REST execution path. -
tokenString. Dynect Session token. -
dataObject. Dynect request data object.
-
Emitted when all calls in the queue have been completed.
-
taskObject-
methodString. HTTP method. -
pathString. REST execution path. -
tokenString. Dynect Session token. -
dataObject. Dynect request data object. *responseObject. Dynect Response object.
-
Emitted when an API call response is received from Dynect.
-
taskObject-
methodString. HTTP method. -
pathString. REST execution path. -
tokenString. Dynect Session token. -
dataObject. Dynect request data object.
-
-
errString. Error details.
Emitted when an API call error occurs when making a request to Dynect.