- Added
- [ wireless ]
- devices
- List the zero touch deployments for wireless access points in an organization
- List the zero touch deployments for wireless access points in an organization
- Create a zero touch deployment for a wireless access point
- Update a zero touch deployment
- Delete a zero touch deployment
- Delete a zero touch deployment
- devices
- [ organizations ]
- [ appliance ]
- [ wireless ]
- Changed
Version 1.67.0 to 1.68.0
Summary of Changes
7 - New
36 - Updated
875 - Total Endpoints
601 - Total Paths
Added
[ wireless ]
devices
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
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
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
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
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
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
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
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
groupAdded
- Response property
groupvalue added
splash
Create a Splash Theme
Operation ID: createOrganizationSplashTheme
POST /organizations/{organizationId}/splash/themes
- Optional property
isSystemThemeAdded
List Splash Themes
Operation ID: getOrganizationSplashThemes
GET /organizations/{organizationId}/splash/themes
- Optional property
isSystemThemeAdded
- Response property
isSystemThemevalue added
[ networks ]
clients
Return the client associated with the given identifier
Operation ID: getNetworkClient
GET /networks/{networkId}/clients/{clientId}
- Optional property
modelAdded
- Response property
modelvalue added
[ appliance ]
vpn
Update the third party VPN peers for an organization
Operation ID: updateOrganizationApplianceVpnThirdPartyVPNPeers
PUT /organizations/{organizationId}/appliance/vpn/thirdPartyVPNPeers
- Optional property
ecmpUplinkConfigsAdded
- Optional property
ecmpUplinkConfigsAdded
Return the third party VPN peers for an organization
Operation ID: getOrganizationApplianceVpnThirdPartyVPNPeers
GET /organizations/{organizationId}/appliance/vpn/thirdPartyVPNPeers
- Optional property
ecmpUplinkConfigsAdded
- Response property
ecmpUplinkConfigsvalue added
ports
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.toUpdate the per-port VLAN settings for a single secure router or security appliance port.
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.toList per-port VLAN settings for all ports of a secure router or security appliance.
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.toReturn per-port VLAN settings for a single secure router or security appliance port.
[ devices ]
multicastRouting
Enqueue a job to perform a Multicast routing request for the device
Operation ID: createDeviceLiveToolsMulticastRouting
POST /devices/{serial}/liveTools/multicastRouting
- Optional property
vrfAdded
- Optional property
vrfTypeAdded
- Optional property
ipVersionAdded
- Optional property
vrfAdded
- Optional property
ipVersionAdded
Return a Multicast routing live tool job.
Operation ID: getDeviceLiveToolsMulticastRouting
GET /devices/{serial}/liveTools/multicastRouting/{multicastRoutingId}
- Optional property
vrfAdded
- Optional property
vrfTypeAdded
- Optional property
ipVersionAdded
- Optional property
vrfAdded
- Optional property
ipVersionAdded
- Response property
vrfvalue added
- Response property
vrfTypevalue added
- Response property
ipVersionvalue added
- Response property
vrfvalue added
- Response property
ipVersionvalue added
[ camera ]
onboarding
Fetch onboarding status of cameras
Operation ID: getOrganizationCameraOnboardingStatuses
GET /organizations/{organizationId}/camera/onboarding/statuses
- Response property
propertiesvalue added
wirelessProfiles
Returns wireless profile assigned to the given camera
Operation ID: getDeviceCameraWirelessProfiles
GET /devices/{serial}/camera/wirelessProfiles
- Response property
propertiesvalue added
videoLink
Returns video link to the specified camera
Operation ID: getDeviceCameraVideoLink
GET /devices/{serial}/camera/videoLink
- Response property
propertiesvalue added
sense
Returns sense settings for a given camera
Operation ID: getDeviceCameraSense
GET /devices/{serial}/camera/sense
- Response property
propertiesvalue added
- Response property
detectionModelIdvalue added
Returns the MV Sense object detection model list for the given camera
Operation ID: getDeviceCameraSenseObjectDetectionModels
GET /devices/{serial}/camera/sense/objectDetectionModels
- Response property
propertiesvalue added
qualityAndRetention
Returns quality and retention settings for the given camera
Operation ID: getDeviceCameraQualityAndRetention
GET /devices/{serial}/camera/qualityAndRetention
- Response property
propertiesvalue added