Any Edge Domain

List

Retrieve a paginated list of Any Edge Domain records. Supports filtering, sorting, and search.

get/api/cp/setup/anyedge-domain

Query parameters

status'Pending' | 'Ready' | 'Error'

Filter by Status

method'SSLv23' | 'SSLv3' | 'TLSv1' | 'TLSv1_2' | 'none'

Filter by Method

insertion'stateless' | 'transactional' | 'dialog'

Filter by Insertion

Response

Successful response

idinteger

Id

anycast_dispatcher_idinteger

Anycast Dispatcher Id (references anycast_dispatcher.id)

domainstring

Domain (unique)

status'Pending' | 'Ready' | 'Error'

Status

method'SSLv23' | 'SSLv3' | 'TLSv1' | 'TLSv1_2' | 'none'

Method

verify_certinteger

Verify Cert

require_certinteger

Require Cert

cipher_liststring

Cipher List

ec_curvestring

Ec Curve

uac_teststring

Uac Test

alginteger

Alg

cpsinteger

Cps

validatestring

Validate

compress_instring

Compress In

compress_outstring

Compress Out

insertion'stateless' | 'transactional' | 'dialog'

Insertion

flagsstring

Flags

last_updatedstring date-time nullable

Last Updated

primary_attemptsinteger

Primary Attempts

secondary_attemptsinteger

Secondary Attempts

Example response

[
  {
    "id": 12345,
    "anycast_dispatcher_id": 1,
    "domain": "example_domain",
    "status": "Pending",
    "method": "SSLv23",
    "verify_cert": 1,
    "require_cert": 1,
    "cipher_list": "example_cipher_list",
    "ec_curve": "example_ec_curve",
    "uac_test": "example_uac_test",
    "alg": 1,
    "cps": 123,
    "validate": "example_validate",
    "compress_in": "example_compress_in",
    "compress_out": "example_compress_out",
    "insertion": "stateless",
    "flags": "example_flags",
    "last_updated": "2025-01-17T10:30:00Z",
    "primary_attempts": 1,
    "secondary_attempts": 1
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.