Skip to main content
Get Preset
curl --request GET \
  --url https://api.coralogix.com/mgmt/openapi/5/notifications/notification-center/v1/presets/{id} \
  --header 'Authorization: <api-key>'
{
  "preset": {
    "attachmentConfig": {},
    "configOverrides": [
      {
        "conditionType": {
          "matchEntityType": {}
        },
        "messageConfig": {
          "fields": [
            {
              "fieldName": "title",
              "template": "{{alert.status}} {{alertDef.priority}} - {{alertDef.name}}"
            }
          ]
        },
        "payloadType": "<string>"
      }
    ],
    "createTime": "2023-11-07T05:31:56Z",
    "description": "Custom preset for alerts",
    "id": "a16e24c8-4db2-4abf-ba3c-c9e1fc35a3b9",
    "name": "My Preset",
    "parentId": "preset_system_slack_alerts_basic",
    "updateTime": "2023-11-07T05:31:56Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

id
string
required

The unique identifier of the preset to retrieve.

Response

200 - application/json

Response containing the details of a notification preset.

preset
Preset · object

Set of preconfigured templates for notification content rendering