Open
Conversation
- Updated `/api/v1/orgs/{org_id}/networktemplates`
Updated `/api/v1/orgs/{org_id}/networktemplates/{networktemplate_id}`
Updated `/api/v1/sites/{site_id}/devices`
Updated `/api/v1/sites/{site_id}/devices/import`
Updated `/api/v1/sites/{site_id}/devices/{device_id}`
Updated `/api/v1/sites/{site_id}/networktemplates/derived`
Updated `/api/v1/sites/{site_id}/setting`
Updated `/api/v1/sites/{site_id}/setting/derived`
- Added `bgp_config` for switches
- Updated `/api/v1/orgs/{org_id}/deviceprofiles`
Updated `/api/v1/orgs/{org_id}/deviceprofiles/{deviceprofile_id}`
Updated `/api/v1/orgs/{org_id}/evpn_topologies`
Updated `/api/v1/orgs/{org_id}/evpn_topologies/{evpn_topology_id}`
Updated `/api/v1/orgs/{org_id}/networktemplates`
Updated `/api/v1/orgs/{org_id}/networktemplates/{networktemplate_id}`
Updated `/api/v1/sites/{site_id}/deviceprofiles/derived`
Updated `/api/v1/sites/{site_id}/devices`
Updated `/api/v1/sites/{site_id}/devices/import`
Updated `/api/v1/sites/{site_id}/devices/{device_id}`
Updated `/api/v1/sites/{site_id}/evpn_topologies`
Updated `/api/v1/sites/{site_id}/evpn_topologies/{evpn_topology_id}`
Updated `/api/v1/sites/{site_id}/networktemplates/derived`
Updated `/api/v1/sites/{site_id}/setting`
Updated `/api/v1/sites/{site_id}/setting/derived`
- Added `networks` to `port_config`
- Updated `/api/v1/orgs/{org_id}/deviceprofiles`
Updated `/api/v1/orgs/{org_id}/deviceprofiles/{deviceprofile_id}`
Updated `/api/v1/orgs/{org_id}/gatewaytemplates`
Updated `/api/v1/orgs/{org_id}/gatewaytemplates/{gatewaytemplate_id}`
Updated `/api/v1/sites/{site_id}/deviceprofiles/derived`
Updated `/api/v1/sites/{site_id}/gatewaytemplates/derived`
Updated `/api/v1/sites/{site_id}/setting`
Updated `/api/v1/sites/{site_id}/setting/derived`
- Updated `gateway_matching` to use `wired_port_config` component for `port_config` property
* fix webhooks samples * regenerate files
* add switch routing policies * fix webhook examples and schemas * fix webhook enum descriptions * fix mxedge-event schema * update version * regenerate files * minor changes to the `allow_dhcpd` description * fix gw_routing_policy matching_protocol and matching_protocol * fix routing_policy_term_matching_as_path * reorder OAS * fix webhook_rssizone_topic
* minor fixes * regenrate files * add missing ingihts - getSiteInsightMetricsForGateway - getSiteInsightMetricsForMxEdge - getSiteInsightMetricsForSwitch * fix searchSiteOspfStats remove useless `site_id` query parameter * deprecate SLE summary https://www.juniper.net/documentation/us/en/software/mist/product-updates/2025/november-12th-2025-updates.html#November12th2025ReleaseNotes-FeatureDeprecation * fix psk portal template payload * fix stats/ports/search response
* fix stats/ports/search response payload * fix stats_switch_port_port_usage.port_usage schema * change to the port stp_role, stp_state and auth_state - adding empty string "" to the enum - reusing the same schema for the different objects
* fix stats/ports/search response payload * fix stats_switch_port_port_usage.port_usage schema * change to the port stp_role, stp_state and auth_state - adding empty string "" to the enum - reusing the same schema for the different objects * fix stats_switch_port_port_usage.port_usage schema * change to the port stp_role, stp_state and auth_state - adding empty string "" to the enum - reusing the same schema for the different objects * fix stats ports required fields * adding `disabled` stp role * fix `default_port_usage` attrbiute add `default_port_usage` to - `mist_org_networktemplate.switch_matching.rules[*].default_port_usage` - `mist_site_networktemplate.switch_matching.rules[*].default_port_usage` - `mist_device_switch.default_port_usage` remove `default_port_usage` from `site_setting` root
* fix insight_metrics schema remove `results` from the required fields * fix default_port_usage at device level * fix OAS version number
- fix for alarm search query parameter example
- endpoint url fix in /api/v1/sites/{site_id}/devices/{device_id}/image/{image_number}
- endpoint url fix in /api/v1/orgs/{org_id}/mxedges/versions
…pdate_OpenAPI_Schema
MIST-177721 Added mist_configured to device_gateway
* minor changes * remove unsupported query parameters * fix inline complex definitions * add `deprecated` attribute to the remaining `managed` and `disable_auto_config` attributes * Update CHANGELOG.md
* Added routertemplate_id to site component. * Updated changelog
* add missing query param to listSelfAuditLogs * assi missing site_id query parameter to searchSiteWanClients * move the site_id query param to the org level endpoint * improve alarm_group description * improve websocket examples in API calls returning a session_id, improve the documentation to provide better websocket message examples * add missing query param to listSelfAuditLogs * assi missing site_id query parameter to searchSiteWanClients * move the site_id query param to the org level endpoint * improve alarm_group description * improve websocket examples in API calls returning a session_id, improve the documentation to provide better websocket message examples * rebase * Update CHANGELOG.md * fix websocket examples format * fix websocket description typo
* fix missing attributes and incorrect payloads - add missing "model" attribute to searchOrgInventory - update description to searchOrgSites - add missing payload to clearSiteDevicePolicyHitCount - update payloads for - clearSiteDeviceDot1xSession - clearBpduErrorsFromPortsOnSwitch - releaseSiteDeviceDhcpLease - showSiteDeviceArpTable * improve attr descriptions and fix payload examples - update searchOrgInventory query param descriptions - update clearBpduErrorsFromPortsOnSwitch and clearSiteDeviceDot1xSession payload examples and error responses
- Improve query parameter descriptions when partial search is supported with wildcard (`*`) for better clarity on search behavior - Updated schema definitions - Added `uplink` field (boolean) to `stats_switch_port` to indicate if interface is an uplink port
* 2602.1.7 * remove unsused path parameter * apply copilot recommendations
* add missing `port_id` query parameter * remove double spaces from descriptions * Update CHANGELOG.md * regenerate code
Updated schema definitions for gateway and gateway_template: Added gateway_mgmt field with sub-properties: admin_sshkeys, app_probing, app_usage, auto_signature_update, config_revert_timer, disable_console, disable_oob, disable_usb, fips_enabled, probe_hosts, probe_hostsv6, protect_re, root_password, security_log_source_address, security_log_source_interface Updated schema definitions for site_setting: Consolidated gateway_mgmt to use shared #/components/schemas/gateway_mgmt schema Removed deprecated schemas (now consolidated into gateway_mgmt): site_setting_gateway_mgmt, site_setting_gateway_mgmt_admin_sshkeys, site_setting_gateway_mgmt_auto_signature_update, site_setting_gateway_mgmt_probe_hosts, site_setting_gateway_mgmt_probe_hostsv6 Added format: password to sensitive credential fields across multiple schemas for improved security handling (passwords, secrets, API keys, auth tokens)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.