Splunk On-Call ​
Manage incidents, on-call schedules, and teams with Splunk On-Call (VictorOps).
| Detail | Value |
|---|---|
| Category | Monitoring |
| Base URL | https://api.victorops.com/api-public/v1 |
| Authentication | Bearer Token |
| Endpoints | 8 |
| Connector key | victorops |
Using Splunk On-Call in a workflow ​
- Go to Connections and click New Connection.
- Pick Splunk On-Call from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /incidents | List incidents |
| PATCH /incidents/resolve | Resolve incidents |
| PATCH /incidents/ack | Acknowledge incidents |
| GET /team | List teams |
| GET /team/{team}/oncall/schedule | Get on-call schedule |
| GET /oncall/current | Get current on-call |
| GET /user | List users |
| GET /alerts | List alerts |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.