List DCV lifecycle events for a specific domain

Retrieve DCV lifecycle events for a specific domain under a given policy with pagination

Path parameters
policy
string required

Name of the DCV policy

domain
string required

The domain hostname to retrieve events for

Body required
application/json
sortedBy
array of objects | null (SortElement)
pageIndex
integer | null
pageSize
integer | null
withCount
boolean | null
Responses
  • 200 Paginated list of DCV lifecycle events for the domain
    results
    array of objects (DCVLifecycleEvent) required
    pageIndex
    integer required
    pageSize
    integer required
    hasMore
    boolean required
    count
    integer | null
  • 204 No events found for this domain
  • 401 Unauthorized request
  • 403 Forbidden action
  • 404 DCV policy not found
  • 500 Internal Server error