UNPKG

@itentialopensource/adapter-moogsoft_saas

Version:

This adapter integrates with system described as: Moogsoft SaS

34 lines 826 B
{ "$id": "schema.json", "type": "object", "schema": "http://json-schema.org/draft-07/schema#", "translate": true, "dynamicfields": true, "properties": { "ph_request_type": { "type": "string", "description": "type of request (internal to adapter)", "default": "alertDetails", "enum": [ "alertDetails", "updateAlert", "listAlerts", "updateAlerts", "incidentIds" ], "external_name": "ph_request_type" }, "incidentId": { "type": "number", "description": "Returns alerts that belong to this incident ID. (Takes precedence over filter", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "incident_id" } }, "definitions": {} }