{"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","properties":{"serviceClusterName":{"type":"string","description":"Service cluster name","example":"Cluster1","pattern":"^[a-zA-Z0-9_-]+$","maxLength":30,"$$ref":"#/components/schemas/ServiceClusterName"},"clusterType":{"type":"string","description":"Cluster type. A value of 'other' refers to any other service entities like proxy, optimizer etc.","example":"firewall","enum":["firewall","loadBalancer","vnf","other"],"$$ref":"#/components/schemas/ClusterType"},"probeFailAction":{"type":"string","description":"Probe action in case of service cluster failure","example":"drop","enum":["drop","forward","bypass","none"]},"functionName":{"type":"string","description":"Service function name","example":"FWFunc1","pattern":"^[a-zA-Z0-9_-]+$","maxLength":31,"$$ref":"#/components/schemas/FunctionName"},"sequenceNumber":{"type":"integer","description":"Sequence number","example":10,"format":"int64","minimum":1,"maximum":4294967295},"vrfName":{"type":"string","minLength":1,"maxLength":32,"example":"MyVRF","description":"Name of the VRF","$$ref":"#/components/schemas/schemas-vrfName"}},"description":"Service chain entry","required":["functionName","serviceClusterName","clusterType"],"$$ref":"#/components/schemas/ChainEntry","title":"ChainEntry"}}