Skip to content

Commit

Permalink
2024年7月10日 添加云原生任务查询接口
Browse files Browse the repository at this point in the history
  • Loading branch information
ss1917 committed Jul 10, 2024
1 parent b724c31 commit 2434a87
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import sys
from distutils.core import setup

VERSION = '1.0.1'
VERSION = '1.0.2'

if sys.version_info < (2, 7) or (3, 0) <= sys.version_info < (3, 6):
print('This program requires at least Python 2.7 or 3.6 to run.')
Expand Down
9 changes: 8 additions & 1 deletion websdk2/apis/agent_apis.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,11 @@ class AgentAPIS:
},
field_help={
},
description='云原生任务下发')
description='云原生任务下发/终止/重试')

get_cloud_native_task = dict(method='GET',
url=cloud_native_url,
params={},
field_help={
},
description='云原生任务查询')

0 comments on commit 2434a87

Please sign in to comment.