Example smart contract list
{ "smart_contracts": [{ "dcrn": "SmartContract::L1::AtRest", "version": "1", "txn_type": "c1", "id": "ec3e6dac-da91-4186-9c21-3f996b4462ab", "status": { "state": "active", "msg": "Creation success", "timestamp": "2019-05-21 20:19:10.519848" }, "image": "ubuntu:latest", "auth_key_id": "SC_ELDVFTEQWXCW", "image_digest": "sha256:9cf55af627c98299a13aac1349936128770bb0ce44b65344779034f52b2a7934", "cmd": "cat", "args": [ "-" ], "env": { "STAGE": "dev", "DRAGONCHAIN_ID": "ec67bbf5-b41e-4526-95fd-6a7c3abdd058", "SMART_CONTRACT_ID": "ec3e6dac-da91-4186-9c21-3f996b4462ab", "SMART_CONTRACT_NAME": "c1" }, "existing_secrets": [ "secret-key", "auth-key-id" ], "cron": null, "seconds": null, "execution_order": "parallel" }] }
Example smart contract list
{ "smart_contracts": [{ "dcrn": "SmartContract::L1::AtRest", "version": "1", "txn_type": "c1", "id": "ec3e6dac-da91-4186-9c21-3f996b4462ab", "status": { "state": "active", "msg": "Creation success", "timestamp": "2019-05-21 20:19:10.519848" }, "image": "ubuntu:latest", "auth_key_id": "SC_ELDVFTEQWXCW", "image_digest": "sha256:9cf55af627c98299a13aac1349936128770bb0ce44b65344779034f52b2a7934", "cmd": "cat", "args": [ "-" ], "env": { "STAGE": "dev", "DRAGONCHAIN_ID": "ec67bbf5-b41e-4526-95fd-6a7c3abdd058", "SMART_CONTRACT_ID": "ec3e6dac-da91-4186-9c21-3f996b4462ab", "SMART_CONTRACT_NAME": "c1" }, "existing_secrets": [ "secret-key", "auth-key-id" ], "cron": null, "seconds": null, "execution_order": "parallel" }] }