Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Juniper Networks Blueprints API

Blueprint lifecycle management for data center network intent, including staging, commit, and deployment.

Juniper Networks Blueprints API is one of 35 APIs that Juniper Networks publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

This API exposes 4 JSON Schema definitions.

Tagged areas include Blueprints. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, an API reference, an AsyncAPI specification, and 4 JSON Schemas.

This API exposes 7 operations across 5 paths, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version 4.2.

Requests are made against a single base URL, https://{apstra_server}/api.

7 operations 5 paths 5 schemas 1 DELETE4 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
4.2
Base URL
https:///api
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Juniper Networks Blueprints API declares 1 security scheme for authenticating requests. An API key is passed in the header as AuthToken (authToken). By default, every request must be authenticated.

  • authToken — Authentication token obtained from POST /api/aaa/login. Include in the AuthToken header for all authenticated API requests.

Paths & Operations 7

Across 5 paths, the API surfaces 7 operations — 1 DELETE, 4 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Blueprints 7

Blueprint lifecycle management for data center network intent, including staging, commit, and deployment.

GET
/blueprints
Juniper Networks List blueprints
listBlueprints → 200401
POST
/blueprints
Juniper Networks Create blueprint
createBlueprint body → 201400
GET
/blueprints/{blueprint_id}
Juniper Networks Get blueprint
getBlueprint 1 param → 200401404
DELETE
/blueprints/{blueprint_id}
Juniper Networks Delete blueprint
deleteBlueprint 1 param → 204401
PUT
/blueprints/{blueprint_id}/deploy
Juniper Networks Deploy blueprint
deployBlueprint 1 param body → 200400409
GET
/blueprints/{blueprint_id}/security-zones
Juniper Networks List security zones (VRFs)
listSecurityZones 1 param → 200401
GET
/blueprints/{blueprint_id}/virtual-networks
Juniper Networks List virtual networks
listVirtualNetworks 1 param → 200401

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are VirtualNetwork (8 properties), BlueprintSummary (7 properties), Blueprint (6 properties), SecurityZone (5 properties). Each schema is shown below with its type and property counts.

Error
object
1 property
SecurityZone
object
5 properties
VirtualNetwork
object
8 properties
BlueprintSummary
object
7 properties
Blueprint
object
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

juniper-networks-blueprints-api-openapi.yml Raw ↑

Other APIs Juniper Networks publishes across the network.

Junos PyEZ
Junos XML API
Juniper JSNAPy
Juniper Networks Alarms API
Juniper Networks Anomalies API
Juniper Networks Authentication API
Juniper Networks BGP Routers API
Juniper Networks Clients API
Juniper Networks Configuration API
Juniper Networks Design API
Juniper Networks Devices API
Juniper Networks Floating IPs API