Skip to content
Cloud infrastructure/devops

victorops.com

VictorOps sandbox and mock API

This API allows you to interact with the VictorOps platform in various ways. Your account may be limited to a total number of API calls per month. Also, some of these API calls have rate limits. NOTE: In this documentation when creating a sample curl request (clicking the TRY IT OUT! button), in some API viewing interfaces, the '@' in an email address may be encoded. Please note that the REST endp Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
72
Collections
-
Event types
-
example request
curl https://your-victorops.slurry.io/api-public/v1/incidents \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 0.0.3.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 72.

  • GET/api-public/v1/alerts/{uuid}
  • GET/api-public/v1/incidents
  • POST/api-public/v1/incidents
  • PATCH/api-public/v1/incidents/ack
  • PATCH/api-public/v1/incidents/byUser/ack
  • PATCH/api-public/v1/incidents/byUser/resolve
  • POST/api-public/v1/incidents/reroute
  • PATCH/api-public/v1/incidents/resolve
  • GET/api-public/v1/maintenancemode
  • POST/api-public/v1/maintenancemode/start
  • PUT/api-public/v1/maintenancemode/{maintenancemodeid}/end
  • GET/api-public/v1/oncall/current