{"type":"api","title":"Retry Deployment","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/7d836703-14a3-32cb-ad8e-6816d26ee7c8","info":{"title":"Device Configuration Deployments API","description":"Device Configuration Deployments API","version":"1.0.0","contact":{"name":"Crosswork Team, Cisco","email":"support@cisco.com"},"license":{"name":"Cisco Software License Agreement","url":"http://www.cisco.com/public/sw-license-agreement.html"}},"x-parser-conf":{"overview":{"markdownPath":"reference/EMF/Device Configuration/device-config-deployments-api-overview.md"}},"openapi":"3.1.0","servers":[{"url":"https://{server-ip}:30603/crosswork/config/v1/templates","description":"Generated server url"}]},"spec":{"tags":["Template API"],"operationId":"retryDeployment","parameters":[{"description":"Deployment Id","name":"deployment_id","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"202":{"description":"Accepted","content":{"application/json":{"schema":{"description":"Deploy Template Response","type":"object","properties":{"job_id":{"description":"Job Id","type":"string"},"status_code":{"description":"Status Code","type":"integer","format":"int32"},"message":{"description":"Message","type":"string"}},"$$ref":"#/components/schemas/DeployTemplateResp"},"example":{"status_code":202,"job_id":"d-template-name-sanity_DeployJob_2025-02-23_14:22:52","message":"Deployment scheduled"}}}},"403":{"description":"Forbidden. The server recognizes the authentication credentials, but the client is not authorized to perform this request."}},"method":"post","path":"/deploy-template/retry/{deployment_id}"}}