apache/openwhisk

List Rule needs status field.

Open

#4,438 创建于 2019年4月11日

在 GitHub 查看
 (5 评论) (0 反应) (0 负责人)Scala (6,777 star) (1,177 fork)batch import
APIenhancementhelp wanted

描述

Hi Guys, As I know, the response data when get list rule like below so we need return response for list rule with status(active/inactive) for each object rule.

[
        {
            "action": {
                "name": "action01",
                "path": "myspace"
            },
            "annotations": [],
            "name": "action01_trigger1",
            "namespace": "myspace",
            "publish": false,
            "trigger": {
                "name": "trigger1",
                "path": "myspace"
            },
            "version": "0.0.1"
          **//missing status ???**
        }

    ]

Any help for improve this? Thanks

贡献者指南

List Rule needs status field. · apache/openwhisk#4438 | Good First Issue