statuspage
Status and incident communication platform.
Extends: Technology
Statuspage
Status and incident communication platform.
Overview
Category: Monitoring software
Status and incident communication platform.
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: 'Statuspage',
category: 'Monitoring software',
description: 'Status and incident communication platform.',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Statuspage",
"applicationCategory": "Monitoring software",
"description": "Status and incident communication platform."
}