Skip to content

Commit 679718a

Browse files
committed
Added cluster_credentials to the _remote/info response
1 parent ece1d16 commit 679718a

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

output/schema/schema.json

Lines changed: 14 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/cluster/remote_info/ClusterRemoteInfoResponse.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,6 @@ export class ClusterRemoteProxyInfo {
7878
num_proxy_sockets_connected: integer
7979
/** The maximum number of socket connections to the remote cluster when proxy mode is configured. */
8080
max_proxy_socket_connections: integer
81+
/** This field presents and has value of ::es_redacted:: only when the remote cluster is configured with the API key based model. Otherwise, the field is not present. */
82+
cluster_credentials?: string
8183
}

0 commit comments

Comments
 (0)