Skip to content

Commit

Permalink
v1.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dexterlabora committed Sep 5, 2024
1 parent d1cfc1e commit 2d5eeb4
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions documents/2024.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,73 @@


# 09-2024

## Dashboard API Release v1.50
[**Changelog**](https://developer.cisco.com/meraki/whats-new/v1-50-0/)

## Summary of Changes
- **New Endpoints**: 9
- **Updated Endpoints**: 37
- **Total Endpoints**: 743
- **Total Paths**: 490

This version introduces new eSIM management endpoints and updates to licensing, device details, network virtualization, camera retention profiles, and switch stacks with additional properties and parameters to enhance functionality.

## What's New

\[ cellularGateway \]
---------------------

### eSIM Management
- [List the eSIM inventory of an organization](https://developer.cisco.com/meraki/api-v1/get-organization-cellular-gateway-esims-inventory)
- [Toggle the status of an eSIM](https://developer.cisco.com/meraki/api-v1/update-organization-cellular-gateway-esims-inventory/)
- [List service providers customers can add accounts for](https://developer.cisco.com/meraki/api-v1/get-organization-cellular-gateway-esims-service-providers)
- [List the inventory of service provider accounts](https://developer.cisco.com/meraki/api-v1/get-organization-cellular-gateway-esims-service-providers-accounts/)
- [Add a service provider account](https://developer.cisco.com/meraki/api-v1/create-organization-cellular-gateway-esims-service-providers-account/)
- [List communication plans available for a provider](https://developer.cisco.com/meraki/api-v1/get-organization-cellular-gateway-esims-service-providers-accounts-communication-plans/)
- [List rate plans available for a provider](https://developer.cisco.com/meraki/api-v1/get-organization-cellular-gateway-esims-service-providers-accounts-rate-plans/)
- [Swap which profile an eSIM uses](https://developer.cisco.com/meraki/api-v1/create-organization-cellular-gateway-esims-swap/)
- [Get the status of a profile swap](https://developer.cisco.com/meraki/api-v1/update-organization-cellular-gateway-esims-swap/)

## What's Updated

### Licensing
- **Properties Added**: `webOrderLineId`, `smartAccount`, `smartAccountStatus`
- [List available subscriptions](https://developer.cisco.com/meraki/api-v1/get-administered-licensing-subscription-subscriptions/)
- [Claim a subscription](https://developer.cisco.com/meraki/api-v1/claim-administered-licensing-subscription-subscriptions/)
- [Find a subscription by claim key](https://developer.cisco.com/meraki/api-v1/validate-administered-licensing-subscription-subscriptions-claim-key/)

### Devices
- **Properties Added**: `name`, `model`, `version`, `device`
- [List LLDP and CDP information for a device](https://developer.cisco.com/meraki/api-v1/get-device-lldp-cdp/)

### Networks
- **Property Added**: `isVirtual`
- [Return a network](https://developer.cisco.com/meraki/api-v1/get-network)
- [Split a combined network](https://developer.cisco.com/meraki/api-v1/split-network/)
- [Unbind a network from a template](https://developer.cisco.com/meraki/api-v1/unbind-network/)
- [Update a network](https://developer.cisco.com/meraki/api-v1/update-network)
- [List the networks eligible for cloud monitoring](https://developer.cisco.com/meraki/api-v1/get-organization-inventory-onboarding-cloud-monitoring-networks)
- [List the networks with user privileges](https://developer.cisco.com/meraki/api-v1/get-organization-networks)
- [Create a network](https://developer.cisco.com/meraki/api-v1/create-organization-network/)
- [Combine multiple networks into a single network](https://developer.cisco.com/meraki/api-v1/combine-organization-networks/)

- **Param Added**: `isCatalyst`
- [List the events for the network](https://developer.cisco.com/meraki/api-v1/get-network-events)

### Cameras
- **Property Added**: `smartRetention`
- [List the quality retention profiles](https://developer.cisco.com/meraki/api-v1/get-network-camera-quality-retention-profiles)
- [Retrieve a quality retention profile](https://developer.cisco.com/meraki/api-v1/get-network-camera-quality-retention-profile/)
- [Create a quality retention profile](https://developer.cisco.com/meraki/api-v1/create-network-camera-quality-retention-profile)
- [Update a quality retention profile](https://developer.cisco.com/meraki/api-v1/update-network-camera-quality-retention-profile)

### Switch Stacks
- **Property Added**: `managementNextHop`
- [Update a layer 3 static route for a switch stack](https://developer.cisco.com/meraki/api-v1/update-network-switch-stack-routing-static-route/)



# 08-2024

## Dashboard API Release v1.49
Expand Down

0 comments on commit 2d5eeb4

Please sign in to comment.