DNによるレプリケーション・サーバーの変更
PATCH
/rest/v1/admin/{dn}
DNによるレプリケーション・サーバーの変更
リクエスト
サポートされているメディア・タイプ
- application/json
パス・パラメータ
- dn: string
変更するエントリのLDAP DN。
変更する必要があるレプリケーション・サーバー
ルート・スキーマ: PatchRequest
型:
ソースを表示
object- controls(optional): array controls
LDAP変更操作のためにサーバーに送信するLDAP制御。
- msgType: string
デフォルト値:
urn:ietf:params:rest:schemas:oracle:oud:1.0:ModifyRequestRESTメッセージ・タイプ - operations: array operations
エントリに対して実行する変更(パッチ操作)。
ネストされたスキーマ: PatchOperation
型:
ソースを表示
object- attribute: string
変更するエントリ属性。
- opType: string
指定可能な値:
[ "add", "delete", "replace", "increment" ]パッチ操作のタイプ。 - values(optional): array values
更新する属性値。
レスポンス
サポートされているメディア・タイプ
- application/json
200レスポンス
OK
ルート・スキーマ: レプリケーション・サーバーのPatchSuccessResponse
型:
ソースを表示
object- msgType: string
デフォルト値:
urn:ietf:params:rest:schemas:oracle:oud:1.0:ModifyResponseRESTメッセージ・タイプ - searchResultEntries: array searchResultEntries
LDAP操作後に返される検索結果エントリの数。
- totalResults: integer(int32)
作成され、返されるエントリの数を指定します。
ネストされたスキーマ: レプリケーション・サーバーのSearchResultEntry
型:
ソースを表示
object- attributes: object レプリケーション・サーバーのプロパティ
- dn: string
作成するエントリのLDAP DN。
ネストされたスキーマ: レプリケーション・サーバーのプロパティ
型:
ソースを表示
object- cn(optional): string
エントリのCN (共通名)
- ds-cfg-assured-timeout(optional): string
デフォルト値:
1000ms保証モードの肯定応答を待機する際のタイムアウト値。 - ds-cfg-degraded-status-threshold(optional): integer(int32)
デフォルト値:
5000ディレクトリ・サーバーを機能低下ステータスにする際のしきい値となる、保留中の変更の数。 - ds-cfg-disk-full-replication-purge-delay(optional): string
デフォルト値:
18000sディスク容量がdisk-low-thresholdで指定された値を下回った場合に、レプリケーション・サーバーがすべての持続的な情報を消去するまでの時間(秒)。 - ds-cfg-disk-full-threshold(optional): string
デフォルト値:
20 megabytesレプリケーション・サーバーを停止するための、フル・ディスクしきい値 - ds-cfg-disk-low-threshold(optional): string
デフォルト値:
100 megabytes持続的な情報すべてのパージを開始するための、下限ディスクしきい値 - ds-cfg-group-id(optional): integer(int32)
デフォルト値:
1レプリケーション・サーバーのグループID。 - ds-cfg-handshake-timeout(optional): string
デフォルト値:
4000msレプリケーション・サーバー間のハンドシェークにおけるハンドシェークのタイムアウト間隔を指定します。 - ds-cfg-heartbeat-interval(optional): string
デフォルト値:
10000msピアRSへの接続がアクティブとみなされる最大時間。 - ds-cfg-monitoring-period(optional): string
デフォルト値:
3000msモニタリング・メッセージの送信の間隔。 - ds-cfg-queue-size(optional): integer(int32)
デフォルト値:
10000レプリケーション・ドメイン内のディレクトリ・サーバーごとに、メモリーに保持される変更の数を指定します。 - ds-cfg-replication-db-directory(optional): string
読取り専用:
trueデフォルト値:changelogDbレプリケーション・サーバーがすべての持続的な情報を格納する場所のパス。 - ds-cfg-replication-port: integer(int32)
レプリケーション・サーバーが他のレプリケーション・サーバーまたはディレクトリ・サーバーからの接続を待機するポート。
- ds-cfg-replication-purge-delay(optional): string
デフォルト値:
360000sレプリケーション・サーバーがすべての持続的な情報を消去するまでの時間(秒)。 - ds-cfg-replication-server(optional): array ds-cfg-replication-server
このレプリケーション・サーバーが起動時に接続しようとする他のレプリケーション・サーバーのアドレスを指定します。
- ds-cfg-replication-server-id(optional): integer(int32)
読取り専用:
trueレプリケーション・サーバーの一意の識別子を指定します。 - ds-cfg-weight(optional): integer(int32)
デフォルト値:
1レプリケーション・サーバーの重み。 - ds-cfg-window-size(optional): integer(int32)
デフォルト値:
100レプリケーション・サーバーが他のレプリケーション・サーバーとの通信で使用するウィンドウ・サイズを指定します。 - objectclass: array objectclass
このエントリが属するオブジェクト・クラス。
ネストされたスキーマ: ds-cfg-replication-server
型:
arrayこのレプリケーション・サーバーが起動時に接続しようとする他のレプリケーション・サーバーのアドレスを指定します。
ソースを表示
400レスポンス
ERROR
406レスポンス
受入れできません
ルート・スキーマ: ErrorResponse
型:
ソースを表示
object- ldapErrorCode(optional): integer(int32)
操作に対して返されるLDAPエラー・コードを指定します。
- message: string
操作に対して返されるエラー・メッセージ。
- msgType: string
デフォルト値:
urn:ietf:params:rest:schemas:oracle:oud:1.0:ErrorResponseRESTメッセージ・タイプ