{"type":"model","meta":{"id":"/apps/pubhub/media/nexus-dashboard-api-411/1d680a4cdd0fc79ff5ea7816bfd85c04c5374398/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.1.0.1007","contact":{"name":"API Support","url":"https://developer.cisco.com/docs/nexus-dashboard/4-1/developer-support/"}},"x-parser-conf":{"overview":{"markdownPath":"reference-overviews/overview-orchestration.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":{"additionalProperties":false,"description":"Graph Node List","properties":{"id":{"description":"source Template ID","type":"string"},"name":{"description":"source Template Name","type":"string"},"inSync":{"additionalProperties":false,"description":"InSyncStatus","properties":{"templateSyncInfo":{"description":"Template Sync Status","enum":["IN_SYNC","OUT_OF_SYNC","NO_SITES_ASSOCIATED","NOT_AVAILABLE"],"type":"string","$$ref":"#/components/schemas/TemplateSyncStatus"},"TimeStamp":{"description":"Time Stamp when this entry was updated","type":"integer"}},"title":"InSyncStatus","type":"object","$$ref":"#/components/schemas/InSyncStatus"},"dests":{"description":"List of template nodes","items":{"additionalProperties":false,"description":"Node Information","properties":{"dn":{"description":"DN","type":"string"},"name":{"description":"Name","type":"string"},"type":{"description":"NodeType","type":"string"},"podID":{"description":"Pod ID","type":"string"},"nodeID":{"description":"Node ID","type":"string"}},"title":"Node","type":"object","$$ref":"#/components/schemas/Node"},"minItems":1,"type":"array"}},"required":["dests"],"title":"TemplateGraphNode","type":"object","$$ref":"#/components/schemas/TemplateGraphNode"}}