apache/openwhisk

List Rule needs status field.

Open

#4438 aperta il 11 apr 2019

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

Metriche repository

Star
 (6777 star)
Metriche merge PR
 (Nessuna PR mergiata 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