Get DCV policy status
Get the status of a DCV policy, including policy metadata and per-domain validation status.
|
name
string
requiredName of the DCV policy |
-
200 DCV policy status including policy metadata and per-domain validation status
namestring requiredUnique name of the DCV policy
enabledboolean requiredWhether the DCV policy is enabled
executionTimeoutstring | null (FiniteDuration) requiredMaximum duration allowed for a single DCV run
retryDelaystring | null (FiniteDuration) requiredDelay between retry attempts
statusstring requiredCurrent status of the DCV policy
EnumscheduleddisabledrunningqueuedenableddomainsStatusobject (DCVDomainsStatus) requiredDomain validation statuses, with an optional error if the provider could not be reached
runnableboolean requiredWhether the policy is enabled and the principal has manage permission
renewalPeriodstring | null (FiniteDuration)Duration before expiry at which renewal is triggered; absent if no renewal policy is set
startedAtinteger | nullEpoch milliseconds when the current execution started, only present when status is running
executionTimeoutAtinteger | nullEpoch milliseconds at which the current execution will be forcefully ended, only present when status is running
nextCheckAtinteger | nullEpoch milliseconds of the next retry check, only present when status is running
-
401 Unauthorized request
-
403 Forbidden action
-
404 DCV policy not found
-
500 Internal Server error