{"type":"api","title":"Template Deploy Status","meta":{"id":"/apps/pubhub/media/nexus-dashboard-api-v1/86cc2501c92a7370499e3d537496e5c722396afb/a72eb1a6-1e13-33b0-8c24-83655fdec1bd","info":{"title":"Nexus Dashboard Orchestrator","description":"Orchestrator API for policy management, monitoring the health, and enforcement of segmentation and security policies on ACI fabrics.","version":"5.2.1","contact":{"name":"Cisco Technical Assistance Center (TAC)","url":"https://devnetapps.cisco.com/docs/nexus-dashboard/api-v1/developer-support/"},"license":{"name":"Cisco","url":"https://www.cisco.com/site/us/en/about/legal/contract-experience/index.html"}},"x-parser-conf":{"overview":{"markdownPath":"reference/overview-orchestration-api.md"},"labelConfig":{"endpoint":{"field":"operationId","format":"startCase"}}},"openapi":"3.0.3","servers":[{"description":"Nexus Dashboard Orchestrator API","url":"https://{cluster}/mso","variables":{"cluster":{"default":"example.com","description":"The cluster URL/IP address","enum":["example.com","10.1.1.20"]}}}]},"spec":{"operationId":"templateDeployStatus","parameters":[{"in":"path","name":"schemaId","required":true,"schema":{"type":"string"}},{"in":"path","name":"templateName","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"*/*":{"schema":{"additionalProperties":false,"description":"Summary of template status on all sites","properties":{"status":{"description":"Overall status of the template on all sites","items":{"additionalProperties":false,"description":"Template status from a service","properties":{"schemaId":{"description":"Schema ID","type":"string"},"templateId":{"description":"Template ID","type":"string"},"templateName":{"description":"Template Name","type":"string"},"siteId":{"description":"Site ID","type":"string"},"status":{"additionalProperties":false,"description":"Status details of a template for a given site","properties":{"siteStatus":{"description":"Template Deploy/Undeploy status","type":"string"},"timestamp":{"description":"Timestamp of template Deploy/Undeploy","type":"integer"},"timestampLocalDateTime":{"description":"Local time of template Deploy/Undeploy","type":"string"},"msg":{"description":"Message","type":"string"},"siteDeployDuration":{"description":"Time taken to deploy/undeploy a template on a site","type":"string"},"deployedVersion":{"description":"DeployedVersion","type":"integer"}},"title":"templateeng.Status","type":"object","$$ref":"#/components/schemas/templateeng.Status"}},"required":["status"],"title":"templateeng.TemplateStatus","type":"object","$$ref":"#/components/schemas/templateeng.TemplateStatus"},"minItems":0,"type":"array"}},"title":"templateeng.TemplateStatusSummary","type":"object","$$ref":"#/components/schemas/templateeng.TemplateStatusSummary"}}},"description":"successful operation"},"400":{"content":{},"description":"Bad request"},"401":{"content":{},"description":"Unauthorized"},"403":{"content":{},"description":"Forbidden"},"404":{"content":{},"description":"Could not find resource"},"500":{"content":{},"description":"Internal server error"}},"summary":"Get template deploy status from all sites","tags":["Deployment"],"__originalOperationId":"templateDeployStatus","method":"get","path":"/api/v1/deploy/status/schema/{schemaId}/template/{templateName}"}}