From 840724e4ed8b694dd82d04d1674bcc0b7b8ab4b8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 16 Jul 2026 01:06:32 +0000 Subject: [PATCH] Auto-generated library v4.3.1b0 for API v1.72.0. --- docs/generation-report.md | 6 ++++++ meraki/__init__.py | 2 +- meraki/_version.py | 2 +- meraki/aio/api/assistant.py | 8 ++++---- meraki/aio/api/organizations.py | 18 +++++++++--------- meraki/aio/api/wireless.py | 28 ---------------------------- meraki/api/assistant.py | 8 ++++---- meraki/api/batch/organizations.py | 12 ++++++------ meraki/api/organizations.py | 18 +++++++++--------- meraki/api/wireless.py | 28 ---------------------------- pyproject.toml | 2 +- uv.lock | 2 +- 12 files changed, 42 insertions(+), 92 deletions(-) diff --git a/docs/generation-report.md b/docs/generation-report.md index 7ddfb0c..3d74f3b 100644 --- a/docs/generation-report.md +++ b/docs/generation-report.md @@ -1,5 +1,11 @@ # Generation Report +## 2026-07-16 | Library v4.3.1b0 | API 1.72.0 + + +No Python keyword parameter conflicts detected. + + ## 2026-07-08 | Library v3.3.0b1 | API 1.72.0-beta.1 diff --git a/meraki/__init__.py b/meraki/__init__.py index fc6ca71..83fc950 100644 --- a/meraki/__init__.py +++ b/meraki/__init__.py @@ -52,7 +52,7 @@ from meraki._version import __version__ # noqa: F401 from datetime import datetime -__api_version__ = "1.72.0-beta.1" +__api_version__ = "1.72.0" __all__ = [ "APIError", diff --git a/meraki/_version.py b/meraki/_version.py index df5a0b7..2f8beec 100644 --- a/meraki/_version.py +++ b/meraki/_version.py @@ -1 +1 @@ -__version__ = "3.3.0b1" +__version__ = "4.3.1b0" diff --git a/meraki/aio/api/assistant.py b/meraki/aio/api/assistant.py index 3dfece6..2f6c0de 100644 --- a/meraki/aio/api/assistant.py +++ b/meraki/aio/api/assistant.py @@ -25,13 +25,13 @@ def getOrganizationAssistantCapabilities(self, organizationId: str): def createOrganizationAssistantChatCompletion(self, organizationId: str, **kwargs): """ - **Create a chat completion with the AI assistant** + **Create a synchronous AI assistant chat completion** https://developer.cisco.com/meraki/api-v1/#!create-organization-assistant-chat-completion - organizationId (string): Organization ID - query (string): Simple text question or instruction to send to the AI assistant. Provide either 'query' for text-only requests or 'content' for multi-modal input. - content (array): List of multi-modal content blocks. Use instead of 'query' to send text or images. Supports text and image types only; for audio and file support, use the messages endpoint. Maximum 8 parts. - - threadId (string): An existing thread ID to continue a conversation. If omitted, a new thread is created. + - threadId (string): Existing persisted thread ID to continue synchronously. If omitted, the request is handled as a one-off invocation and the response will not include a reusable thread ID. - networkId (string): Optional network ID to scope the query to a specific network. Defaults to the user's last visited network. - platform (string): Platform identifier. Defaults to MERAKI when omitted. Case-insensitive. - language (string): Optional language override. Defaults to the user's preferred language. @@ -126,7 +126,7 @@ def getOrganizationAssistantChatThreads(self, organizationId: str, total_pages=1 def createOrganizationAssistantChatThread(self, organizationId: str, **kwargs): """ - **Create a new conversation thread.** + **Create a conversation thread for multi-turn AI assistant interactions.** https://developer.cisco.com/meraki/api-v1/#!create-organization-assistant-chat-thread - organizationId (string): Organization ID @@ -279,7 +279,7 @@ def getOrganizationAssistantChatThreadMessages( def createOrganizationAssistantChatThreadMessage(self, organizationId: str, threadId: str, content: list, **kwargs): """ - **Create a new chat message in a thread.** + **Create a new chat message in an existing thread.** https://developer.cisco.com/meraki/api-v1/#!create-organization-assistant-chat-thread-message - organizationId (string): Organization ID diff --git a/meraki/aio/api/organizations.py b/meraki/aio/api/organizations.py index 178a9e7..149f00e 100644 --- a/meraki/aio/api/organizations.py +++ b/meraki/aio/api/organizations.py @@ -1085,7 +1085,7 @@ def deleteOrganizationAlertsProfile(self, organizationId: str, alertConfigId: st def getOrganizationApiPushProfiles(self, organizationId: str, **kwargs): """ - **List the push profiles in the organization** + **List the Push API profiles in an organization** https://developer.cisco.com/meraki/api-v1/#!get-organization-api-push-profiles - organizationId (string): Organization ID @@ -1124,7 +1124,7 @@ def getOrganizationApiPushProfiles(self, organizationId: str, **kwargs): def createOrganizationApiPushProfile(self, organizationId: str, iname: str, topic: dict, receiver: dict, **kwargs): """ - **Create a new push profile** + **Create a Push API profile to subscribe to a topic and send its messages to a receiver profile.** https://developer.cisco.com/meraki/api-v1/#!create-organization-api-push-profile - organizationId (string): Organization ID @@ -1163,7 +1163,7 @@ def createOrganizationApiPushProfile(self, organizationId: str, iname: str, topi def updateOrganizationApiPushProfile(self, organizationId: str, iname: str, **kwargs): """ - **Update a push profile** + **Update a Push API profile's name, description, topic, receiver profile or other configuration.** https://developer.cisco.com/meraki/api-v1/#!update-organization-api-push-profile - organizationId (string): Organization ID @@ -1202,7 +1202,7 @@ def updateOrganizationApiPushProfile(self, organizationId: str, iname: str, **kw def deleteOrganizationApiPushProfile(self, organizationId: str, iname: str): """ - **Delete a push profile** + **Delete a Push API profile to unsubscribe from a topic, ending that topic's message delivery to a receiver profile.** https://developer.cisco.com/meraki/api-v1/#!delete-organization-api-push-profile - organizationId (string): Organization ID @@ -1221,7 +1221,7 @@ def deleteOrganizationApiPushProfile(self, organizationId: str, iname: str): def getOrganizationApiPushReceiversProfiles(self, organizationId: str): """ - **List the push receiver profiles in the organization** + **List the Push API receiver profiles in an organization** https://developer.cisco.com/meraki/api-v1/#!get-organization-api-push-receivers-profiles - organizationId (string): Organization ID @@ -1238,7 +1238,7 @@ def getOrganizationApiPushReceiversProfiles(self, organizationId: str): def createOrganizationApiPushReceiversProfile(self, organizationId: str, iname: str, receiver: dict, **kwargs): """ - **Create a new push receiver profile** + **Create a Push API receiver profile to define an external receiver for Push API messages** https://developer.cisco.com/meraki/api-v1/#!create-organization-api-push-receivers-profile - organizationId (string): Organization ID @@ -1277,7 +1277,7 @@ def createOrganizationApiPushReceiversProfile(self, organizationId: str, iname: def deleteOrganizationApiPushReceiversProfile(self, organizationId: str, iname: str): """ - **Delete a push receiver profile** + **Delete a Push API receiver profile.** https://developer.cisco.com/meraki/api-v1/#!delete-organization-api-push-receivers-profile - organizationId (string): Organization ID @@ -1296,7 +1296,7 @@ def deleteOrganizationApiPushReceiversProfile(self, organizationId: str, iname: def updateOrganizationApiPushReceiversProfile(self, organizationId: str, iname: str, **kwargs): """ - **Update a push receiver profile** + **Update a Push API receiver profile's name, description, or receiver configuration.** https://developer.cisco.com/meraki/api-v1/#!update-organization-api-push-receivers-profile - organizationId (string): Organization ID @@ -1335,7 +1335,7 @@ def updateOrganizationApiPushReceiversProfile(self, organizationId: str, iname: def getOrganizationApiPushTopics(self, organizationId: str): """ - **List of push topics** + **List the topics in an organization that are eligible for message delivery via Push API.** https://developer.cisco.com/meraki/api-v1/#!get-organization-api-push-topics - organizationId (string): Organization ID diff --git a/meraki/aio/api/wireless.py b/meraki/aio/api/wireless.py index 756d981..aea304c 100644 --- a/meraki/aio/api/wireless.py +++ b/meraki/aio/api/wireless.py @@ -4630,7 +4630,6 @@ def getOrganizationAssuranceWirelessExperienceChannelAvailabilityInsightsByNetwo - bands (array): Filter results by band. - contributor (string): Contributor for which to retrieve insights. If not specified, returns overall insights. - subContributor (string): Sub-contributor for which to retrieve insights. If not specified, returns all sub contributor insights. - - insights (string): Insights version to use. Defaults to 2. - t0 (string): The beginning of the timespan for the data. The maximum lookback period is 14 days from today. - t1 (string): The end of the timespan for the data. t1 can be a maximum of 14 days after t0. - timespan (number): The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be greater than or equal to 15 minutes and be less than or equal to 14 days. The default is 2 hours. @@ -4646,11 +4645,6 @@ def getOrganizationAssuranceWirelessExperienceChannelAvailabilityInsightsByNetwo assert kwargs["contributor"] in options, ( f'''"contributor" cannot be "{kwargs["contributor"]}", & must be set to one of: {options}''' ) - if "insights" in kwargs: - options = ["1", "2"] - assert kwargs["insights"] in options, ( - f'''"insights" cannot be "{kwargs["insights"]}", & must be set to one of: {options}''' - ) metadata = { "tags": ["wireless", "configure", "experience", "channelAvailability", "insights", "byNetwork"], @@ -4666,7 +4660,6 @@ def getOrganizationAssuranceWirelessExperienceChannelAvailabilityInsightsByNetwo "bands", "contributor", "subContributor", - "insights", "t0", "t1", "timespan", @@ -5325,7 +5318,6 @@ def getOrganizationAssuranceWirelessExperienceCoverageInsightsByNetwork( - bands (array): Filter results by band. - contributor (string): Contributor for which to retrieve insights. If not specified, returns overall insights. - subContributor (string): Sub-contributor for which to retrieve insights. If not specified, returns all sub contributor insights. - - insights (string): Insights version to use. Defaults to 2. - t0 (string): The beginning of the timespan for the data. The maximum lookback period is 14 days from today. - t1 (string): The end of the timespan for the data. t1 can be a maximum of 14 days after t0. - timespan (number): The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be greater than or equal to 15 minutes and be less than or equal to 14 days. The default is 2 hours. @@ -5341,11 +5333,6 @@ def getOrganizationAssuranceWirelessExperienceCoverageInsightsByNetwork( assert kwargs["contributor"] in options, ( f'''"contributor" cannot be "{kwargs["contributor"]}", & must be set to one of: {options}''' ) - if "insights" in kwargs: - options = ["1", "2"] - assert kwargs["insights"] in options, ( - f'''"insights" cannot be "{kwargs["insights"]}", & must be set to one of: {options}''' - ) metadata = { "tags": ["wireless", "configure", "experience", "coverage", "insights", "byNetwork"], @@ -5361,7 +5348,6 @@ def getOrganizationAssuranceWirelessExperienceCoverageInsightsByNetwork( "bands", "contributor", "subContributor", - "insights", "t0", "t1", "timespan", @@ -6219,7 +6205,6 @@ def getOrganizationAssuranceWirelessExperienceSuccessfulConnectsInsightsByNetwor - bands (array): Filter results by band. - contributor (string): Contributor for which to retrieve insights. If not specified, returns overall insights. - subContributor (string): Sub-contributor for which to retrieve insights. If not specified, returns all sub contributor insights. - - insights (string): Insights version to use. Defaults to 2. - variant (string): Wireless State Machine variant to use. - t0 (string): The beginning of the timespan for the data. The maximum lookback period is 14 days from today. - t1 (string): The end of the timespan for the data. t1 can be a maximum of 14 days after t0. @@ -6236,11 +6221,6 @@ def getOrganizationAssuranceWirelessExperienceSuccessfulConnectsInsightsByNetwor assert kwargs["contributor"] in options, ( f'''"contributor" cannot be "{kwargs["contributor"]}", & must be set to one of: {options}''' ) - if "insights" in kwargs: - options = ["1", "2"] - assert kwargs["insights"] in options, ( - f'''"insights" cannot be "{kwargs["insights"]}", & must be set to one of: {options}''' - ) if "variant" in kwargs: options = ["A", "B"] assert kwargs["variant"] in options, ( @@ -6261,7 +6241,6 @@ def getOrganizationAssuranceWirelessExperienceSuccessfulConnectsInsightsByNetwor "bands", "contributor", "subContributor", - "insights", "variant", "t0", "t1", @@ -6977,7 +6956,6 @@ def getOrganizationAssuranceWirelessExperienceTimeToConnectInsightsByNetwork( - bands (array): Filter results by band. - contributor (string): Contributor for which to retrieve insights. If not specified, returns overall insights. - subContributor (string): Sub-contributor for which to retrieve insights. If not specified, returns all sub contributor insights. - - insights (string): Insights version to use. Defaults to 2. - variant (string): Wireless State Machine variant to use. - t0 (string): The beginning of the timespan for the data. The maximum lookback period is 14 days from today. - t1 (string): The end of the timespan for the data. t1 can be a maximum of 14 days after t0. @@ -6994,11 +6972,6 @@ def getOrganizationAssuranceWirelessExperienceTimeToConnectInsightsByNetwork( assert kwargs["contributor"] in options, ( f'''"contributor" cannot be "{kwargs["contributor"]}", & must be set to one of: {options}''' ) - if "insights" in kwargs: - options = ["1", "2"] - assert kwargs["insights"] in options, ( - f'''"insights" cannot be "{kwargs["insights"]}", & must be set to one of: {options}''' - ) if "variant" in kwargs: options = ["A", "B"] assert kwargs["variant"] in options, ( @@ -7019,7 +6992,6 @@ def getOrganizationAssuranceWirelessExperienceTimeToConnectInsightsByNetwork( "bands", "contributor", "subContributor", - "insights", "variant", "t0", "t1", diff --git a/meraki/api/assistant.py b/meraki/api/assistant.py index e76b269..45c7912 100644 --- a/meraki/api/assistant.py +++ b/meraki/api/assistant.py @@ -25,13 +25,13 @@ def getOrganizationAssistantCapabilities(self, organizationId: str): def createOrganizationAssistantChatCompletion(self, organizationId: str, **kwargs): """ - **Create a chat completion with the AI assistant** + **Create a synchronous AI assistant chat completion** https://developer.cisco.com/meraki/api-v1/#!create-organization-assistant-chat-completion - organizationId (string): Organization ID - query (string): Simple text question or instruction to send to the AI assistant. Provide either 'query' for text-only requests or 'content' for multi-modal input. - content (array): List of multi-modal content blocks. Use instead of 'query' to send text or images. Supports text and image types only; for audio and file support, use the messages endpoint. Maximum 8 parts. - - threadId (string): An existing thread ID to continue a conversation. If omitted, a new thread is created. + - threadId (string): Existing persisted thread ID to continue synchronously. If omitted, the request is handled as a one-off invocation and the response will not include a reusable thread ID. - networkId (string): Optional network ID to scope the query to a specific network. Defaults to the user's last visited network. - platform (string): Platform identifier. Defaults to MERAKI when omitted. Case-insensitive. - language (string): Optional language override. Defaults to the user's preferred language. @@ -126,7 +126,7 @@ def getOrganizationAssistantChatThreads(self, organizationId: str, total_pages=1 def createOrganizationAssistantChatThread(self, organizationId: str, **kwargs): """ - **Create a new conversation thread.** + **Create a conversation thread for multi-turn AI assistant interactions.** https://developer.cisco.com/meraki/api-v1/#!create-organization-assistant-chat-thread - organizationId (string): Organization ID @@ -279,7 +279,7 @@ def getOrganizationAssistantChatThreadMessages( def createOrganizationAssistantChatThreadMessage(self, organizationId: str, threadId: str, content: list, **kwargs): """ - **Create a new chat message in a thread.** + **Create a new chat message in an existing thread.** https://developer.cisco.com/meraki/api-v1/#!create-organization-assistant-chat-thread-message - organizationId (string): Organization ID diff --git a/meraki/api/batch/organizations.py b/meraki/api/batch/organizations.py index 425b112..83e98ed 100644 --- a/meraki/api/batch/organizations.py +++ b/meraki/api/batch/organizations.py @@ -453,7 +453,7 @@ def deleteOrganizationAlertsProfile(self, organizationId: str, alertConfigId: st def createOrganizationApiPushProfile(self, organizationId: str, iname: str, topic: dict, receiver: dict, **kwargs): """ - **Create a new push profile** + **Create a Push API profile to subscribe to a topic and send its messages to a receiver profile.** https://developer.cisco.com/meraki/api-v1/#!create-organization-api-push-profile - organizationId (string): Organization ID @@ -486,7 +486,7 @@ def createOrganizationApiPushProfile(self, organizationId: str, iname: str, topi def updateOrganizationApiPushProfile(self, organizationId: str, iname: str, **kwargs): """ - **Update a push profile** + **Update a Push API profile's name, description, topic, receiver profile or other configuration.** https://developer.cisco.com/meraki/api-v1/#!update-organization-api-push-profile - organizationId (string): Organization ID @@ -519,7 +519,7 @@ def updateOrganizationApiPushProfile(self, organizationId: str, iname: str, **kw def deleteOrganizationApiPushProfile(self, organizationId: str, iname: str): """ - **Delete a push profile** + **Delete a Push API profile to unsubscribe from a topic, ending that topic's message delivery to a receiver profile.** https://developer.cisco.com/meraki/api-v1/#!delete-organization-api-push-profile - organizationId (string): Organization ID @@ -538,7 +538,7 @@ def deleteOrganizationApiPushProfile(self, organizationId: str, iname: str): def createOrganizationApiPushReceiversProfile(self, organizationId: str, iname: str, receiver: dict, **kwargs): """ - **Create a new push receiver profile** + **Create a Push API receiver profile to define an external receiver for Push API messages. You may re-use an existing organization-wide webhook receiver.** https://developer.cisco.com/meraki/api-v1/#!create-organization-api-push-receivers-profile - organizationId (string): Organization ID @@ -569,7 +569,7 @@ def createOrganizationApiPushReceiversProfile(self, organizationId: str, iname: def deleteOrganizationApiPushReceiversProfile(self, organizationId: str, iname: str): """ - **Delete a push receiver profile** + **Delete a Push API receiver profile.** https://developer.cisco.com/meraki/api-v1/#!delete-organization-api-push-receivers-profile - organizationId (string): Organization ID @@ -588,7 +588,7 @@ def deleteOrganizationApiPushReceiversProfile(self, organizationId: str, iname: def updateOrganizationApiPushReceiversProfile(self, organizationId: str, iname: str, **kwargs): """ - **Update a push receiver profile** + **Update a Push API receiver profile's name, description, or receiver configuration.** https://developer.cisco.com/meraki/api-v1/#!update-organization-api-push-receivers-profile - organizationId (string): Organization ID diff --git a/meraki/api/organizations.py b/meraki/api/organizations.py index 3122924..34eb2ca 100644 --- a/meraki/api/organizations.py +++ b/meraki/api/organizations.py @@ -1085,7 +1085,7 @@ def deleteOrganizationAlertsProfile(self, organizationId: str, alertConfigId: st def getOrganizationApiPushProfiles(self, organizationId: str, **kwargs): """ - **List the push profiles in the organization** + **List the Push API profiles in an organization** https://developer.cisco.com/meraki/api-v1/#!get-organization-api-push-profiles - organizationId (string): Organization ID @@ -1124,7 +1124,7 @@ def getOrganizationApiPushProfiles(self, organizationId: str, **kwargs): def createOrganizationApiPushProfile(self, organizationId: str, iname: str, topic: dict, receiver: dict, **kwargs): """ - **Create a new push profile** + **Create a Push API profile to subscribe to a topic and send its messages to a receiver profile.** https://developer.cisco.com/meraki/api-v1/#!create-organization-api-push-profile - organizationId (string): Organization ID @@ -1163,7 +1163,7 @@ def createOrganizationApiPushProfile(self, organizationId: str, iname: str, topi def updateOrganizationApiPushProfile(self, organizationId: str, iname: str, **kwargs): """ - **Update a push profile** + **Update a Push API profile's name, description, topic, receiver profile or other configuration.** https://developer.cisco.com/meraki/api-v1/#!update-organization-api-push-profile - organizationId (string): Organization ID @@ -1202,7 +1202,7 @@ def updateOrganizationApiPushProfile(self, organizationId: str, iname: str, **kw def deleteOrganizationApiPushProfile(self, organizationId: str, iname: str): """ - **Delete a push profile** + **Delete a Push API profile to unsubscribe from a topic, ending that topic's message delivery to a receiver profile.** https://developer.cisco.com/meraki/api-v1/#!delete-organization-api-push-profile - organizationId (string): Organization ID @@ -1221,7 +1221,7 @@ def deleteOrganizationApiPushProfile(self, organizationId: str, iname: str): def getOrganizationApiPushReceiversProfiles(self, organizationId: str): """ - **List the push receiver profiles in the organization** + **List the Push API receiver profiles in an organization** https://developer.cisco.com/meraki/api-v1/#!get-organization-api-push-receivers-profiles - organizationId (string): Organization ID @@ -1238,7 +1238,7 @@ def getOrganizationApiPushReceiversProfiles(self, organizationId: str): def createOrganizationApiPushReceiversProfile(self, organizationId: str, iname: str, receiver: dict, **kwargs): """ - **Create a new push receiver profile** + **Create a Push API receiver profile to define an external receiver for Push API messages** https://developer.cisco.com/meraki/api-v1/#!create-organization-api-push-receivers-profile - organizationId (string): Organization ID @@ -1277,7 +1277,7 @@ def createOrganizationApiPushReceiversProfile(self, organizationId: str, iname: def deleteOrganizationApiPushReceiversProfile(self, organizationId: str, iname: str): """ - **Delete a push receiver profile** + **Delete a Push API receiver profile.** https://developer.cisco.com/meraki/api-v1/#!delete-organization-api-push-receivers-profile - organizationId (string): Organization ID @@ -1296,7 +1296,7 @@ def deleteOrganizationApiPushReceiversProfile(self, organizationId: str, iname: def updateOrganizationApiPushReceiversProfile(self, organizationId: str, iname: str, **kwargs): """ - **Update a push receiver profile** + **Update a Push API receiver profile's name, description, or receiver configuration.** https://developer.cisco.com/meraki/api-v1/#!update-organization-api-push-receivers-profile - organizationId (string): Organization ID @@ -1335,7 +1335,7 @@ def updateOrganizationApiPushReceiversProfile(self, organizationId: str, iname: def getOrganizationApiPushTopics(self, organizationId: str): """ - **List of push topics** + **List the topics in an organization that are eligible for message delivery via Push API.** https://developer.cisco.com/meraki/api-v1/#!get-organization-api-push-topics - organizationId (string): Organization ID diff --git a/meraki/api/wireless.py b/meraki/api/wireless.py index cc0c21d..dbad8df 100644 --- a/meraki/api/wireless.py +++ b/meraki/api/wireless.py @@ -4630,7 +4630,6 @@ def getOrganizationAssuranceWirelessExperienceChannelAvailabilityInsightsByNetwo - bands (array): Filter results by band. - contributor (string): Contributor for which to retrieve insights. If not specified, returns overall insights. - subContributor (string): Sub-contributor for which to retrieve insights. If not specified, returns all sub contributor insights. - - insights (string): Insights version to use. Defaults to 2. - t0 (string): The beginning of the timespan for the data. The maximum lookback period is 14 days from today. - t1 (string): The end of the timespan for the data. t1 can be a maximum of 14 days after t0. - timespan (number): The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be greater than or equal to 15 minutes and be less than or equal to 14 days. The default is 2 hours. @@ -4646,11 +4645,6 @@ def getOrganizationAssuranceWirelessExperienceChannelAvailabilityInsightsByNetwo assert kwargs["contributor"] in options, ( f'''"contributor" cannot be "{kwargs["contributor"]}", & must be set to one of: {options}''' ) - if "insights" in kwargs: - options = ["1", "2"] - assert kwargs["insights"] in options, ( - f'''"insights" cannot be "{kwargs["insights"]}", & must be set to one of: {options}''' - ) metadata = { "tags": ["wireless", "configure", "experience", "channelAvailability", "insights", "byNetwork"], @@ -4666,7 +4660,6 @@ def getOrganizationAssuranceWirelessExperienceChannelAvailabilityInsightsByNetwo "bands", "contributor", "subContributor", - "insights", "t0", "t1", "timespan", @@ -5325,7 +5318,6 @@ def getOrganizationAssuranceWirelessExperienceCoverageInsightsByNetwork( - bands (array): Filter results by band. - contributor (string): Contributor for which to retrieve insights. If not specified, returns overall insights. - subContributor (string): Sub-contributor for which to retrieve insights. If not specified, returns all sub contributor insights. - - insights (string): Insights version to use. Defaults to 2. - t0 (string): The beginning of the timespan for the data. The maximum lookback period is 14 days from today. - t1 (string): The end of the timespan for the data. t1 can be a maximum of 14 days after t0. - timespan (number): The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be greater than or equal to 15 minutes and be less than or equal to 14 days. The default is 2 hours. @@ -5341,11 +5333,6 @@ def getOrganizationAssuranceWirelessExperienceCoverageInsightsByNetwork( assert kwargs["contributor"] in options, ( f'''"contributor" cannot be "{kwargs["contributor"]}", & must be set to one of: {options}''' ) - if "insights" in kwargs: - options = ["1", "2"] - assert kwargs["insights"] in options, ( - f'''"insights" cannot be "{kwargs["insights"]}", & must be set to one of: {options}''' - ) metadata = { "tags": ["wireless", "configure", "experience", "coverage", "insights", "byNetwork"], @@ -5361,7 +5348,6 @@ def getOrganizationAssuranceWirelessExperienceCoverageInsightsByNetwork( "bands", "contributor", "subContributor", - "insights", "t0", "t1", "timespan", @@ -6219,7 +6205,6 @@ def getOrganizationAssuranceWirelessExperienceSuccessfulConnectsInsightsByNetwor - bands (array): Filter results by band. - contributor (string): Contributor for which to retrieve insights. If not specified, returns overall insights. - subContributor (string): Sub-contributor for which to retrieve insights. If not specified, returns all sub contributor insights. - - insights (string): Insights version to use. Defaults to 2. - variant (string): Wireless State Machine variant to use. - t0 (string): The beginning of the timespan for the data. The maximum lookback period is 14 days from today. - t1 (string): The end of the timespan for the data. t1 can be a maximum of 14 days after t0. @@ -6236,11 +6221,6 @@ def getOrganizationAssuranceWirelessExperienceSuccessfulConnectsInsightsByNetwor assert kwargs["contributor"] in options, ( f'''"contributor" cannot be "{kwargs["contributor"]}", & must be set to one of: {options}''' ) - if "insights" in kwargs: - options = ["1", "2"] - assert kwargs["insights"] in options, ( - f'''"insights" cannot be "{kwargs["insights"]}", & must be set to one of: {options}''' - ) if "variant" in kwargs: options = ["A", "B"] assert kwargs["variant"] in options, ( @@ -6261,7 +6241,6 @@ def getOrganizationAssuranceWirelessExperienceSuccessfulConnectsInsightsByNetwor "bands", "contributor", "subContributor", - "insights", "variant", "t0", "t1", @@ -6977,7 +6956,6 @@ def getOrganizationAssuranceWirelessExperienceTimeToConnectInsightsByNetwork( - bands (array): Filter results by band. - contributor (string): Contributor for which to retrieve insights. If not specified, returns overall insights. - subContributor (string): Sub-contributor for which to retrieve insights. If not specified, returns all sub contributor insights. - - insights (string): Insights version to use. Defaults to 2. - variant (string): Wireless State Machine variant to use. - t0 (string): The beginning of the timespan for the data. The maximum lookback period is 14 days from today. - t1 (string): The end of the timespan for the data. t1 can be a maximum of 14 days after t0. @@ -6994,11 +6972,6 @@ def getOrganizationAssuranceWirelessExperienceTimeToConnectInsightsByNetwork( assert kwargs["contributor"] in options, ( f'''"contributor" cannot be "{kwargs["contributor"]}", & must be set to one of: {options}''' ) - if "insights" in kwargs: - options = ["1", "2"] - assert kwargs["insights"] in options, ( - f'''"insights" cannot be "{kwargs["insights"]}", & must be set to one of: {options}''' - ) if "variant" in kwargs: options = ["A", "B"] assert kwargs["variant"] in options, ( @@ -7019,7 +6992,6 @@ def getOrganizationAssuranceWirelessExperienceTimeToConnectInsightsByNetwork( "bands", "contributor", "subContributor", - "insights", "variant", "t0", "t1", diff --git a/pyproject.toml b/pyproject.toml index 368e010..dce1a49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "meraki" -version = "3.3.0b1" +version = "4.3.1b0" description = "Cisco Meraki Dashboard API library" authors = [ {name = "Cisco Meraki", email = "api-feedback@meraki.net"} diff --git a/uv.lock b/uv.lock index f24ddc5..308c6dc 100644 --- a/uv.lock +++ b/uv.lock @@ -549,7 +549,7 @@ wheels = [ [[package]] name = "meraki" -version = "3.3.0b1" +version = "4.3.1b0" source = { editable = "." } dependencies = [ { name = "aiohttp" },