We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b5e068 + b78ca83 commit 4c5ae96Copy full SHA for 4c5ae96
1 file changed
pyedgeconnect/orch/_appliance_resync.py
@@ -22,7 +22,7 @@ def appliance_resync(
22
- Endpoint
23
* - applianceResync
24
- POST
25
- - /applianceResyncSynchronize
+ - /applianceResync
26
27
:param ne_pk_list: List of one or more appliance Network Primary
28
Keys (nePk), e.g. ``["3.NE","5.NE"]``
@@ -34,6 +34,4 @@ def appliance_resync(
34
"""
35
data = {"ids": ne_pk_list}
36
37
- return self._post(
38
- "/applianceResyncSynchronize", data=data, return_type="text"
39
- )
+ return self._post("/applianceResync", data=data, return_type="text")
0 commit comments