diff --git a/CHANGELOG.md b/CHANGELOG.md index d8b99fff..eb1f993e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.8.1] - 2024-12-12 +### Fix +- changing the api version in the configuration files + ## [2.8.0] - 2024-12-11 ### Added - Add support of DNA Center versions ('2.3.7.9') diff --git a/dnacentersdk/config.py b/dnacentersdk/config.py index b74fe5f2..8b146de0 100644 --- a/dnacentersdk/config.py +++ b/dnacentersdk/config.py @@ -27,7 +27,7 @@ DEFAULT_DEBUG = 'False' #: **version** default value. -DEFAULT_VERSION = '2.3.7.6' +DEFAULT_VERSION = '2.3.7.9' #: **base_url** default value. DEFAULT_BASE_URL = 'https://sandboxdnac.cisco.com:443' @@ -46,4 +46,4 @@ #: **user_agent** default value. #: Identifies the client using the SDK, providing useful data such as the SDK version and operating system -DEFAULT_VERIFY_USER_AGENT = "" \ No newline at end of file +DEFAULT_VERIFY_USER_AGENT = "" diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index e166799f..78c5cb05 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -11,6 +11,16 @@ Versioning `__. `Unreleased `__ -------------------------------------------------------------------------------------------------- +[2.8.1] - 2024-12-12 +-------------------- + +Fix +~~~ + +- changing the api version in the configuration files + +.. _section-1: + [2.8.0] - 2024-12-11 -------------------- @@ -20,7 +30,7 @@ Added - Add support of DNA Center versions (‘2.3.7.9’) - Adds modules for v2_3_7_9 -.. _section-1: +.. _section-2: [2.7.7] - 2024-11-19 -------------------- @@ -31,7 +41,7 @@ Bug fix - The get_templates_details function was added because it was named incorrectly.There was an “s” missing from the word templates. -.. _section-2: +.. _section-3: [2.7.6] - 2024-11-12 -------------------- @@ -41,7 +51,7 @@ ADD - authentication_management module added -.. _section-3: +.. _section-4: [2.7.5] - 2024-11-11 -------------------- @@ -56,7 +66,7 @@ ADD - New Modules Such As (ai_endpoint_analytics, cisco_trusted_certificates, disaster_revery) were Added -.. _section-4: +.. _section-5: `2.7.4 `__ - 2024-09-17 --------------------------------------------------------------------------------------------------------- @@ -64,7 +74,7 @@ ADD - Add multipart parameter for file upload in site_design:uploads_floor_image. -.. _section-5: +.. _section-6: `2.7.3 `__ - 2024-08-19 --------------------------------------------------------------------------------------------------------- @@ -78,7 +88,7 @@ ADD - Update memberToTags from list to object in ``updates_tag_membership`` - Update offset and limit parameter type to support int and str value -.. _section-6: +.. _section-7: `2.7.2 `__ - 2024-08-09 --------------------------------------------------------------------------------------------------------- @@ -112,7 +122,7 @@ ADD - From delete_a_a_a_attribute_ap_i to delete_aaa_attribute_api - From get_a_a_a_attribute_ap_i to get_aaa_attribute_api -.. _section-7: +.. _section-8: `2.7.1 `__ - 2024-05-31 --------------------------------------------------------------------------------------------------------- @@ -123,7 +133,7 @@ Fixed - Updated package version retrieval method from pkg_resources to importlib.metadata. -.. _section-8: +.. _section-9: `2.7.0 `__ - 2024-05-31 ---------------------------------------------------------------------------------------------------------- @@ -142,7 +152,7 @@ Added - Fix headers in ``create_webhook_destination`` and ``update_webhook_destination`` -.. _section-9: +.. _section-10: `2.6.11 `__ - 2023-01-10 ------------------------------------------------------------------------------------------------------------ @@ -156,7 +166,7 @@ Fixed Fixing required schema. - Updating request version. Issue #132 -.. _section-10: +.. _section-11: `2.6.10 `__ - 2023-11-10 ----------------------------------------------------------------------------------------------------------- @@ -171,7 +181,7 @@ Fixed - Fixed params in 2.3.5.3 claim_a_device_to_a_site from vlanID to vlanId -.. _section-11: +.. _section-12: `2.6.9 `__ - 2023-09-20 --------------------------------------------------------------------------------------------------------- @@ -182,7 +192,7 @@ Changed - AP port assignment API not working with DNAC APIs of 2.3.3.0 #126, Documetion bug, extra-space in enum. -.. _section-12: +.. _section-13: `2.6.8 `__ - 2023-09-12 --------------------------------------------------------------------------------------------------------- @@ -194,7 +204,7 @@ Changed - 2_3_3_0 sda sevice ``add_vn`` method update. -.. _section-13: +.. _section-14: `2.6.7 `__ - 2023-08-25 --------------------------------------------------------------------------------------------------------- @@ -206,7 +216,7 @@ Changed - Update readthedocs settings -.. _section-14: +.. _section-15: `2.6.6 `__ - 2023-07-10 --------------------------------------------------------------------------------------------------------- @@ -218,7 +228,7 @@ Changed - Change requests-toolbelt minimum version #101 -.. _section-15: +.. _section-16: `2.6.5 `__ - 2023-05-29 --------------------------------------------------------------------------------------------------------- @@ -230,7 +240,7 @@ Changed - user_and_roles::Unable to use user and roles module. #112 -.. _section-16: +.. _section-17: `2.6.4 `__ - 2023-05-25 --------------------------------------------------------------------------------------------------------- @@ -259,7 +269,7 @@ Changed - Poor naming of function: v2_3_5_3/authentication_management.py : ``authentication_ap_i( #102`` -.. _section-17: +.. _section-18: `2.6.3 `__ - 2023-04-28 --------------------------------------------------------------------------------------------------------- @@ -287,14 +297,14 @@ Changed .. rubric:: `2.6.2 `__ - 2023-04-25 - :name: section-18 + :name: section-19 .. rubric:: Changed :name: changed-7 - Add ``issue`` family on 2.3.3.0 -.. _section-19: +.. _section-20: `2.6.1 `__ - 2023-04-12 --------------------------------------------------------------------------------------------------------- @@ -308,7 +318,7 @@ Changed - Correct families names in 2.3.5.3 - Removing duplicate params -.. _section-20: +.. _section-21: `2.6.0 `__ - 2023-04-12 --------------------------------------------------------------------------------------------------------- @@ -321,7 +331,7 @@ Added - Add support of DNA Center versions (‘2.3.5.3’) - Adds modules for v2_3_5_3 -.. _section-21: +.. _section-22: `2.5.6 `__ - 2023-01-10 --------------------------------------------------------------------------------------------------------- @@ -360,7 +370,7 @@ Fixed - dnacentersdk.api.v2_3_3_0.tag - dnacentersdk.api.v2_3_3_0.task -.. _section-22: +.. _section-23: `2.5.5 `__ - 2022-11-17 --------------------------------------------------------------------------------------------------------- @@ -377,7 +387,7 @@ Fixed - Added Dict_of_str function call in custom_caller headers -.. _section-23: +.. _section-24: `2.5.4 `__ - 2022-08-11 --------------------------------------------------------------------------------------------------------- @@ -391,7 +401,7 @@ Added - ``add_ssid_to_ip_pool_mapping`` -.. _section-24: +.. _section-25: `2.5.3 `__ - 2022-08-09 --------------------------------------------------------------------------------------------------------- @@ -407,7 +417,7 @@ Fixed ``connectedToInternet`` on ``sda.adds_border_device`` comes from ``boolean`` to ``string``. -.. _section-25: +.. _section-26: `2.5.2 `__ - 2022-07-29 --------------------------------------------------------------------------------------------------------- @@ -444,7 +454,7 @@ Fixed - network - servers -.. _section-26: +.. _section-27: `2.5.1 `__ - 2022-07-12 --------------------------------------------------------------------------------------------------------- @@ -458,7 +468,7 @@ Fixed - IpAddressSpace -.. _section-27: +.. _section-28: `2.5.0 `__ - 2022-06-20 ---------------------------------------------------------------------------------------------------------- @@ -471,7 +481,7 @@ Added - Add support of DNA Center versions (‘2.3.3.0’) - Adds modules for v2_3_3_0 -.. _section-28: +.. _section-29: `2.4.11 `__ - 2022-06-15 ------------------------------------------------------------------------------------------------------------ @@ -487,7 +497,7 @@ Fixed - verify - debug -.. _section-29: +.. _section-30: `2.4.10 `__ - 2022-05-12 ----------------------------------------------------------------------------------------------------------- @@ -503,7 +513,7 @@ Added - site_name_hierarchy -.. _section-30: +.. _section-31: `2.4.9 `__ - 2022-04-20 --------------------------------------------------------------------------------------------------------- @@ -523,7 +533,7 @@ Added - subnetMask - vlanId -.. _section-31: +.. _section-32: `2.4.8 `__ - 2022-03-23 --------------------------------------------------------------------------------------------------------- @@ -569,7 +579,7 @@ Changed - dnacentersdk.api.v2_2_3_3.file.File.download_a_file_by_fileid - dnacentersdk.api.v2_2_3_3.reports.Reports.download_report_content -.. _section-32: +.. _section-33: `2.4.7 `__ - 2022-03-22 --------------------------------------------------------------------------------------------------------- @@ -582,7 +592,7 @@ Added - Add ``rfProfile`` parameter for request body struct of ``claim_a_device_to_a_site``. -.. _section-33: +.. _section-34: `2.4.6 `__ - 2022-03-14 --------------------------------------------------------------------------------------------------------- @@ -613,7 +623,7 @@ Changed - sda.adds_border_device -.. _section-34: +.. _section-35: `2.4.5 `__ - 2022-02-01 --------------------------------------------------------------------------------------------------------- @@ -639,7 +649,7 @@ Changed - devices.sync_devices -.. _section-35: +.. _section-36: `2.4.4 `__ - 2022-01-31 --------------------------------------------------------------------------------------------------------- @@ -683,7 +693,7 @@ Added - Adds parameters ``hostname``, ``imageInfo`` and ``configInfo`` to device_onboarding_pnp.pnp_device_claim_to_site -.. _section-36: +.. _section-37: `2.4.3 `__ - 2022-01-19 --------------------------------------------------------------------------------------------------------- @@ -706,7 +716,7 @@ Changed DNACenterAPI - Adds tests for env variables before/after DNACenterAPI import -.. _section-37: +.. _section-38: `2.4.2 `__ - 2021-12-14 --------------------------------------------------------------------------------------------------------- @@ -721,7 +731,7 @@ Fixed - Update json schemas for models/validators and tests/models/models/validators -.. _section-38: +.. _section-39: `2.4.1 `__ - 2021-12-01 --------------------------------------------------------------------------------------------------------- @@ -733,7 +743,7 @@ Changed - Update to match checksum -.. _section-39: +.. _section-40: `2.4.0 `__ - 2021-12-01 --------------------------------------------------------------------------------------------------------- @@ -764,7 +774,7 @@ Changed - Update missing dnac 2.2.3.3 files -.. _section-40: +.. _section-41: `2.3.3 `__ - 2021-11-24 --------------------------------------------------------------------------------------------------------- @@ -796,7 +806,7 @@ Changed - Add ``isGuestVirtualNetwork`` parameter to ``update_virtual_network_with_scalable_groups`` function -.. _section-41: +.. _section-42: `2.3.2 `__ - 2021-09-14 --------------------------------------------------------------------------------------------------------- @@ -808,7 +818,7 @@ Changed - Disable verify=False warnings of urllib3 -.. _section-42: +.. _section-43: `2.3.1 `__ - 2021-08-10 --------------------------------------------------------------------------------------------------------- @@ -821,7 +831,7 @@ Fixed - Fix devices param definition & schemas [``aba32f3``] - Remove unnecesary path_params [``25c4e99``] -.. _section-43: +.. _section-44: `2.3.0 `__ - 2021-08-09 --------------------------------------------------------------------------------------------------------- @@ -846,7 +856,7 @@ Changed - Updates restsession.py to handle downloads using Content-Disposition header rather than custom fileName header -.. _section-44: +.. _section-45: `2.2.5 `__ - 2021-08-05 --------------------------------------------------------------------------------------------------------- @@ -865,7 +875,7 @@ Changed - Removes minus char from docstrings. - Adds check_type conditions for ‘X-Auth-Token’ for v2_2_1 operations. -.. _section-45: +.. _section-46: `2.2.4 `__ - 2021-06-08 --------------------------------------------------------------------------------------------------------- @@ -878,7 +888,7 @@ Fixed - Fixes download_a_file_by_fileid and import_local_software_image for v2_2_1 -.. _section-46: +.. _section-47: `2.2.3 `__ - 2021-06-08 --------------------------------------------------------------------------------------------------------- @@ -901,7 +911,7 @@ Changed - Patch adds one function that was missing from previous release - Patch adds models/validators for v2_2_1 with new ids -.. _section-47: +.. _section-48: `2.2.2 `__ - 2021-05-10 --------------------------------------------------------------------------------------------------------- @@ -920,7 +930,7 @@ Changed - Updates requirements files -.. _section-48: +.. _section-49: `2.0.2 `__ - 2020-11-01 --------------------------------------------------------------------------------------------------------- @@ -949,7 +959,7 @@ Removed - Removed requirements.lock -.. _section-49: +.. _section-50: `2.0.0 `__ - 2020-07-17 --------------------------------------------------------------------------------------------------------- @@ -989,7 +999,7 @@ Removed - Removed Webex Teams Space Community reference from README - Removed Token refresh when changing base_url -.. _section-50: +.. _section-51: `1.3.0 `__ - 2019-08-19 ---------------------------------------------------------------------------------------------------------- @@ -1010,7 +1020,7 @@ Fixed - Fix error in setter in ``api/__init__.py`` - Fix errors for readthedocs -.. _section-51: +.. _section-52: `1.2.10 `__ - 2019-07-18 --------------------------------------------------------------------------------------------------- diff --git a/docs/api/api.rst b/docs/api/api.rst index b79f8516..04cbe1f1 100644 --- a/docs/api/api.rst +++ b/docs/api/api.rst @@ -65,6 +65,13 @@ v2.3.7.6 summary .. include:: api_structure_table_v2_3_7_6.rst +.. _v2_3_7_9 summary: + +v2.3.7.9 summary +---------------- + +.. include:: api_structure_table_v2_3_7_9.rst + DNACenterAPI Class ==================