ステータスの概要を取得する

GET /summary.json

全体的なステータス
インジケーター、コンポーネントのステータス、未解決のインシデント、今後、進行中のスケジュールされたメンテナンスなど、ステータスページの概要を取得します。

応答

  • 200 application/ JSON

    ステータスの概要が正常に取得されました

    応答属性の非表示 応答属性の表示 オブジェクト
    • ページ オブジェクト 必須
      ページ属性を非表示にする ページ属性の表示 オブジェクト
      • id string 必須

        ページの一意の識別子

      • name string 必須

        ステータスページの名前

      • URL string(uri) 必須

        ステータスページのURL

      • Updated_at string(date-time) 必須

        ページが最後に更新されたときのタイムスタンプ(ISO 8601)

    • コンポーネント array[オブジェクト] 必須

      コンポーネントの状態のリスト

      コンポーネント属性の非表示 コンポーネント属性の表示 オブジェクト
      • created_at string(date-time) 必須

        コンポーネントが作成されたときのタイムスタンプ(ISO 8601)

      • 説明 string | null

        コンポーネントの説明

      • id string 必須

        コンポーネントの一意の識別子

      • name string 必須

        コンポーネントの名前

      • only_show_if_degrouped ブール値 必須

        降格した場合にのみ表示するかどうか

      • page_id string 必須

        Unique page identifier

      • position integer 必須

        表示位置

      • 状態 string 必須

        コンポーネントの現在のステータス

        値は、operationaldegraded_performancepartial_outage、または major_outage です。

      • Updated_at string(date-time) 必須

        コンポーネントが最後にアップデートされたときのタイムスタンプ(ISO 8601)

    • イベント array[オブジェクト] 必須

      未解決のインシデントのリスト

      インシデント属性を非表示 インシデント属性の表示 オブジェクト
      • created_at string(date-time) 必須

        インシデントが作成されたときのタイムスタンプ(ISO 8601)

      • id string 必須

        インシデントの一意の識別子

      • 影響 string 必須

        影響レベル

        値は、noneminormajorcritical、または maintenance です。

      • identity_updates array[オブジェクト] 必須

        インシデントの更新のリスト

        insert_updates 属性を非表示にします insert_updates 属性の表示 オブジェクト
        • body string 必須

          Update message

        • created_at string(date-time) 必須

          更新が作成されたときのタイムスタンプ(ISO 8601)

        • display_at string(datetime)| null 必須

          表示のタイムスタンプ(ISO 8601)

        • id string 必須

          Unique update identifier

        • insert_id string 必須

          一意のインシデント識別子

        • 状態 string 必須

          Update status

          値は、investigatingidentifiedmonitoringresolvedpostmortemscheduledin_progressverifying、または completed です。

        • Updated_at string(date-time) 必須

          更新が最後に変更されたときのタイムスタンプ(ISO 8601)

      • monitoring_at string(datetime)| null

        モニタリング開始時のタイムスタンプ(ISO 8601)

      • name string 必須

        インシデン名

      • page_id string 必須

        Unique page identifier

      • postmortem_body string | null

        Postmortem analysis body

      • postmortem_body_last_updated_at string(datetime)| null

        変更後のタイムスタンプ(ISO 8601)

      • postMorem_ignoreed ブール値

        経過時間は無視されるかどうか

      • postMorem_notified_subscribers ブール値

        サブスクリプションに変更が通知されたかどうか

      • postMorem_public_at string(datetime)| null

        変更後のタイムスタンプ(ISO 8601)

      • 解決_at string(datetime)| null

        インシデントが解決されたときのタイムスタンプ(ISO 8601)

      • scheduled_for string(datetime)| null

        予定された開始時間(メンテナンス)(ISO 8601)

      • scheduled_remind_prior ブール値

        スケジュールされた時刻より前にリダイレクトを送信するかどうか

      • scheduled_remind_at string(datetime)| null

        リダイレクトが送信されたときのタイムスタンプ(ISO 8601)

      • scheduled_until string(datetime)| null

        終了予定(ISO 8601)

      • 状態 string 必須

        現在のインシデントステータス

        値は、investigatingidentifiedmonitoringresolved、または postmortem です。

      • Updated_at string(date-time) 必須

        インシデントが最後に更新されたときのタイムスタンプ(ISO 8601)

    • scheduled_maintenances array[オブジェクト] 必須

      今後またはアクティブに予定されているメンテナンスの一覧

      scheduled_maintenances 属性を非表示にする scheduled_maintenances 属性の表示 オブジェクト
      • created_at string(date-time) 必須

        作成時のタイムスタンプ(ISO 8601)

      • id string 必須

        Unique maintenance identifier

      • 影響 string 必須

        影響レベル

        値は、noneminormajorcritical、または maintenance です。

      • identity_updates array[オブジェクト] 必須

        更新の一覧

        insert_updates 属性を非表示にします insert_updates 属性の表示 オブジェクト
        • body string 必須

          Update message

        • created_at string(date-time) 必須

          更新が作成されたときのタイムスタンプ(ISO 8601)

        • display_at string(datetime)| null 必須

          表示のタイムスタンプ(ISO 8601)

        • id string 必須

          Unique update identifier

        • insert_id string 必須

          一意のインシデント識別子

        • 状態 string 必須

          Update status

          値は、investigatingidentifiedmonitoringresolvedpostmortemscheduledin_progressverifying、または completed です。

        • Updated_at string(date-time) 必須

          更新が最後に変更されたときのタイムスタンプ(ISO 8601)

      • monitoring_at string(datetime)| null

        モニタリング開始時のタイムスタンプ(ISO 8601)

      • name string 必須

        メンテナンス名

      • page_id string 必須

        Unique page identifier

      • postmortem_body string | null

        Postmortem body

      • postmortem_body_last_updated_at string(datetime)| null

        経過時間が最後に更新されたときのタイムスタンプ(ISO 8601)

      • postMorem_ignoreed ブール値

        経過時間は無視されるかどうか

      • postMorem_notified_subscribers ブール値

        サブスクリプションが後の変更を通知したかどうか

      • postMorem_public_at string(datetime)| null

        変更後の公開されたときのタイムスタンプ(ISO 8601)

      • 解決_at string(datetime)| null

        メンテナンスが解決されたときのタイムスタンプ(ISO 8601)

      • scheduled_for string(date-time) 必須

        予定された開始(ISO 8601)

      • scheduled_remind_prior ブール値

        定期メンテナンスの前にリネームを送信するかどうか

      • scheduled_remind_at string(datetime)| null

        リダイレクトが送信されたときのタイムスタンプ(ISO 8601)

      • scheduled_until string(date-time) 必須

        終了予定(ISO 8601)

      • 状態 string 必須

        現在のメンテナンス状況

        値は、scheduledin_progressverifying、または completed です。

      • Updated_at string(date-time) 必須

        メンテナンスが最後に更新されたときのタイムスタンプ(ISO 8601)

    • 状態 オブジェクト 必須
      ステータス属性の非表示 ステータス属性の表示 オブジェクト
      • 説明 string 必須

        人間が判読できる説明

      • インジケーター string 必須

        ステータス インジケーター レベル

        値は、noneminormajor、または critical です。

  • 404 application/ JSON

    要求されたリソースが見つかりませんでした

    応答属性の非表示 応答属性の表示 オブジェクト
    • メッセージ string 必須

      エラーメッセージ

    • コード integer

      エラー コード

  • 500 application/ JSON

    内部サーバーエラー

    応答属性の非表示 応答属性の表示 オブジェクト
    • メッセージ string 必須

      エラーメッセージ

    • コード integer

      エラー コード

/ Summary.json を取得
curl \
 --request GET 'https://status.mongodb.com/api/v2/summary.json'
応答の例(200)
{
  "page": {
    "id": "y2j98763l56x",
    "url": "https://status.mongodb.com",
    "name": "MongoDB Cloud Status",
    "updated_at": "2025-03-11T00:52:20-07:00"
  },
  "status": {
    "indicator": "none",
    "description": "All Systems Operational"
  },
  "incidents": [],
  "components": [
    {
      "id": "cp306tmzcl0y",
      "name": "Atlas API",
      "status": "operational",
      "page_id": "y2j98763l56x",
      "position": 1,
      "created_at": "2014-05-14T14:22:39.441-06:00",
      "updated_at": "2014-05-14T14:22:39.441-06:00",
      "description": null,
      "only_show_if_degraded": false
    }
  ],
  "scheduled_maintenances": []
}
応答の例(404)
{
  "code": 404,
  "message": "Resource not found"
}
応答の例(500)
{
  "code": 500,
  "message": "Internal server error"
}