Loading...

CDN.com.tr Help

Read notifications and activity

Use Activity for account notifications and asynchronous operation state.

Read notifications and activity

Use Activity for account notifications and asynchronous operation state.

Panel path

  1. Management Panel
  2. Activity
  3. Notifications
  4. Operations

Prerequisites

  • Notification and operation must be current user/account-scoped.
  • Message must not contain secret or internal host.
  • Timestamp and visible operation id are enough for support.

Step-by-step guide

1

Open Activity

Notifications and Operations are customer-facing monitoring surfaces for async jobs.

  • Open Activity.
  • Choose Notifications or Operations.

Expected result: Events are visible in account/user scope.

cdnctl equivalent
cdnctl operations list --account <account_uuid>
2

Connect event to related guide

SSL, DNS, purge, or deploy events point to next action in their product guide.

  • Read status message.
  • Open related help guide.
  • Create support ticket if needed.

Expected result: User proceeds without internal queue access.

cdnctl equivalent
cdnctl container apps diagnose --account <account_uuid> --app <app_uuid>

Verification

  • Notification does not show another user/account data.
  • Operation message is redacted.
  • Timestamp/status are enough for support.

Use cases

A customer receives an SSL, DNS, deploy, purge, or import notification and needs the related operation context.

Quick workflow

  1. Open Activity.
  2. Read Notifications.
  3. Open Operations for queued or failed work.
  4. Use the status and timestamp in support tickets if needed.

Checks

  • Notifications are scoped to the selected/owned account.
  • Operation details are redacted.
  • Customer-visible status has a next action.

Related pages