Skip to content

Latest commit

 

History

History
141 lines (111 loc) · 3.87 KB

tremble.signalfx.session_module.rst

File metadata and controls

141 lines (111 loc) · 3.87 KB

tremble.signalfx.session

log into the SignalFX API

Version added: 0.1.0

  • Logs into the SignalFX API and generates a session token.
Parameter Choices/Defaults Comments
email
string / required
The email address of the user.
password
string / required
The password of the user
realm
string
Default:
"us0"
The SignalFX realm to use.

# Login using an email/password
- session:
    realm: us1
    email: somebody@example.com
    password: Not-A-Real-Password

Common return values are documented here, the following are the fields unique to this module:

Key Returned Description
token
string
On success
A SignalFX Session token.



Authors

  • Mark Chappell (@tremble)