Retry a failed action
This endpoint allows you to retry an action that has failed and for which the glue record is in error state.
Endpoint
POST /registrar/v1/domains/{domain}/gluerecords/{hostname}/retry
Parameters
| Name | Location | Required | Type | Description |
|---|---|---|---|---|
| domain | Path | Yes | String | A complete domain name |
| hostname | Path | Yes | String | A glue record hostname |
Response
Update glue record
Example Request
POST /registrar/v1/domains/example.com/gluerecords/ns1.example.com/retry
Content-Type: application/json
Example Response
{
"message": "Ok"
}