Amazon Route 53 · Example Payload

Amazon Route 53 Openapi Health Check Example

DNSDomain RegistrationHealth ChecksRouting

Amazon Route 53 Openapi Health Check Example is an example object payload from Amazon Route 53, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

IdCallerReferenceLinkedServiceHealthCheckConfigHealthCheckVersion

Example Payload

Raw ↑
{
  "Id": "abc123",
  "CallerReference": "example-value",
  "LinkedService": {
    "ServicePrincipal": "example-value",
    "Description": "Example description"
  },
  "HealthCheckConfig": {
    "IPAddress": "example-value",
    "Port": 100,
    "Type": "HTTP",
    "ResourcePath": "example-value",
    "FullyQualifiedDomainName": "example.com",
    "RequestInterval": 10,
    "FailureThreshold": 100,
    "EnableSNI": true
  },
  "HealthCheckVersion": 100
}