Authorizations
The API key to use for authentication. Retrieve your API key from the Miru dashboard.
Path Parameters
The unique identifier of the deployment.
Example:
"dpl_123"
Body
application/json
Whether the deployment is valid. If invalid, the deployment is immediately archived and marked as 'failed'.
Example:
false
A message displayed on the deployment level in the UI.
Example:
"Validation failed!"
The config instance errors for this deployment.
Response
200 - application/json
Successfully validated the deployment.
The effect of the validation.
Available options:
none
, stage
, deploy
, reject
, void
A message explaining the validation effect.
Example:
"Deployment was voided because the device's current release is different from when the deployment was created."