{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Orgs EVPN Topologies API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Orgs EVPN Topologies", "type": "folder" }, "items": [ { "info": { "name": "listOrgEvpnTopologies", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/evpn_topologies", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "for_site", "value": "", "type": "query", "description": "Filter for org/site level EVPN Toplogies" }, { "name": "limit", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" } ] }, "docs": "Get List of the existing Org EVPN topologies" }, { "info": { "name": "createOrgEvpnTopology", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/evpn_topologies", "params": [ { "name": "org_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "While all the `evpn_id` / `downlink_ips` can be specified by hand, the easiest way is to call the `build_vpn_topology` API, allowing you to examine the diff, and update it yourself. You can also simply call it with `overwrite=true` which will apply the updates for you.\n\n**Notes:**\n1. You can use `core` / `distribution` / `access` to create a CLOS topology\n2. You can also use `core` / `distribution` to form a 2-tier EVPN topology where ESI-Lag is configured distribution to connect to access switc" }, { "info": { "name": "getOrgEvpnTopology", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/evpn_topologies/:evpn_topology_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "evpn_topology_id", "value": "", "type": "path" } ] }, "docs": "Get One EVPN Topology Detail" }, { "info": { "name": "updateOrgEvpnTopology", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mist.com/api/v1/orgs/:org_id/evpn_topologies/:evpn_topology_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "evpn_topology_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the EVPN Topology" }, { "info": { "name": "deleteOrgEvpnTopology", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/orgs/:org_id/evpn_topologies/:evpn_topology_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "evpn_topology_id", "value": "", "type": "path" } ] }, "docs": "Delete the Org EVPN Topology" } ] } ], "bundled": true }