{"type":"model","meta":{"id":"/apps/pubhub/media/nexus-dashboard-api-v1/86cc2501c92a7370499e3d537496e5c722396afb/6892077b-82e7-33df-b47a-dd1fcda33552","info":{"contact":{"name":"Cisco Technical Assistance Center (TAC)","url":"https://developer.cisco.com/docs/nexus-dashboard/latest/#developer-support/"},"description":"Manage APIs provide the ability to manage resources connected to the cluster","license":{"name":"Cisco","url":"https://www.cisco.com/site/us/en/about/legal/contract-experience/index.html"},"title":"Nexus Dashboard Manage v1","version":"1.1.411"},"tags":[{"name":"Fabric Management"},{"name":"Inventory"},{"name":"Device Credentials"},{"name":"Interfaces"},{"name":"Links"},{"name":"Policies"},{"name":"Access/ToR Associations"},{"name":"Resource Management"},{"name":"Configuration Compliance"},{"name":"Configuration Deployment"},{"name":"VRFs and Networks"},{"name":"Routing Policies"},{"name":"Security and Segmentation"},{"name":"L4L7 Services"},{"name":"Multi Tenancy"},{"name":"Fabric Software Management"},{"name":"Template Library"},{"name":"Anomaly Settings"},{"name":"Flows"},{"name":"AI Infrastructure and Analytics"},{"name":"Change Control"},{"name":"Endpoints"}],"x-parser-conf":{"overview":{"markdownPath":"reference/overview-manage.md"},"labelConfig":{"endpoint":{"field":"operationId","format":"startCase"}}},"openapi":"3.0.3","servers":[{"description":"Nexus Dashboard Manage APIs","url":"https://{cluster}/api/v1/manage","variables":{"cluster":{"default":"example.com","description":"The cluster URL/IP address","enum":["example.com","10.1.1.20"]}}}],"securitySchemes":{"OAuth2":{"type":"oauth2","description":"OAuth2 security scheme","flows":{"implicit":{"authorizationUrl":"https://example.com/login","scopes":{"observer":"Grants read access","fabric-admin":"Grants write access to fabric resources","support-engineer":"Primarily a role for support engineers to operate the managed resources","super-admin":"Grants access to all operations","approver":"Grants access to approve policies","designer":"Grants access to design policies"}}}},"http_signature":{"type":"http","scheme":"bearer","bearerFormat":"JWT","description":"HTTP Signature security scheme"},"cookieAuth":{"type":"apiKey","description":"Cookie based authentication","in":"cookie","name":"AuthCookie"}}},"spec":{"type":"object","description":"Commond properties for pending changes of a VRF or network attachment","properties":{"fabricName":{"type":"string","description":"Name of the fabric","example":"US-EAST","$$ref":"#/components/schemas/fabricName"},"switchId":{"type":"string","description":"Serial Number of the switch","example":"98AM4PTG8V0","$$ref":"#/components/schemas/components-schemas-switchId"},"switchIp":{"type":"string","format":"ipv4","description":"Management IP address of the switch"},"switchName":{"type":"string","description":"Name of the switch","example":"N9K-40"},"switchRole":{"description":"Role of the switch","oneOf":[{"description":"Role of the switch in VXLAN fabric","type":"string","enum":["tor","leaf","border","borderGateway","borderGatewaySpine","borderGatewaySuperSpine"],"$$ref":"#/components/schemas/vxlanOverlaySwitchRole"},{"description":"Role for switches in ECL fabric","type":"string","enum":["access","aggregate"],"$$ref":"#/components/schemas/eclOverlaySwitchRole"}]},"status":{"type":"string","description":"Configuration deployment status","enum":["deployed","deploymentInProgress","failed","inProgress","inSync","notApplicable","outOfSync","pending","previewInProgress","success"],"readOnly":true,"$$ref":"#/components/schemas/configurationStatus"},"pendingConfigs":{"type":"array","description":"List of config commands that are pending application on the switch","items":{"type":"string","description":"Individual configuration command that is pending deployment on the switch"}}},"$$ref":"#/components/schemas/vrfOrNetworkPreview","title":"vrfOrNetworkPreview"}}