Table of Contents

Get Monitoring Job

Method Name: getJob
Description: Retrieves details of a monitoring job.
WSDL URL: https://api.durabledns.com/services/monitoring/job.php?wsdl

Input

apiuser —— Value for authentication – Provided by DurableDNS on the Dashboard
apikey —— Value for authentication – Provided by DurableDNS on the Dashboard
job_id —— Unique numeric ID of job.

Output

id —— Unique numeric ID of job.
jobname —— Name of job
zonename —— Name of zone containing record_id
record_id —— Unique number ID of record being monitored
monitor_type_id —— Port check = 2, Ping check = 3
port —— TCP port to check if monitor_type_id = 2
interval —— Number of minutes between checks
email_on_failure —— Should DurableDNS email you when the server fails? Y or N
email_to —— Email address to email if email_on_failure = Y. Otherwise, this is null
dns_on_failure —— Should DurableDNS change the IP address of the record if the server fails? Y or N
change_dns_to —— IP Address to change record data to if server fails if dns_on_failure = Y. Otherwise this is null.
failure_threshold —— Number of sequential check failures before determining the server has failed.
active —— Y or N

 
soap/getjob.txt · Last modified: 2019/05/16 09:36 by DurableDNS Support