18 lines
455 B
Text
18 lines
455 B
Text
# 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"
|