我试图使用下面的API从Automic服务器中提取作业详细信息。
http://server:8088/ae/api/v1/800/executions/?name=&type=JOBS
这个查询只是在过去的24小时内才发送给我执行作业的数据。前一次运行中的执行不会被返回。即使是在两周前,我怎样才能得到最新的死刑呢?
发布于 2022-08-26 11:46:00
你查过了吗?https://docs.automic.com/documentation/webhelp/english/AA/21/DOCU/21/Automic%20Automation%20Guides/Content/REST_API/AE_REST_API_General_FilterExecutionList.htm
include_deactivated可能参与其中
https://stackoverflow.com/questions/70662299
相似问题