You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param str version: (Optional) The specific package version of the published service to get status from. If empty, consider all the versions used in the deployment generation mapping.
320
320
:rtype: dict InforMessages containing the governance status
321
321
"""
322
-
returnself.client._perform_json("POST", "/api-deployer/deployments/%s/governance-status"% (self.deployment_id), params={ "version": version })
322
+
returnself.client._perform_json("GET", "/api-deployer/deployments/%s/governance-status"% (self.deployment_id), params={ "version": version })
0 commit comments