Available Actions
incidentsservicesschedulesescalations
Input Schema
{
"type": "object",
"required": [
"type",
"title"
],
"properties": {
"type": {
"type": "string"
},
"title": {
"type": "string"
},
"service": {
"type": "object"
}
}
}Output Schema
{
"type": "object",
"properties": {
"incident": {
"type": "object"
}
}
}Quick Start
API Endpoint
POST /api/execute/pagerdutycURL Example
curl -X POST \
https://api.nulayers.com/execute/pagerduty \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"action": "incidents"}'