Skip to content

Commit f4b40e9

Browse files
committed
0.54.0
1 parent c56b957 commit f4b40e9

File tree

208 files changed

+1161
-1052
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+1161
-1052
lines changed

generate_from_openapi.py

Lines changed: 216 additions & 107 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "mistapi"
10-
version = "0.53.0"
10+
version = "0.54.0"
1111
authors = [{name="Thomas Munzer", email="tmunzer@juniper.net"}]
1212
description = "Python package to simplify the Mist System APIs usage"
1313
keywords = ["Mist", "Juniper", "API"]

src/mistapi/__version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.53.0"
1+
__version__ = "0.54.0"
22
__author__ = "Thomas Munzer <tmunzer@juniper.net>"

src/mistapi/api/v1/const/alarm_defs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
def listAlarmDefinitions(mist_session:_APISession) -> _APIResponse:
1818
"""
19-
API doc: https://doc.mist-lab.fr/#operation/listAlarmDefinitions
19+
API doc: https://www.juniper.net/documentation/us/en/software/mist/api/http/api/constants/definitions/list-alarm-definitions
2020
2121
PARAMS
2222
-----------

src/mistapi/api/v1/const/ap_channels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
def listApChannels(mist_session:_APISession, country_code:str=None) -> _APIResponse:
1818
"""
19-
API doc: https://doc.mist-lab.fr/#operation/listApChannels
19+
API doc: https://www.juniper.net/documentation/us/en/software/mist/api/http/api/constants/definitions/list-ap-channels
2020
2121
PARAMS
2222
-----------

src/mistapi/api/v1/const/ap_led_status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
def listApLedDefinition(mist_session:_APISession) -> _APIResponse:
1818
"""
19-
API doc: https://doc.mist-lab.fr/#operation/listApLedDefinition
19+
API doc: https://www.juniper.net/documentation/us/en/software/mist/api/http/api/constants/definitions/list-ap-led-definition
2020
2121
PARAMS
2222
-----------

src/mistapi/api/v1/const/app_categories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
def listAppCategoryDefinitions(mist_session:_APISession) -> _APIResponse:
1818
"""
19-
API doc: https://doc.mist-lab.fr/#operation/listAppCategoryDefinitions
19+
API doc: https://www.juniper.net/documentation/us/en/software/mist/api/http/api/constants/definitions/list-app-category-definitions
2020
2121
PARAMS
2222
-----------

src/mistapi/api/v1/const/app_subcategories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
def listAppSubCategoryDefinitions(mist_session:_APISession) -> _APIResponse:
1818
"""
19-
API doc: https://doc.mist-lab.fr/#operation/listAppSubCategoryDefinitions
19+
API doc: https://www.juniper.net/documentation/us/en/software/mist/api/http/api/constants/definitions/list-app-sub-category-definitions
2020
2121
PARAMS
2222
-----------

src/mistapi/api/v1/const/applications.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
def listApplications(mist_session:_APISession) -> _APIResponse:
1818
"""
19-
API doc: https://doc.mist-lab.fr/#operation/listApplications
19+
API doc: https://www.juniper.net/documentation/us/en/software/mist/api/http/api/constants/definitions/list-applications
2020
2121
PARAMS
2222
-----------

src/mistapi/api/v1/const/client_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
def listClientEventsDefinitions(mist_session:_APISession) -> _APIResponse:
1818
"""
19-
API doc: https://doc.mist-lab.fr/#operation/listClientEventsDefinitions
19+
API doc: https://www.juniper.net/documentation/us/en/software/mist/api/http/api/constants/events/list-client-events-definitions
2020
2121
PARAMS
2222
-----------

0 commit comments

Comments
 (0)