{"type":"model","meta":{"id":"/apps/pubhub/media/tortuga-api-documentation/d051b07a38d4362ae89a672c6f998ecd945e9745/cbe9e4eb-3b67-3d77-bde8-9a8275c07620","info":{"contact":{"email":"hyperfabric-support@cisco.com","name":"Cisco Nexus Hyperfabric REST API","url":"https://hyperfabric.cisco.com"},"description":"Use this documentation to explore the API in detail.\n\nEach request will have a complete description of all the accepted parameters.\n\n## Authentication\n\nRequests are authenticated using Bearer Tokens. Tokens should be created from within the Hyperfabric service web UI and stored securely.\n\nSee the [bearer token](https://developer.cisco.com/docs/hyperfabric/authentication/#bearer-tokens) documentation page for more details.\n","license":{"name":"Cisco Licensing","url":"https://www.cisco.com/c/dam/en_us/about/doing_business/legal/Cisco_General_Terms.pdf"},"termsOfService":"https://www.cisco.com/c/dam/en_us/about/doing_business/legal/Cisco_General_Terms.pdf","title":"Cisco Nexus Hyperfabric REST API","version":"1.1.0-Rev.2025-10-29.838c8"},"security":[{"http":[]}],"tags":[{"description":"APIs for managing authorization, account, users, API keys and tokens.","name":"Auth"},{"description":"APIs for managing devices.","name":"Devices"},{"description":"APIs for managing fabrics, candidate configurations and fabric connections.","name":"Fabrics"},{"description":"APIs for network configuration.","name":"Networks"},{"description":"APIs for managing nodes, ports, port channels and other interfaces.","name":"Nodes"},{"description":"APIs for managing port channels on a fabric.","name":"Port Channels"},{"description":"APIs for managing VNIs","name":"Vnis"},{"description":"APIs for managing VRFs.","name":"Vrfs"}],"openapi":"3.0.3","servers":[{"description":"V1 Server","url":"https://hyperfabric.cisco.com/api/v1"}],"securitySchemes":{"http":{"bearerFormat":"JWT","description":"A bearer token issued by the service","scheme":"bearer","type":"http"}}},"spec":{"description":"A Switch Virtual Interface (SVI) or VLAN interface is a logical Layer 3 interface that connects a VLAN to a Layer 3 virtual routing and forwarding (VRF) instance and acts as a gateway for the hosts connected to the VLAN. A Static Anycast Gateway SVI is an SVI deployed on multiple devices enabling the use of the same gateway IP addresses across all the nodes that are part of a VNI.","nullable":true,"properties":{"enabled":{"description":"The enabled state of the SVI which indicates if the SVI is enabled or disabled.","type":"boolean"},"ipv4Addresses":{"description":"A list of up to two IPv4 host addresses with subnet mask to be configured on the SVI. If there are two IP addresses on the SVI, then there are two possibilities. \ta) If IPS are in two different networks, then SVI gets two networks. \tb) If IPS are in the same network, then the first IP address is the primary gateway \t and second IP address is the secondary gateway.","items":{"type":"string"},"type":"array"},"ipv6Addresses":{"description":"A list of up to one IPv6 host address with subnet mask to be configured on the SVI.","items":{"type":"string"},"type":"array"}},"type":"object","$$ref":"#/components/schemas/modelsSvi","title":"modelsSvi"}}