victorops
Incident management and on-call scheduling.
Extends: Technology
VictorOps
Incident management and on-call scheduling.
Overview
Category: Monitoring software
Incident management and on-call scheduling.
Related Skills
No related skills listed.
Occupations Using This Technology
No occupations listed.
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'VictorOps',
category: 'Monitoring software',
description: 'Incident management and on-call scheduling.',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "VictorOps",
"applicationCategory": "Monitoring software",
"description": "Incident management and on-call scheduling."
}