{ "opencollection": "1.0.0", "info": { "name": "Juniper Networks Juniper Apstra Intent-Based Networking Alarms Design API", "version": "4.2" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Design", "type": "folder" }, "items": [ { "info": { "name": "Juniper Networks List logical devices", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/design/logical-devices" }, "docs": "Returns all logical device definitions. Logical devices represent abstract switch models with port groups and capabilities, independent of specific hardware vendors. They define the port layout and capabilities used in rack type definitions." }, { "info": { "name": "Juniper Networks Create logical device", "type": "http" }, "http": { "method": "POST", "url": "https://{apstra_server}/api/design/logical-devices", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new logical device definition." }, { "info": { "name": "Juniper Networks List interface maps", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/design/interface-maps" }, "docs": "Returns all interface maps. Interface maps bind logical device port groups to physical device interfaces, connecting the abstract design to specific hardware models." }, { "info": { "name": "Juniper Networks List rack types", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/design/rack-types" }, "docs": "Returns all rack type definitions. Rack types define the physical layout of a data center rack including leaf switches, access switches, generic systems, and their interconnections." }, { "info": { "name": "Juniper Networks Create rack type", "type": "http" }, "http": { "method": "POST", "url": "https://{apstra_server}/api/design/rack-types", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new rack type definition." }, { "info": { "name": "Juniper Networks List templates", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/design/templates" }, "docs": "Returns all data center templates. Templates combine rack types with spine layer definitions to create complete data center fabric designs using leaf-spine or 3-stage Clos topologies." } ] } ], "bundled": true }