Platform API
General description
Platform API is a proxy between outer world and SentiOne Automate.
API
Default port: 5780
There are default endpoints for monitoring purposes. They are described in Components monitoring section.
Communication
This service communicates with the following services:
Application | Config to URL | Auth |
---|---|---|
analytics | chatbots.analytics-api.url | None |
Security
Endpoints are secured with OTP (see confguration).
Config
Application's config
chatbots.platform-api {
# Required to secure endpoints
otp-secret: "OTP-SECRET"
}
Job execution
None
Troubleshooting
Updated about 2 months ago