apache/openwhisk

List Rule needs status field.

開放

#4,438 建立於 2019年4月11日

 (5 則留言) (0 個反應) (0 位負責人)Scala (1,177 個分叉)batch import
APIenhancementhelp wanted

倉庫指標

星標
 (6,777 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南