• 使用を開始する
  • 関連ドキュメント

End of sales and support for Opsgenie

Atlassian will discontinue new sales of Opsgenie on June 4, 2025 and end support for Opsgenie on April 5, 2027. Read the full announcement and learn about next-generation incident response options via Jira Service Management and Compass.

インバウンド トラフィック静的 IP リスト

制限の厳しいファイアウォールやプロキシ サーバー設定を使用する場合は、Opsgenie が期待どおりに動作するように、自分で、またはネットワーク管理者が特定の IP アドレス範囲を許可リストに追加する必要があります。

Here we explain how to set up your allowlist to manage the traffic from your systems to Opsgenie. To see the allowlist from Opsgenie to your systems, visit Outbound traffic static IP list

Atlassian クラウドの IP 範囲

以下の範囲を許可リストに追加して、システムが Opsgenie にトラフィックを想定どおりに送信することを確認します。

IP アドレスのリストは動的で、時間の経過とともに変更されます。このリストは非常に長いため、可能な限りドメインを許可リストに適用することをお勧めします。

Atlassian IP 範囲に加えて、以下の関連コマンドを実行して AWS の ip-ranges.json をダウンロードします。次に、グローバルの Cloudfront IP アドレスをフィルタリングして新しいファイルに保存します。

Linux を使用してAWS IP .json を実行するサンプル コード

curl -O https://ip-ranges.amazonaws.com/ip-ranges.json && jq '.prefixes[] | select(.service == "CLOUDFRONT" and .region == "GLOBAL")' ip-ranges.json > og-ip-ranges.json

Windows PowerShell を使用してAWS IP .json を実行するサンプル コード

$getIpRanges = Invoke-RestMethod -Method GET -Uri https://ip-ranges.amazonaws.com/ip-ranges.json$getIpRanges.prefixes | ? {$.service -like 'AMAZON' -or $.service -like 'CLOUDFRONT'} | sort ip_prefix -Unique | ConvertTo-Json | Set-Content og-ip-ranges.json

 

すべての IP リストにアクセスするには、https://ip-ranges.atlassian.com/ のすべての IP 範囲を og-ip-ranges.json にマージします。

Atlassian Cloud 製品の IP アドレスとドメインの管理方法についてご確認ください。

さらにヘルプが必要ですか?

アトラシアン コミュニティをご利用ください。