{"type":"model","meta":{"id":"/apps/pubhub/media/nexus-dashboard-api-411/1d680a4cdd0fc79ff5ea7816bfd85c04c5374398/6892077b-82e7-33df-b47a-dd1fcda33552","info":{"contact":{"name":"API Support","url":"https://developer.cisco.com/docs/nexus-dashboard/4-1/developer-support/"},"description":"Manage APIs provide the ability to manage resources connected to the cluster","title":"Nexus Dashboard Manage v1","version":"1.0.130","x-nd-server-ignore":true},"x-parser-conf":{"overview":{"markdownPath":"reference-overviews/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":{"description":"Private vlan trunk interface","properties":{"subType":{"description":"Type of the interface (e.g., access, trunk, pvlanTrunk, dot1qTunnel, routed, unManaged, custom)","enum":["access","trunk","pvlanTrunk","dot1qTunnel","routed","unManaged","custom"],"nullable":false,"type":"string","$$ref":"#/components/schemas/ethPcSubType"},"adminState":{"default":true,"description":"Enable/Disable Interface","type":"boolean"},"bpduGuard":{"default":"true","description":"Spanning-tree BPDU guard setting associated with this interface","enum":["true","false","no"],"type":"string"},"cdp":{"default":true,"description":"Enable CDP on the interface","type":"boolean"},"configDescription":{"description":"Configuration description","type":"string"},"duplexMode":{"default":"auto","description":"Interface duplex mode","enum":["auto","half","full"],"type":"string"},"enableOrphanPort":{"default":false,"description":"If enabled, configure the interface as a vPC orphan port to be suspended by the secondary peer in vPC failures","type":"boolean"},"freeformConfig":{"description":"logging event port link-status","type":"string"},"mtu":{"default":"default","description":"Layer-2 MTU associated with the interface","enum":["default","jumbo"],"type":"string"},"netflow":{"default":false,"description":"Enable netflow on the interface","type":"boolean"},"netflowMonitor":{"description":"Netflow Layer-2 monitor name for the interface","type":"string"},"netflowSampler":{"description":"Netflow Layer-2 sampler name for the interface (only applicable for Nexus 7000 platforms)","type":"string"},"pfc":{"default":false,"description":"Enable Priority Flow Control (PFC) on the interface","type":"boolean"},"portTypeFast":{"default":true,"description":"Enable/Disable spanning-tree edge port behavior","type":"boolean"},"qos":{"default":false,"description":"Enable QoS policy on the interface. If AI Queuing is enabled on the fabric, will use the QOS_CLASSIFICATION policy. Enter a custom policy below to override","type":"boolean"},"qosPolicy":{"description":"Custom QoS Policy associated with the interface (must be defined apriori)","type":"string"},"queueingPolicy":{"description":"Custom Queuing Policy associated with the interface (must be defined apriori)","type":"string"},"speed":{"default":"auto","description":"Interface speed","enum":["auto","10Mb","100Mb","1Gb","2.5Gb","5Gb","10Gb","25Gb","40Gb","50Gb","100Gb","200Gb","400Gb"],"type":"string"},"associationList":{"description":"Private VLAN host association. Application for private vlan mode host or trunk secondary.","items":{"description":"Association list data","properties":{"primaryVlan":{"description":"Primary VLAN","maximum":4094,"minimum":1,"type":"integer"},"secondaryVlan":{"description":"Secondary VLAN","maximum":4094,"minimum":1,"type":"string"}},"type":"object","$$ref":"#/components/schemas/associationListData"},"type":"array"},"mappingList":{"description":"Private VLAN promiscuous mapping. Application for private vlan mode promiscuous or trunk promiscuous.","items":{"description":"VLANs details","properties":{"primaryVlan":{"description":"Primary VLAN","maximum":4094,"minimum":1,"type":"integer"},"secondaryVlans":{"description":"Secondary VLANs","type":"string"}},"type":"object","$$ref":"#/components/schemas/mappingListData"},"type":"array"},"privateVlanMode":{"description":"Private VLAN mode","enum":["promiscuous","trunk promiscuous","host","trunk secondary"],"type":"string"},"nativeVlan":{"description":"Native VLAN associated with the trunk interface","maximum":4094,"minimum":1,"type":"integer"},"vlanIds":{"default":"none","description":"Private VLAN allowed values. Value can be none, all, or vlan ranges (e.g. 1-200,500-2000,3000). Not applicable for private VLAN mode host or promiscuous.","type":"string"}},"required":["subType","privateVlanMode"],"type":"object","$$ref":"#/components/schemas/privateVlanTrunkInterface","title":"privateVlanTrunkInterface"}}