User Tools

Site Tools


infoblox_nios:dtc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
infoblox_nios:dtc [2025/07/11 18:11] bstaffordinfoblox_nios:dtc [2025/08/24 17:02] (current) – [EDNS0] bstafford
Line 67: Line 67:
  
 DTC doesn't pay any attention to the "Add" and "Copy" features of NIOS Forwarders (DNS Properties > Forwarding) as that feature is for Infoblox Threat Defense cloud only. DTC doesn't pay any attention to the "Add" and "Copy" features of NIOS Forwarders (DNS Properties > Forwarding) as that feature is for Infoblox Threat Defense cloud only.
 +===== Healthcheck Palo Alto Networks Panorama =====
 +Use DTC to pole both members of a Panorama HA pair to see which is active. Use in "Global Availability" balance.
  
 +HTTP request:
 +<code>
 + GET /api/?type=op&cmd=%3Cshow%3E%3Chigh-availability%3E%3Cstate%3E%3C%2Fstate%3E%3C%2Fhigh-availability%3E%3C%2Fshow%3E&key=my-really-long-api-key-here== HTTP/1.1
 + Host: panorama.example.com
 + Connection: close</code>
 +
 +Response Code Check
 +<code> A valid response code equals 200</code>
 +
 +Search for a string in the response content "both the header and body"
 +
 +Regular expression
 +<code> <state>primary-active</state></code>
 +
 +The content is valid if the regular expression is "found"
 ===== Logging ===== ===== Logging =====
 ==== HTTP Check ==== ==== HTTP Check ====
infoblox_nios/dtc.1752257498.txt.gz · Last modified: by bstafford