Victorops
Connector for the victorops API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.victorops.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_api_public_v1_alerts_uuid— GET /api-public/v1/alerts/{uuid} — Retrieve alert details.get_api_public_v1_incidents— GET /api-public/v1/incidents — Get current incident informationget_api_public_v1_maintenancemode— GET /api-public/v1/maintenancemode — Get an organization's current maintenance mode stateget_api_public_v1_oncall_current— GET /api-public/v1/oncall/current — Get an organization's on-call usersget_api_public_v1_org_routing_keys— GET /api-public/v1/org/routing-keys — List routing keys with associated teamsget_api_public_v1_overrides— GET /api-public/v1/overrides — List the scheduled overrides
Inputs
apiKey— your victorops API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_api_public_v1_alerts_uuid
apiKey: <your key>