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
requiredName of the DCV policy |
|
domain
string
requiredThe domain hostname to retrieve events for |
Body
required
|
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
resultsarray of objects (DCVLifecycleEvent) requiredpageIndexinteger requiredpageSizeinteger requiredhasMoreboolean requiredcountinteger | null -
204 No events found for this domain
-
401 Unauthorized request
-
403 Forbidden action
-
404 DCV policy not found
-
500 Internal Server error