Register a new DCV policy
Register a new DCV policy
DCV policy to register
|
name
string
requiredUnique name of the DCV policy |
|
provider
string
requiredName of the DCV provider configuration to use |
|
provisioner
string
requiredName of the DCV provisioner configuration to use |
|
executionTimeout
string | null (FiniteDuration)
requiredMaximum duration for a single DCV run |
|
retryDelay
string | null (FiniteDuration)
requiredDelay between retry attempts |
|
filter
string | null
Optional regex filter applied to domain hostnames |
|
renewalPolicy
object | null (DCVRenewalPolicy)
Renewal scheduling policy; if absent no automatic renewal is triggered |
|
enabled
boolean
Whether the DCV policy is enabled; disabled policies are not scheduled |
|
triggers
object | null (DCVPolicyTriggers)
Optional trigger configuration for DCV lifecycle events |
-
201 DCV policy successfully registered
_idstring (Internal ID) requiredObject internal ID
namestring requiredUnique name of the DCV policy
providerstring requiredName of the DCV provider configuration to use
provisionerstring requiredName of the DCV provisioner configuration to use
executionTimeoutstring | null (FiniteDuration) requiredMaximum duration for a single DCV run
retryDelaystring | null (FiniteDuration) requiredDelay between retry attempts
filterstring | nullOptional regex filter applied to domain hostnames
renewalPolicyobject | null (DCVRenewalPolicy)Renewal scheduling policy; if absent no automatic renewal is triggered
enabledbooleanWhether the DCV policy is enabled; disabled policies are not scheduled
triggersobject | null (DCVPolicyTriggers)Optional trigger configuration for DCV lifecycle events
-
400 Bad Request
-
401 Unauthorized request
-
403 Forbidden action
-
500 Internal Server error