{ "opencollection": "1.0.0", "info": { "name": "Cisco Meraki Dashboard API — campusGateway", "version": "1.72.0" }, "request": { "auth": { "type": "apikey", "key": "X-Cisco-Meraki-API-Key", "value": "{{X-Cisco-Meraki-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "campusGateway", "type": "folder" }, "items": [ { "info": { "name": "Create a cluster and add campus gateways to it", "type": "http" }, "http": { "method": "POST", "url": "https://api.meraki.com/{basePath}/networks/:networkId/campusGateway/clusters", "params": [ { "name": "networkId", "value": "", "type": "path", "description": "Network ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a cluster and add campus gateways to it" }, { "info": { "name": "Update a cluster and add/remove campus gateways to/from it", "type": "http" }, "http": { "method": "PUT", "url": "https://api.meraki.com/{basePath}/networks/:networkId/campusGateway/clusters/:clusterId", "params": [ { "name": "networkId", "value": "", "type": "path", "description": "Network ID" }, { "name": "clusterId", "value": "", "type": "path", "description": "Cluster ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a cluster and add/remove campus gateways to/from it" }, { "info": { "name": "Get the details of campus gateway clusters", "type": "http" }, "http": { "method": "GET", "url": "https://api.meraki.com/{basePath}/organizations/:organizationId/campusGateway/clusters", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" }, { "name": "networkIds", "value": "", "type": "query", "description": "Networks for which information should be gathered." }, { "name": "perPage", "value": "", "type": "query", "description": "The number of entries per page returned. Acceptable range is 3 - 100. Default is 50." }, { "name": "startingAfter", "value": "", "type": "query", "description": "A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it." }, { "name": "endingBefore", "value": "", "type": "query", "description": "A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it." } ] }, "docs": "Get the details of campus gateway clusters" }, { "info": { "name": "Uplink overrides configured locally on Campus Gateway devices in an organization.", "type": "http" }, "http": { "method": "GET", "url": "https://api.meraki.com/{basePath}/organizations/:organizationId/campusGateway/devices/uplinks/localOverrides/byDevice", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Organization ID" }, { "name": "serials", "value": "", "type": "query", "description": "A list of serial numbers. The returned devices will be filtered to only include these serials." }, { "name": "perPage", "value": "", "type": "query", "description": "The number of entries per page returned. Acceptable range is 3 - 1000. Default is 1000." }, { "name": "startingAfter", "value": "", "type": "query", "description": "A token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it." }, { "name": "endingBefore", "value": "", "type": "query", "description": "A token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it." } ] }, "docs": "Uplink overrides configured locally on Campus Gateway devices in an organization." } ] } ], "bundled": true }