pagerduty
Incident management platform for on-call teams.
Extends: Technology
PagerDuty
Incident management platform for on-call teams.
Overview
Category: Monitoring software
Incident management platform for on-call teams.
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: 'PagerDuty',
category: 'Monitoring software',
description: 'Incident management platform for on-call teams.',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "PagerDuty",
"applicationCategory": "Monitoring software",
"description": "Incident management platform for on-call teams."
}