MCPcopy Create free account
hub / github.com/StackStorm/st2 / SensorEnableCommand

Class SensorEnableCommand

st2client/st2client/commands/sensor.py:61–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60
61class SensorEnableCommand(resource.ContentPackResourceEnableCommand):
62 display_attributes = ["all"]
63 attribute_display_order = [
64 "id",
65 "ref",
66 "pack",
67 "name",
68 "enabled",
69 "poll_interval",
70 "entry_point",
71 "artifact_uri",
72 "trigger_types",
73 ]
74
75
76class SensorDisableCommand(resource.ContentPackResourceDisableCommand):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected