Version 1.67.0 to 1.68.0


Summary of Changes

7 - New

36 - Updated

875 - Total Endpoints

601 - Total Paths



Added

[ wireless ]

devices

Docs

List the zero touch deployments for wireless access points in an organization

Operation ID: getOrganizationWirelessDevicesProvisioningDeployments

PATH /organizations/{organizationId}/wireless/devices/provisioning/deployments

[
  {
    "items": [
      {
        "deploymentId": "1284392014819",
        "devices": {
          "old": {
            "serial": "Q234-ABCD-5678",
            "afterAction": "unclaim",
            "name": "My AP",
            "model": "MR34",
            "mac": "00:11:22:33:44:55",
            "tags": [
              "tag1",
              "tag2"
            ],
            "rfProfile": {
              "id": "1284392014819",
              "name": "RF Profile Name"
            }
          },
          "new": {
            "serial": "Q234-ABCD-5678",
            "name": "My AP",
            "model": "CW9166I",
            "mac": "00:11:22:33:44:55",
            "tags": [
              "tag1",
              "tag2"
            ],
            "rfProfile": {
              "id": "1284392014819",
              "name": "RF Profile Name"
            }
          }
        },
        "status": "ready",
        "type": "replace",
        "network": {
          "id": "N_24329156",
          "name": "Main Office"
        },
        "createdAt": "2018-02-11T00:00:00.090210Z",
        "requestedAt": "2018-02-11T00:00:00.090210Z",
        "lastUpdatedAt": "2018-02-11T00:00:00.090210Z",
        "completedAt": "2018-02-11T00:00:00.090210Z",
        "errors": [
          "error message1",
          "error message2"
        ]
      }
    ],
    "meta": {
      "counts": {
        "items": {
          "total": 20,
          "remaining": 0
        }
      }
    }
  }
]

- Path added

- New endpoint

List the zero touch deployments for wireless access points in an organization

GET /organizations/{organizationId}/wireless/devices/provisioning/deployments


- New endpoint

Create a zero touch deployment for a wireless access point

POST /organizations/{organizationId}/wireless/devices/provisioning/deployments


- New endpoint

Update a zero touch deployment

PUT /organizations/{organizationId}/wireless/devices/provisioning/deployments



Docs

Delete a zero touch deployment

Operation ID: deleteOrganizationWirelessDevicesProvisioningDeployment

PATH /organizations/{organizationId}/wireless/devices/provisioning/deployments/{deploymentId}

- Path added

- New endpoint

Delete a zero touch deployment

DELETE /organizations/{organizationId}/wireless/devices/provisioning/deployments/{deploymentId}



[ organizations ]

sase

Docs

List of MX networks or templates that can be enrolled into Secure Access

Operation ID: getOrganizationSaseNetworksEligible

PATH /organizations/{organizationId}/sase/networks/eligible

{
  "items": [
    {
      "networkId": "N_123",
      "type": "Meraki spoke",
      "name": "London Office",
      "region": {
        "name": "US East"
      },
      "device": {
        "primary": {
          "model": "MX95"
        }
      },
      "address": {
        "street": "123 Main St"
      },
      "vpn": {
        "type": "hub"
      },
      "routing": {
        "defaultRoute": {
          "enabled": true
        }
      }
    }
  ],
  "meta": {
    "counts": {
      "items": {
        "total": 1,
        "remaining": 0
      }
    }
  }
}

- Path added

- New endpoint

List of MX networks or templates that can be enrolled into Secure Access

GET /organizations/{organizationId}/sase/networks/eligible



integrations

Docs

Provides a list of integrations that can be enabled for an Organization.

Operation ID: getOrganizationIntegrationsDeployable

PATH /organizations/{organizationId}/integrations/deployable

{
  "items": [
    {
      "type": "Catalyst SD-WAN",
      "name": "Catalyst SD-WAN",
      "provider": "Cisco",
      "tags": [
        "SD-WAN"
      ],
      "shortDescription": "Connect to a Catalyst SD-WAN overlay to enable simple SD-WAN interconnects.",
      "isDeployable": true,
      "releaseType": "Beta",
      "logoUrl": "https://example.com",
      "redirectUrl": "https://example.com",
      "isCiscoProduct": true
    }
  ],
  "meta": {
    "counts": {
      "items": {
        "total": 100,
        "remaining": 10
      }
    }
  }
}

- Path added

- New endpoint

Provides a list of integrations that can be enabled for an Organization.

GET /organizations/{organizationId}/integrations/deployable



Docs

Provides a list of integrations enabled for an Organization.

Operation ID: getOrganizationIntegrationsDeployed

PATH /organizations/{organizationId}/integrations/deployed

{
  "items": [
    {
      "id": "98765",
      "type": "OAuth",
      "name": "OAuth Application",
      "provider": "partner",
      "tags": [
        "Wayfinding",
        "OAuth"
      ]
    }
  ],
  "meta": {
    "counts": {
      "items": {
        "total": 100,
        "remaining": 10
      }
    }
  }
}

- Path added

- New endpoint

Provides a list of integrations enabled for an Organization.

GET /organizations/{organizationId}/integrations/deployed



[ appliance ]

umbrella

Docs

Connect a Cisco Umbrella account to this network

Operation ID: connectNetworkApplianceUmbrellaAccount

PATH /networks/{networkId}/appliance/umbrella/account/connect

{
  "umbrella": {
    "organization": {
      "id": "8769012"
    }
  }
}

- Path added

- New endpoint

Connect a Cisco Umbrella account to this network

POST /networks/{networkId}/appliance/umbrella/account/connect



Docs

Disconnect Umbrella account from this network

Operation ID: disconnectNetworkApplianceUmbrellaAccount

PATH /networks/{networkId}/appliance/umbrella/account/disconnect

- Path added

- New endpoint

Disconnect Umbrella account from this network

POST /networks/{networkId}/appliance/umbrella/account/disconnect



Changed

[ organizations ]

summary

Docs

List the client and status overview information for the networks in an organization

Operation ID: getOrganizationSummaryTopNetworksByStatus

GET /organizations/{organizationId}/summary/top/networks/byStatus

- Optional property group Added

- Response property group value added


splash

Docs

Create a Splash Theme

Operation ID: createOrganizationSplashTheme

POST /organizations/{organizationId}/splash/themes

- Optional property isSystemTheme Added


Docs

List Splash Themes

Operation ID: getOrganizationSplashThemes

GET /organizations/{organizationId}/splash/themes

- Optional property isSystemTheme Added

- Response property isSystemTheme value added


[ networks ]

clients

Docs

Return the client associated with the given identifier

Operation ID: getNetworkClient

GET /networks/{networkId}/clients/{clientId}

- Optional property model Added

- Response property model value added


[ appliance ]

vpn

Docs

Update the third party VPN peers for an organization

Operation ID: updateOrganizationApplianceVpnThirdPartyVPNPeers

PUT /organizations/{organizationId}/appliance/vpn/thirdPartyVPNPeers

- Optional property ecmpUplinkConfigs Added

- Optional property ecmpUplinkConfigs Added


Docs

Return the third party VPN peers for an organization

Operation ID: getOrganizationApplianceVpnThirdPartyVPNPeers

GET /organizations/{organizationId}/appliance/vpn/thirdPartyVPNPeers

- Optional property ecmpUplinkConfigs Added

- Response property ecmpUplinkConfigs value added


ports

Docs

Update the per-port VLAN settings for a single secure router or security appliance port.

Operation ID: updateNetworkAppliancePort

PUT /networks/{networkId}/appliance/ports/{portId}

- Summary changed from Update the per-port VLAN settings for a single MX port. to Update the per-port VLAN settings for a single secure router or security appliance port.


Docs

List per-port VLAN settings for all ports of a secure router or security appliance.

Operation ID: getNetworkAppliancePorts

GET /networks/{networkId}/appliance/ports

- Summary changed from List per-port VLAN settings for all ports of a MX. to List per-port VLAN settings for all ports of a secure router or security appliance.


Docs

Return per-port VLAN settings for a single secure router or security appliance port.

Operation ID: getNetworkAppliancePort

GET /networks/{networkId}/appliance/ports/{portId}

- Summary changed from Return per-port VLAN settings for a single MX port. to Return per-port VLAN settings for a single secure router or security appliance port.


[ devices ]

multicastRouting

Docs

Enqueue a job to perform a Multicast routing request for the device

Operation ID: createDeviceLiveToolsMulticastRouting

POST /devices/{serial}/liveTools/multicastRouting

- Optional property vrf Added

- Optional property vrfType Added

- Optional property ipVersion Added

- Optional property vrf Added

- Optional property ipVersion Added


Docs

Return a Multicast routing live tool job.

Operation ID: getDeviceLiveToolsMulticastRouting

GET /devices/{serial}/liveTools/multicastRouting/{multicastRoutingId}

- Optional property vrf Added

- Optional property vrfType Added

- Optional property ipVersion Added

- Optional property vrf Added

- Optional property ipVersion Added

- Response property vrf value added

- Response property vrfType value added

- Response property ipVersion value added

- Response property vrf value added

- Response property ipVersion value added


[ camera ]

onboarding

Docs

Fetch onboarding status of cameras

Operation ID: getOrganizationCameraOnboardingStatuses

GET /organizations/{organizationId}/camera/onboarding/statuses

- Response property properties value added


wirelessProfiles

Docs

Returns wireless profile assigned to the given camera

Operation ID: getDeviceCameraWirelessProfiles

GET /devices/{serial}/camera/wirelessProfiles

- Response property properties value added


Docs

Operation ID: getDeviceCameraVideoLink

GET /devices/{serial}/camera/videoLink

- Response property properties value added


sense

Docs

Returns sense settings for a given camera

Operation ID: getDeviceCameraSense

GET /devices/{serial}/camera/sense

- Response property properties value added

- Response property detectionModelId value added


Docs

Returns the MV Sense object detection model list for the given camera

Operation ID: getDeviceCameraSenseObjectDetectionModels

GET /devices/{serial}/camera/sense/objectDetectionModels

- Response property properties value added


qualityAndRetention

Docs

Returns quality and retention settings for the given camera

Operation ID: getDeviceCameraQualityAndRetention

GET /devices/{serial}/camera/qualityAndRetention

- Response property properties value added