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

Data center blueprint management

Juniper Networks Blueprints API is one of 48 APIs that Juniper Networks publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Blueprints. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

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

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

7 operations 4 paths 3 schemas 1 DELETE3 GET1 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
4.2.0
Base URL
https://[space-server]/api/space
Authentication
API Key
Terms of Service
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 the /aaa/login endpoint. Include as AuthToken header in all requests.

Paths & Operations 7

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

Blueprints 7

Data center blueprint management

GET
/blueprints
Juniper Networks List all blueprints
listBlueprints → 200
POST
/blueprints
Juniper Networks Create a blueprint
createBlueprint body → 201400
GET
/blueprints/{blueprint_id}
Juniper Networks Get blueprint details
getBlueprint 1 param → 200404
PUT
/blueprints/{blueprint_id}
Juniper Networks Update a blueprint
updateBlueprint 1 param body → 200
DELETE
/blueprints/{blueprint_id}
Juniper Networks Delete a blueprint
deleteBlueprint 1 param → 204
PUT
/blueprints/{blueprint_id}/deploy
Juniper Networks Deploy blueprint
deployBlueprint 1 param body → 200422
GET
/blueprints/{blueprint_id}/nodes
Juniper Networks List blueprint nodes
listBlueprintNodes 2 params → 200

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Blueprint (10 properties), BlueprintNode (7 properties), Error (1 property). Each schema is shown below with its type and property counts.

Blueprint
object
10 properties
Error
object
1 property
BlueprintNode
object
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

juniper-blueprints-api-openapi.yml Raw ↑

Other APIs Juniper Networks publishes across the network.

Junos PyEZ (Python API)
JSNAPy API
Juniper Networks Allowlists and Blocklists API
Juniper Networks Analytics API
Juniper Networks Audit Logs API
Juniper Networks Authentication API
Juniper Networks BGP Routers API
Juniper Networks Clients API
Juniper Networks Configlets API
Juniper Networks Configuration API
Juniper Networks Connectivity Templates API
Juniper Networks Design API