1
0
Fork 0
telegraf/plugins/inputs/salesforce/sample.conf

19 lines
455 B
Text
Raw Permalink Normal View History

# Read API usage and limits for a Salesforce organisation
[[inputs.salesforce]]
## specify your credentials
##
username = "your_username"
password = "your_password"
##
## (optional) security token
# security_token = "your_security_token"
##
## (optional) environment type (sandbox or production)
## default is: production
##
# environment = "production"
##
## (optional) API version (default: "39.0")
##
# version = "39.0"