Skip to main content

AAAAAValue

pickerstringrequired

The picker type for the A record

Possible values: [simple, weighted, rnd_port_health, rnd_web_health, geo_port_health, geo_web_health]

addresses object[]required

List of addresses

  • Array [
  • ipstring

    IP address

    weightinteger

    Weight for the address, used only when weighted round-robin

    portinteger

    Port number used for both health and web checks

    pathstring

    Web check path

    sslboolean

    Whether to use SSL (http or https)

  • ]
  • AAAAAValue
    {
    "picker": "simple",
    "addresses": [
    {
    "ip": "string",
    "weight": 0,
    "port": 0,
    "path": "string",
    "ssl": true
    }
    ]
    }