Juniper Networks website screenshot

Juniper Networks

Juniper Networks provides high-performance networking and cybersecurity solutions for service providers, enterprises, and public sector organizations.

8 APIs 0 Features
AIAutomationCloudEnterpriseNetworkingSDNSecurityFortune 1000

APIs

Junos Space API

RESTful API for managing Juniper devices through Junos Space Network Management Platform.

Juniper Apstra API

Intent-based networking API for data center automation and multivendor network management.

Junos PyEZ (Python API)

Python library for automating Junos devices using NETCONF.

Junos REST API

RESTful interface for configuring and monitoring Junos devices.

Juniper Mist API

Cloud-native AI-driven networking API for wireless, wired, and SD-WAN management.

Contrail Networking API

SDN controller API for cloud and NFV orchestration.

Juniper ATP Cloud API

Advanced Threat Prevention API for threat intelligence and security analytics.

JSNAPy API

Python-based snapshot and test framework for Junos devices.

Collections

Pricing Plans

Juniper Plans Pricing

1 plans

PLANS

Rate Limits

Juniper Rate Limits

1 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Juniper Context

0 classes · 8 properties

JSON-LD

JSON Structure

Juniper Structure

0 properties

JSON STRUCTURE

Resources

🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
Website
Website
🔗
Documentation
Documentation
💬
Support
Support
👥
GitHubOrganization
GitHubOrganization
🔗
Community
Community
📰
Blog
Blog
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
👥
YouTube
YouTube
👥
StackOverflow
StackOverflow
🔗
JSONLD
JSONLD
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
MCPServer
MCPServer

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Juniper Networks Juniper Mist API
  version: 1.0.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Self
    type: folder
  items:
  - info:
      name: Juniper Networks Get current user info
      type: http
    http:
      method: GET
      url: https://api.mist.com/api/v1/self
    docs: Returns information about the currently authenticated user.
  - info:
      name: Juniper Networks List API tokens
      type: http
    http:
      method: GET
      url: https://api.mist.com/api/v1/self/apitokens
    docs: Returns a list of API tokens for the authenticated user.
  - info:
      name: Juniper Networks Create API token
      type: http
    http:
      method: POST
      url: https://api.mist.com/api/v1/self/apitokens
      body:
        type: json
        data: '{}'
    docs: Creates a new API token for the authenticated user.
- info:
    name: Organizations
    type: folder
  items:
  - info:
      name: Juniper Networks List organizations
      type: http
    http:
      method: GET
      url: https://api.mist.com/api/v1/orgs
    docs: Returns a list of organizations accessible to the authenticated user.
  - info:
      name: Juniper Networks Get organization
      type: http
    http:
      method: GET
      url: https://api.mist.com/api/v1/orgs/:org_id
      params:
      - name: org_id
        value: ''
        type: path
        description: Organization unique identifier
    docs: Returns details for a specific organization.
  - info:
      name: Juniper Networks Update organization
      type: http
    http:
      method: PUT
      url: https://api.mist.com/api/v1/orgs/:org_id
      params:
      - name: org_id
        value: ''
        type: path
        description: Organization unique identifier
      body:
        type: json
        data: '{}'
    docs: Updates an existing organization.
  - info:
      name: Juniper Networks Get organization statistics
      type: http
    http:
      method: GET
      url: https://api.mist.com/api/v1/orgs/:org_id/stats
      params:
      - name: org_id
        value: ''
        type: path
        description: Organization unique identifier
    docs: Returns statistics for the organization including device counts and client counts.
- info:
    name: Sites
    type: folder
  items:
  - info:
      name: Juniper Networks List sites in organization
      type: http
    http:
      method: GET
      url: https://api.mist.com/api/v1/orgs/:org_id/sites
      params:
      - name: org_id
        value: ''
        type: path
        description: Organization unique identifier
      - name: page
        value: ''
        type: query
        description: Page number for pagination
      - name: limit
        value: ''
        type: query
        description: Number of results per page
    docs: Returns a list of all sites belonging to the specified organization.
  - info:
      name: Juniper Networks Create a site
      type: http
    http:
      method: POST
      url: https://api.mist.com/api/v1/orgs/:org_id/sites
      params:
      - name: org_id
        value: ''
        type: path
        description: Organization unique identifier
      body:
        type: json
        data: '{}'
    docs: Creates a new site within the specified organization.
  - info:
      name: Juniper Networks Get site details
      type: http
    http:
      method: GET
      url: https://api.mist.com/api/v1/sites/:site_id
      params:
      - name: site_id
        value: ''
        type: path
        description: Site unique identifier
    docs: Returns details for a specific site.
  - info:
      name: Juniper Networks Update site
      type: http
    http:
      method: PUT
      url: https://api.mist.com/api/v1/sites/:site_id
      params:
      - name: site_id
        value: ''
        type: path
        description: Site unique identifier
      body:
        type: json
        data: '{}'
    docs: Updates an existing site.
  - info:
      name: Juniper Networks Delete site
      type: http
    http:
      method: DELETE
      url: https://api.mist.com/api/v1/sites/:site_id
      params:
      - name: site_id
        value: ''
        type: path
        description: Site unique identifier
    docs: Deletes a site from the organization.
  - info:
      name: Juniper Networks Get site statistics
      type: http
    http:
      method: GET
      url: https://api.mist.com/api/v1/sites/:site_id/stats
      params:
      - name: site_id
        value: ''
        type: path
        description: Site unique identifier
    docs: Returns statistics for a specific site.
- info:
    name: Inventory
    type: folder
  items:
  - info:
      name: Juniper Networks Get organization inventory
      type: http
    http:
      method: GET
      url: https://api.mist.com/api/v1/orgs/:org_id/inventory
      params:
      - name: org_id
        value: ''
        type: path
        description: Organization unique identifier
      - name: type
        value: ''
        type: query
        description: Filter by device type
      - name: unassigned
        value: ''
        type: query
        description: Filter for unassigned devices only
      - name: page
        value: ''
        type: query
        description: Page number for pagination
      - name: limit
        value: ''
        type: query
        description: Number of results per page
    docs: Returns the device inventory for the organization.
  - info:
      name: Juniper Networks Add devices to inventory
      type: http
    http:
      method: POST
      url: https://api.mist.com/api/v1/orgs/:org_id/inventory
      params:
      - name: org_id
        value: ''
        type: path
        description: Organization unique identifier
      body:
        type: json
        data: '{}'
    docs: Adds devices to the organization inventory by claim code or serial number.
- info:
    name: Site Groups
    type: folder
  items:
  - info:
      name: Juniper Networks List site groups
      type: http
    http:
      method: GET
      url: https://api.mist.com/api/v1/orgs/:org_id/sitegroups
      params:
      - name: org_id
        value: ''
        type: path
        description: Organization unique identifier
    docs: Returns site groups for the organization.
  - info:
      name: Juniper Networks Create a site group
      type: http
    http:
      method: POST
      url: https://api.mist.com/api/v1/orgs/:org_id/sitegroups
      params:
      - name: org_id
        value: ''
        type: path
        description: Organization unique identifier
      body:
        type: json
        data: '{}'
    docs: Creates a new site group within the organization.
- info:
    name: Webhooks
    type: folder
  items:
  - info:
      name: Juniper Networks List organization webhooks
      type: http
    http:
      method: GET
      url: https://api.mist.com/api/v1/orgs/:org_id/webhooks
      params:
      - name: org_id
        value: ''
        type: path
        description: Organization unique identifier
    docs: Returns webhooks configured at the organization level.
  - info:
      name: Juniper Networks Create organization webhook
      type: http
    http:
      method: POST
      url: https://api.mist.com/api/v1/orgs/:org_id/webhooks
      params:
      - name: org_id
        value: ''
        type: path
        description: Organization unique identifier
      body:
        type: json
        data: '{}'
    docs: Creates a new webhook at the organization level.
- info:
    name: Devices
    type: folder
  items:
  - info:
      name: Juniper Networks List site devices
      type: http
    http:
      method: GET
      url: https://api.mist.com/api/v1/sites/:site_id/devices
      params:
      - name: site_id
        value: ''
        type: path
        description: Site unique identifier
      - name: type
        value: ''
        type: query
        description: Filter by device type
      - name: page
        value: ''
        type: query
        description: Page number for pagination
      - name: limit
        value: ''
        type: query
        description: Number of results per page
    docs: Returns all devices assigned to the specified site.
  - info:
      name: Juniper Networks Get device details
      type: http
    http:
      method: GET
      url: https://api.mist.com/api/v1/sites/:site_id/devices/:device_id
      params:
      - name: site_id
        value: ''
        type: path
        description: Site unique identifier
      - name: device_id
        value: ''
        type: path
        description: Device unique identifier
    docs: Returns details for a specific device at a site.
  - info:
      name: Juniper Networks Update device
      type: http
    http:
      method: PUT
      url: https://api.mist.com/api/v1/sites/:site_id/devices/:device_id
      params:
      - name: site_id
        value: ''
        type: path
        description: Site unique identifier
      - name: device_id
        value: ''
        type: path
        description: Device unique identifier
      body:
        type: json
        data: '{}'
    docs: Updates configuration for a specific device.
  - info:
      name: Juniper Networks Delete device
      type: http
    http:
      method: DELETE
      url: https://api.mist.com/api/v1/sites/:site_id/devices/:device_id
      params:
      - name: site_id
        value: ''
        type: path
        description: Site unique identifier
      - name: device_id
        value: ''
        type: path
        description: Device unique identifier
    docs: Removes a device from the site.
  - info:
      name: Juniper Networks List site device statistics
      type: http
    http:
      method: GET
      url: https://api.mist.com/api/v1/sites/:site_id/devices/stats
      params:
      - name: site_id
        value: ''
        type: path
        description: Site unique identifier
      - name: type
        value: ''
        type: query
        description: Filter by device type
    docs: Returns statistics for all devices at a site.
- info:
    name: WLANs
    type: folder
  items:
  - info:
      name: Juniper Networks List WLANs
      type: http
    http:
      method: GET
      url: https://api.mist.com/api/v1/sites/:site_id/wlans
      params:
      - name: site_id
        value: ''
        type: path
        description: Site unique identifier
    docs: Returns all WLANs configured at the specified site.
  - info:
      name: Juniper Networks Create WLAN
      type: http
    http:
      method: POST
      url: https://api.mist.com/api/v1/sites/:site_id/wlans
      params:
      - name: site_id
        value: ''
        type: path
        description: Site unique identifier
      body:
        type: json
        data: '{}'
    docs: Creates a new WLAN at the specified site.
  - info:
      name: Juniper Networks Get WLAN details
      type: http
    http:
      method: GET
      url: https://api.mist.com/api/v1/sites/:site_id/wlans/:wlan_id
      params:
      - name: site_id
        value: ''
        type: path
        description: Site unique identifier
      - name: wlan_id
        value: ''
        type: path
        description: WLAN unique identifier
    docs: Returns details for a specific WLAN.
  - info:
      name: Juniper Networks Update WLAN
      type: http
    http:
      method: PUT
      url: https://api.mist.com/api/v1/sites/:site_id/wlans/:wlan_id
      params:
      - name: site_id
        value: ''
        type: path
        description: Site unique identifier
      - name: wlan_id
        value: ''
        type: path
        description: WLAN unique identifier
      body:
        type: json
        data: '{}'
    docs: Updates an existing WLAN configuration.
  - info:
      name: Juniper Networks Delete WLAN
      type: http
    http:
      method: DELETE
      url: https://api.mist.com/api/v1/sites/:site_id/wlans/:wlan_id
      params:
      - name: site_id
        value: ''
        type: path
        description: Site unique identifier
      - name: wlan_id
        value: ''
        type: path
        description: WLAN unique identifier
    docs: Deletes a WLAN from the site.
- info:
    name: Clients
    type: folder
  items:
  - info:
      name: Juniper Networks List client statistics
      type: http
    http:
      method: GET
      url: https://api.mist.com/api/v1/sites/:site_id/stats/clients
      params:
      - name: site_id
        value: ''
        type: path
        description: Site unique identifier
      - name: page
        value: ''
        type: query
        description: Page number for pagination
      - name: limit
        value: ''
        type: query
        description: Number of results per page
    docs: Returns wireless client statistics for the site.
- info:
    name: Insights
    type: folder
  items:
  - info:
      name: Juniper Networks Get site AI insights
      type: http
    http:
      method: GET
      url: https://api.mist.com/api/v1/sites/:site_id/insights/stats
      params:
      - name: site_id
        value: ''
        type: path
        description: Site unique identifier
      - name: metric
        value: ''
        type: query
        description: Specific insight metric to retrieve
    docs: Returns AI-driven insights and analytics for the site, including anomaly detection, Service Level Expectations (SLE),
      and recommendations.
- info:
    name: Maps
    type: folder
  items:
  - info:
      name: Juniper Networks List site maps
      type: http
    http:
      method: GET
      url: https://api.mist.com/api/v1/sites/:site_id/maps
      params:
      - name: site_id
        value: ''
        type: path
        description: Site unique identifier
    docs: Returns all maps (floorplans) configured for the site.
  - info:
      name: Juniper Networks Create site map
      type: http
    http:
      method: POST
      url: https://api.mist.com/api/v1/sites/:site_id/maps
      params:
      - name: site_id
        value: ''
        type: path
        description: Site unique identifier
      body:
        type: json
        data: '{}'
    docs: Creates a new map (floorplan) for the site.
- info:
    name: RF Templates
    type: folder
  items:
  - info:
      name: Juniper Networks List RF templates
      type: http
    http:
      method: GET
      url: https://api.mist.com/api/v1/sites/:site_id/rftemplates
      params:
      - name: site_id
        value: ''
        type: path
        description: Site unique identifier
    docs: Returns RF templates available at the site.
- info:
    name: WAN Edges
    type: folder
  items:
  - info:
      name: Juniper Networks List WAN edge devices
      type: http
    http:
      method: GET
      url: https://api.mist.com/api/v1/orgs/:org_id/wanedges
      params:
      - name: org_id
        value: ''
        type: path
        description: Organization unique identifier
    docs: Returns SD-WAN edge devices for the organization.
bundled: true