maton trigger destination get
Show details for a destination
maton trigger destination get <destination-id> --trigger <trigger-id> [flags]
Options
-q,--jq <expression>- Filter JSON output using a jq expression
-
--json <fields> - Output JSON with the specified fields
-
--template <string> - Format JSON output using a Go template; see "maton help formatting"
-t,--trigger <string>- Trigger ID this resource belongs to (required)
Options inherited from parent commands
-p,--profile <string>- Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)
ALIASES
maton trigger destinations view, maton trigger destination view
JSON Fields
body_template, created_at, destination_id, headers, method, name, reason, signing_secret, status, updated_at, url
Examples
$ maton trigger destination get dst_123 --trigger trg_abc123
$ maton trigger destination get dst_123 --trigger trg_abc123 --json url,status