apache/openwhisk

List Rule needs status field.

Aperta

#4438 aperta il 11 apr 2019

 (5 commenti) (0 reazioni) (0 assegnatari)Scala (1177 fork)batch import
APIenhancementhelp wanted

Metriche repository

Star
 (6777 stelle)
Metriche merge PR
 (Merge medio 17h 31m) (3 PR mergiate in 30 g)

Descrizione

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

Guida contributor