EP Token Status

Overview

EP Token Status widget allows to view and change endpoint token status.

epTokenStatus

config:
  type: epTokenStatus

Widget configuration

EP Token Status widget has the following configuration:

config:
  header:
    title:                     # Widget title text.
    displayTitle: true         # Indicates whether to display widget title text.
    iconPath:                  # Path to icon.
  type: epTokenStatus          # Widget type. Must always equal "epTokenStatus" for this widget type. REQUIRED.
  serviceIntegration:
    applicationName:           # Application name to create token for.
    service:                   # Name of CM service instance. REQUIRED.

Minimal valid configuration of the widget:

- config:
    header:
      title:
      displayTitle: false
    type: epTokenStatus
    serviceIntegration: 
      service: cm

Interfaces

EP Token Status supports a number of service interfaces to perform its functional role. The key supported interfaces are summarized in the following diagram.

EP Token Status interfaces diagram

For service communication, WD widgets mainly use REST APIs.