既存のサービス状態の取得
get
/services/{version}/mpoints/{item}/serviceHealth
必要なロール: ユーザー
既存のサービス状態の取得リクエスト
パス・パラメータ
- item(必須): string
最小長:
1
最大長:32
- version(必須): string
Oracle GoldenGateサービスのAPIバージョン。
指定できる値:[ "v2" ]
レスポンス
サポートされるメディア・タイプ
- application/json
200レスポンス
ルート・スキーマ: Oracle GoldenGate Service Health
型:
object
タイトル:
ソースの表示
Oracle GoldenGate Service Health
- $schema:
指定できる値:
[ "mpoints:serviceHealth" ]
- criticalResourcesHealthy(必須): integer
最小値:
0
最大値:2147483647
正常なクリティカル・リソースの数 - criticalResourcesUnhealthy(必須): integer
最小値:
0
最大値:2147483647
異常なクリティカル・リソースの数 - isHealthy(必須): boolean
サービスの全体的な状態を示します
レスポンスの例(application/json)
{
"$schema":"api:standardResponse",
"links":[
{
"rel":"canonical",
"href":"http://127.0.0.1:9015/services/v2/mpoints/ADMINSRVR/serviceHealth",
"mediaType":"application/json"
},
{
"rel":"self",
"href":"http://127.0.0.1:9015/services/v2/mpoints/ADMINSRVR/serviceHealth",
"mediaType":"application/json"
},
{
"rel":"describedby",
"href":"http://127.0.0.1:9015/services/v2/metadata-catalog/serviceHealth",
"mediaType":"application/schema+json"
}
],
"messages":[
],
"response":{
"$schema":"mpoints:serviceHealth",
"isHealthy":true,
"criticalResourcesHealthy":"2",
"criticalResourcesUnhealthy":"0"
}
}