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

Class SensorDisableCommand

st2client/st2client/commands/sensor.py:76–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74
75
76class SensorDisableCommand(resource.ContentPackResourceDisableCommand):
77 display_attributes = ["all"]
78 attribute_display_order = [
79 "id",
80 "ref",
81 "pack",
82 "name",
83 "enabled",
84 "poll_interval",
85 "entry_point",
86 "artifact_uri",
87 "trigger_types",
88 ]

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected