From 2434a874b1c1ddae9b03054d52059b6cc0564429 Mon Sep 17 00:00:00 2001 From: shenshuo <191715030@qq.com> Date: Wed, 10 Jul 2024 12:12:09 +0800 Subject: [PATCH] =?UTF-8?q?2024=E5=B9=B47=E6=9C=8810=E6=97=A5=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E4=BA=91=E5=8E=9F=E7=94=9F=E4=BB=BB=E5=8A=A1=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- websdk2/apis/agent_apis.py | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b8e06d6..6ab38e1 100644 --- a/setup.py +++ b/setup.py @@ -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.') diff --git a/websdk2/apis/agent_apis.py b/websdk2/apis/agent_apis.py index c04eccd..415bf2a 100644 --- a/websdk2/apis/agent_apis.py +++ b/websdk2/apis/agent_apis.py @@ -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='云原生任务查询')