- はじめに
- システム要件
- インストールとセットアップ
- ベストプラクティス
- 監視を始める前に
- 監視グループ
- 各監視機能について
- 新規監視の作成
- パフォーマンスメトリックの表示
- アプリケーションサーバー
- クラウドアプリ
- クラウドアプリ
- 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クライアント
- 付記
- 各種情報
- 日本サポート情報
プロセスとサービス
このセクションでは、REST APIで「プロセス」や「サービス」に各種操作を行う方法を説明します。
プロセス
サービス
プロセスの追加
/AppManager/xml/process/add?apikey=[API_KEY]&resourceid=<Server_ResourceID>&name=<Process_Name>&command=<Commands_Encoded_As_HTML>
プロセスの削除
/AppManager/xml/process/delete?apikey=<APIKey>&monitorid=<resid>&processid=<Processid>
プロセスの編集
/AppManager/xml/process/edit?apikey=<APIKey>&type=0&processid=<Processid>&name=<pname>&command=<command>&matchcriteria=<matchcriteria>
サービスの追加
/AppManager/xml/service/add?apikey=[API_KEY]&resourceid=<Server_ResourceID>&name=<Service_Name>&displayname=<Service_Display_Name>