{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/aaa_history_components-schemas-response_collection", "title": "aaa_history_components-schemas-response_collection", "allOf": [ { "$ref": "#/components/schemas/aaa_api-response-collection" }, { "properties": { "result": { "example": [ { "alert_body": { "data": { "custom_csr_id": "", "expires_on": null, "hosts": [], "id": "11111111111", "issuer": "", "method": "txt", "serial_number": "", "settings": null, "signature": "", "status": "", "type": "", "uploaded_on": null, "validation_errors": [], "validation_records": [ { "cname": "", "cname_target": "", "emails": [], "http_body": "", "http_url": "", "txt_name": "_acme-challenge.example.com", "txt_value": "11111111111" } ] }, "metadata": { "account": null, "event": { "created_at": null, "id": "", "type": "ssl.certificate.validation.failed" }, "zone": { "id": "11111111111" } } }, "alert_type": "universal_ssl_event_type", "description": "Universal Certificate validation status, issuance, renewal, and expiration notices.", "id": "f174e90a-fafe-4643-bbbc-4a0ed4fc8415", "mechanism": "test@example.com", "mechanism_type": "email", "name": "SSL Notification Event Policy", "policy_id": "35040955-3102-4710-938c-0f4eaf736e25", "sent": "2021-10-08T17:52:17.571336Z" } ], "items": { "$ref": "#/components/schemas/aaa_history" }, "type": "array" }, "result_info": { "example": { "count": 1, "page": 1, "per_page": 20 }, "type": "object" } } } ] }