- はじめに
- システム要件
- インストールとセットアップ
- ベストプラクティス
- 監視を始める前に
- 監視グループ
- 各監視機能について
- 新規監視の作成
- パフォーマンスメトリックの表示
- アプリケーションサーバー
- クラウドアプリ
- クラウドアプリ
- Googleクラウド
- Oracleクラウド
- AWS
- Microsoft Azure
- Microsoft Azure監視
- Azure仮想マシン
- Azure Storage
- Windows Azure Cloud(クラシック)
- Microsoft Azure SQL Database監視
- Microsoft Azure Load Balancer監視
- MicrosoftAzure Kubernetes Service (AKS) 監視
- Microsoft Azure SQL ManagedInstance監視
- Microsoft Azure Database forPostgreSQL
- Microsoft Azure Database for MySQL
- Microsoft Azure Database for MariaDB
- Microsoft Azure Cosmos DB監視
- Microsoft Azure Virtual Network監視
- Microsoft Azure Virtual MachineScale Sets監視
- Microsoft Azure Synapse Analytics監視
- Microsoft Azure Functions監視
- Microsoft Azure Cache for Redis監視
- Azure App Service監視
- Microsoft Azure Premium Storage Accounts監視
- Microsoft Azure Application Gateway
- Microsoft Azure ExpressRouteCircuit
- Microsoft Azure Firewall監視
- Microsoft Azure ネットワークインターフェース監視
- Microsoft Azure Virtual NetworkGateway監視
- Microsoft Azure Connection監視
- Microsoft Azure DNSゾーン監視
- Microsoft Azure FrontDoorとCDNプロファイル監視
- Microsoft Azure NetworkWatcher:Connection Monitorを監視
- Microsoft Azure パブリックIPアドレス監視
- Microsoft Azure TrafficManagerプロファイル監視
- OpenStack
- Microsoft 365サービス
- カスタム監視
- データベース サーバー
- ERP
- メールサーバー
- ミドルウェア/ポータル
- サーバー
- 仮想化
- HCI(コンバージド インフラストラクチャ)
- Webサーバー/サービス
- サービス
- アラート
- レポート
- 設定
- ME/サードパーティー連携
- REST API
- エンドユーザー監視(EUM)
- APMインサイト
- 概要
- APMインサイトのしくみ
- APMインサイトサポート対象プラットフォーム
- Javaエージェント
- .NETエージェント
- Rubyエージェント
- PHPエージェント
- Node.jsエージェント
- .NET Coreエージェント
- Pythonエージェント
- Data Exporter
- メトリクス
- 設定
- 追加機能
- リアルユーザー監視(RUM)
- ADDM
- メンテナンス中です
- Enterprise Edition
- APMプラグイン
- スタートアップガイド
- リリース関連情報
- Edition比較/移行
- オプション
- サーバー移行方法
- OpManagerとの統合利用
- Webクライアント
- 付記
- 各種情報
- 日本サポート情報
fetchNowForManagedServer API
このAPIでは、管理者はEnterprise EditionのManagedサーバーからデータを取得し、即座にAdminサーバーへ引き渡せます。
構文
http://[APM Admin Host]:[APM Admin Port]/AppManager/xml/fetchNowForManagedServer?apikey=[ADMIN_API_KEY]&serverID=[MANAGED_SERVER_ID]
リクエスト パラメーター
フィールド | 説明 |
---|---|
apikey | 管理者のAPIキーです。 |
serverID | ManagedサーバーのIDです。AdminサーバーのManagedサーバー タブで確認できます。 |
入力サンプル
http://apm-prod:9090/AppManager/xml/fetchNowForManagedServer?apikey=7843b843910cbe6a1e5509fb9e07abd9&serverID=1
サンプル レスポンス
<?xml version="1.0" encoding="UTF-8"?>
<AppManager-response uri="/AppManager/xml/fetchNowForManagedServer">
<result>
<response response-code="4000">
<message>Fetch now completed successfully</message>
</response>
</result>
</AppManager-response>
メモ:このAPIは、Adminサーバーと管理者にのみ適用されます。