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
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
}
]