クラスタからのインストールの削除
delete
/services/{version}/installation/cluster
必要なロール: セキュリティ
GoldenGateクラスタからインストールを削除します。
リクエスト
パス・パラメータ
- version(必須): string
Oracle GoldenGateサービスのAPIバージョン。
指定できる値:[ "v2" ]
レスポンス
サポートされるメディア・タイプ
- application/json
200レスポンス
インストールがクラスタから削除されました
ルート・スキーマ: RESTful API Standard Response
型:
objectタイトル:
RESTful API Standard ResponseすべてのOracle GoldenGate RESTful APIコールの標準レスポンス
ソースの表示
- $schema:
指定できる値:
[ "api:standardResponse" ] - links(必須): array links
最小アイテム数:
0最大アイテム数:16リクエストのOracle GoldenGateリンク - messages(必須): array messages
最小アイテム数:
0最大アイテム数:65535リクエストの間に発行されるGoldenGateメッセージ - response: object response
リクエストのOracle GoldenGateドキュメント
ネストされたスキーマ: response
型:
objectリクエストのOracle GoldenGateドキュメント
ネストされたスキーマ: items
型:
ソースの表示
object- $schema:
指定できる値:
[ "ogg:link" ] - description: string
最小長:
1最大長:4095このリンク固有の情報と詳細を提供する、人が読むための説明。 - href(必須): string
最小長:
2最大長:4095パターン:^[a-zA-Z][a-zA-Z0-9+-.]*:[^ \t]*$リンクの絶対URI - mediaType: string
最小長:
6最大長:255パターン:^(text|application)/[a-zA-Z0-9!#$&.+-^_]+$メディア・タイプ - RFC 4288 (https://tools.ietf.org/html/rfc4288)を参照 - rel(必須):
指定できる値:
[ "alternate", "canonical", "current", "describedby", "describes", "enclosure", "parent", "related", "self", "first", "last", "next", "previous", "ogg://service" ]hrefとリクエスト対象のリンクlinkの関係
ネストされたスキーマ: items
型:
ソースの表示
object- $schema:
指定できる値:
[ "ogg:message" ] - code(必須): string
最小長:
9最大長:9パターン:^OGG[-][0-9]{5}$Oracle GoldenGateメッセージ・コード - issued(必須): string
最小長:
20最大長:32パターン:^[0-9]{4}[-](0[1-9]|1[0-2])[-](0[1-9]|[12][0-9]|3[01])[tT ]([01][0-9]|2[0-3]):[0-5][0-9]:([0-5][0-9]|60)([.][0-9]{1,6})?([zZ]|[+-][0-9][0-9]:[0-5][0-9])$メッセージが発行された日時 - severity(必須):
指定できる値:
[ "INFO", "WARNING", "ERROR" ]メッセージの重大度 - title(必須): string
最小長:
1最大長:4095この情報、警告またはエラーに固有の情報と詳細を提供する、人が読むための説明。 - type(必須): string
最小長:
2最大長:4095パターン:^[a-zA-Z][a-zA-Z0-9+-.]*:[^ \t]*$情報、警告またはエラーのタイプを説明するページの絶対URI [RFC3986]。
レスポンスの例(application/json)
{
"$schema":"api:standardResponse",
"links":[
{
"rel":"canonical",
"href":"http://127.0.0.1:9011/services/v2/installation/cluster",
"mediaType":"application/json"
},
{
"rel":"self",
"href":"http://127.0.0.1:9011/services/v2/installation/cluster",
"mediaType":"application/json"
}
],
"messages":[
{
"$schema":"ogg:message",
"title":"This installation is no longer part of an Oracle GoldenGate cluster.",
"code":"OGG-12330",
"severity":"INFO",
"issued":"2024-01-08T16:45:21Z",
"type":"https://www.rfc-editor.org/rfc/rfc9110.html#name-status-codes"
}
]
}
500レスポンス
クラスタ管理エラー
ルート・スキーマ: Oracle GoldenGate Cluster Management Error
型:
objectタイトル:
Oracle GoldenGate Cluster Management ErrorOracle GoldenGateクラスタ管理エラーの追加コンテキスト
ソースの表示
- $schema:
指定できる値:
[ "ogg:clusterError" ] - error: object error
HAMI WebサービスREST APIからのエラー
ネストされたスキーマ: error
型:
objectHAMI WebサービスREST APIからのエラー
レスポンスの例(application/json)
{
"$schema":"api:standardResponse",
"links":[
{
"rel":"canonical",
"href":"https://127.0.0.1:9011/services/v2/installation/cluster/role/oggdev-2",
"mediaType":"application/json"
},
{
"rel":"self",
"href":"https://127.0.0.1:9011/services/v2/installation/cluster/role/oggdev-2",
"mediaType":"application/json"
}
],
"messages":[
{
"$schema":"ogg:message",
"title":"Error: HAMI Error:8 (Bad state), Location:[hamiMember.cpp:update:5377,(:HAMEM0159:)] Message Dest: 0 MsgDef(HAMI-HAMI-8#1) Args: #1:type=25,sz=72,value='Dropping member 'M2 oggdev-2' reduces voters below MinVoters value of 2'",
"code":"OGG-12343",
"severity":"ERROR",
"issued":"2024-01-08T15:37:03Z",
"type":"https://docs.oracle.com/en/middleware/goldengate/core/23.4/error-messages/"
},
{
"$schema":"ogg:message",
"title":"An attempt to leave the Oracle GoldenGate cluster failed.",
"code":"OGG-12334",
"severity":"ERROR",
"issued":"2024-01-08T15:37:03Z",
"type":"https://docs.oracle.com/en/middleware/goldengate/core/23.4/error-messages/"
}
]
}