File tree Expand file tree Collapse file tree
docs/source/release-notes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Edge Connect web interfaces under "Support > Rest API"
1010Many, but not all API functions have been implemented yet. Development
1111is underway to continue to add further functions.
1212
13- As of 0.13 .0+ ~ 62 % of non-deprecated Swagger functions are covered.
13+ As of 0.14 .0+ 64 % of non-deprecated Swagger functions are covered.
1414
1515
1616## Install
Original file line number Diff line number Diff line change 1+ 0.14.0-a1 -- 2021-07-13
2+ -----------------------
3+
4+
5+ 🚀 Features
6+ ~~~~~~~~~~~~~
7+
8+ Added the following Orchestrator functions from Swagger
9+
10+ from .orch._license
11+ - get_nx_licensed_appliances
12+ - get_vx_licensed_appliances
13+ - get_portal_licensed_summary
14+ - get_portal_licensed_appliances
15+ - change_appliance_license
16+ - grant_appliance_base_license
17+ - revoke_appliance_base_license
18+ - delete_appliance_license_token
19+
20+ from .orch._wan_next_hop_health
21+ - get_wan_next_hop_health_config
22+
23+
24+ # Custom certs introduced in Orchestrator 9.0.4+ and Edge Connect 9+
25+
26+ from .orch._custom_certs
27+ - get_custom_certs
28+ - update_custom_certs
29+ - delete_custom_cert
30+ - get_custom_certs_enabled
31+ - set_custom_certs_enabled
32+ - check_custom_certs_orchestrator_to_portal
33+ - check_custom_certs_appliances_to_portal
34+ - verify_custom_cert
35+
36+
37+ 📚 Documentation
38+ ~~~~~~~~~~~~~~~~~~
39+
40+ - Updated README with Swagger coverage %
Original file line number Diff line number Diff line change @@ -8,4 +8,5 @@ All of the release notes for pyedgeconnect are organized below
88==================
99
1010.. toctree ::
11+ 0.14.0-a1
1112 0.13.0-a1
You can’t perform that action at this time.
0 commit comments