Skip to main content

Retrieve Notification Types

GET 

/api/cloud/2.0/agg/notifications/profiles/types

Overview

List valid notifications types, categories for each type and sub-categories under each category.

Responses

OK

Schema
    type stringrequired

    Possible values: [INCIDENTS, UPGRADES, ANNOUNCEMENTS]

    Notification Type

    notifCategoryList object[]required

    List of notification type categories

  • Array [
  • name stringrequired

    Notification type category name

    bestPractice booleanrequired

    Best practice flag for category

    subCategoryList object[]required

    List of notification type sub-categories

  • Array [
  • name stringrequired

    Notification type sub-category name

    bestPractice booleanrequired

    Best practice flag for sub-category

    needLicense booleanrequired

    Need license flag for sub-category

  • ]
  • ]
Loading...