Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 965 Bytes

newrelic_decode_url.md

File metadata and controls

37 lines (26 loc) · 965 Bytes

newrelic decode url

Decodes NR1 URL Strings

newrelic decode url [flags]

Examples

newrelic decode url -p="pane" -s="entityId" https://one.newrelic.com/launcher/nr1-core.home?pane=eyJuZXJkbGV0SWQiOiJucjEtY29yZS5ob21lLXNjcmVlbiJ9&platform[accountId]=1

Options

  -h, --help            help for url
  -p, --param string    the query parameter you want to decode
  -s, --search string   the search key you want returned

Options inherited from parent commands

  -a, --accountId int    the account ID to use. Can be overridden by setting NEW_RELIC_ACCOUNT_ID
      --debug            debug level logging
      --format string    output text format [JSON, Text, YAML] (default "JSON")
      --plain            output compact text
      --profile string   the authentication profile to use
      --trace            trace level logging

SEE ALSO