ExecuteTTY
ExecuteTTY starts an interactive exec session in a container and streams stdout/stderr back. Due to browser limitations, bidirectional streaming cannot be used; stdin is sent via the separate WriteTTY RPC.
Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ”Define the version of the Connect protocol
Define the timeout, in ms
Request Body required
Section titled “Request Body required ”ExecuteTTYRequest defines the parameters for starting an interactive exec session in a container. Fields align with corev1.PodExecOptions.
object
The target Kubernetes cluster identifier.
The namespace of the pod.
The name of the pod.
The container to exec into. If omitted, the first container is used.
The command to execute (e.g. [“/bin/sh”]).
If true, allocate a TTY for the exec session.
Initial terminal height in rows.
Initial terminal width in columns.
ExecuteTTYRequest defines the parameters for starting an interactive exec session in a container. Fields align with corev1.PodExecOptions.
object
The target Kubernetes cluster identifier.
The namespace of the pod.
The name of the pod.
The container to exec into. If omitted, the first container is used.
The command to execute (e.g. [“/bin/sh”]).
If true, allocate a TTY for the exec session.
Initial terminal height in rows.
Initial terminal width in columns.
ExecuteTTYRequest defines the parameters for starting an interactive exec session in a container. Fields align with corev1.PodExecOptions.
object
The target Kubernetes cluster identifier.
The namespace of the pod.
The name of the pod.
The container to exec into. If omitted, the first container is used.
The command to execute (e.g. [“/bin/sh”]).
If true, allocate a TTY for the exec session.
Initial terminal height in rows.
Initial terminal width in columns.
ExecuteTTYRequest defines the parameters for starting an interactive exec session in a container. Fields align with corev1.PodExecOptions.
object
The target Kubernetes cluster identifier.
The namespace of the pod.
The name of the pod.
The container to exec into. If omitted, the first container is used.
The command to execute (e.g. [“/bin/sh”]).
If true, allocate a TTY for the exec session.
Initial terminal height in rows.
Initial terminal width in columns.
ExecuteTTYRequest defines the parameters for starting an interactive exec session in a container. Fields align with corev1.PodExecOptions.
object
The target Kubernetes cluster identifier.
The namespace of the pod.
The name of the pod.
The container to exec into. If omitted, the first container is used.
The command to execute (e.g. [“/bin/sh”]).
If true, allocate a TTY for the exec session.
Initial terminal height in rows.
Initial terminal width in columns.
ExecuteTTYRequest defines the parameters for starting an interactive exec session in a container. Fields align with corev1.PodExecOptions.
object
The target Kubernetes cluster identifier.
The namespace of the pod.
The name of the pod.
The container to exec into. If omitted, the first container is used.
The command to execute (e.g. [“/bin/sh”]).
If true, allocate a TTY for the exec session.
Initial terminal height in rows.
Initial terminal width in columns.
ExecuteTTYRequest defines the parameters for starting an interactive exec session in a container. Fields align with corev1.PodExecOptions.
object
The target Kubernetes cluster identifier.
The namespace of the pod.
The name of the pod.
The container to exec into. If omitted, the first container is used.
The command to execute (e.g. [“/bin/sh”]).
If true, allocate a TTY for the exec session.
Initial terminal height in rows.
Initial terminal width in columns.
ExecuteTTYRequest defines the parameters for starting an interactive exec session in a container. Fields align with corev1.PodExecOptions.
object
The target Kubernetes cluster identifier.
The namespace of the pod.
The name of the pod.
The container to exec into. If omitted, the first container is used.
The command to execute (e.g. [“/bin/sh”]).
If true, allocate a TTY for the exec session.
Initial terminal height in rows.
Initial terminal width in columns.
Responses
Section titled “ Responses ”Success
ExecuteTTYResponse streams output from the exec session.
object
The session identifier, set only in the first response message. Subsequent WriteTTY / ResizeTTY calls must reference this ID.
Stdout data from the exec session.
Stderr data from the exec session (only when tty is false).
ExecuteTTYResponse streams output from the exec session.
object
The session identifier, set only in the first response message. Subsequent WriteTTY / ResizeTTY calls must reference this ID.
Stdout data from the exec session.
Stderr data from the exec session (only when tty is false).
ExecuteTTYResponse streams output from the exec session.
object
The session identifier, set only in the first response message. Subsequent WriteTTY / ResizeTTY calls must reference this ID.
Stdout data from the exec session.
Stderr data from the exec session (only when tty is false).
ExecuteTTYResponse streams output from the exec session.
object
The session identifier, set only in the first response message. Subsequent WriteTTY / ResizeTTY calls must reference this ID.
Stdout data from the exec session.
Stderr data from the exec session (only when tty is false).
ExecuteTTYResponse streams output from the exec session.
object
The session identifier, set only in the first response message. Subsequent WriteTTY / ResizeTTY calls must reference this ID.
Stdout data from the exec session.
Stderr data from the exec session (only when tty is false).
ExecuteTTYResponse streams output from the exec session.
object
The session identifier, set only in the first response message. Subsequent WriteTTY / ResizeTTY calls must reference this ID.
Stdout data from the exec session.
Stderr data from the exec session (only when tty is false).
ExecuteTTYResponse streams output from the exec session.
object
The session identifier, set only in the first response message. Subsequent WriteTTY / ResizeTTY calls must reference this ID.
Stdout data from the exec session.
Stderr data from the exec session (only when tty is false).
ExecuteTTYResponse streams output from the exec session.
object
The session identifier, set only in the first response message. Subsequent WriteTTY / ResizeTTY calls must reference this ID.
Stdout data from the exec session.
Stderr data from the exec session (only when tty is false).
default
Section titled “default ”Error
Error type returned by Connect: https://connectrpc.com/docs/go/errors/#http-representation
object
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
A list of messages that carry the error details. There is no limit on the number of messages.
Contains an arbitrary serialized message along with a @type that describes the type of the serialized message, with an additional debug field for ConnectRPC error details.
object
A URL that acts as a globally unique identifier for the type of the serialized message. For example: type.googleapis.com/google.rpc.ErrorInfo. This is used to determine the schema of the data in the value field and is the discriminator for the debug field.
The Protobuf message, serialized as bytes and base64-encoded. The specific message type is identified by the type field.
Detailed error information.
object
Error type returned by Connect: https://connectrpc.com/docs/go/errors/#http-representation
object
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
A list of messages that carry the error details. There is no limit on the number of messages.
Contains an arbitrary serialized message along with a @type that describes the type of the serialized message, with an additional debug field for ConnectRPC error details.
object
A URL that acts as a globally unique identifier for the type of the serialized message. For example: type.googleapis.com/google.rpc.ErrorInfo. This is used to determine the schema of the data in the value field and is the discriminator for the debug field.
The Protobuf message, serialized as bytes and base64-encoded. The specific message type is identified by the type field.
Detailed error information.
object
Error type returned by Connect: https://connectrpc.com/docs/go/errors/#http-representation
object
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
A list of messages that carry the error details. There is no limit on the number of messages.
Contains an arbitrary serialized message along with a @type that describes the type of the serialized message, with an additional debug field for ConnectRPC error details.
object
A URL that acts as a globally unique identifier for the type of the serialized message. For example: type.googleapis.com/google.rpc.ErrorInfo. This is used to determine the schema of the data in the value field and is the discriminator for the debug field.
The Protobuf message, serialized as bytes and base64-encoded. The specific message type is identified by the type field.
Detailed error information.
object
Error type returned by Connect: https://connectrpc.com/docs/go/errors/#http-representation
object
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
A list of messages that carry the error details. There is no limit on the number of messages.
Contains an arbitrary serialized message along with a @type that describes the type of the serialized message, with an additional debug field for ConnectRPC error details.
object
A URL that acts as a globally unique identifier for the type of the serialized message. For example: type.googleapis.com/google.rpc.ErrorInfo. This is used to determine the schema of the data in the value field and is the discriminator for the debug field.
The Protobuf message, serialized as bytes and base64-encoded. The specific message type is identified by the type field.
Detailed error information.
object
Error type returned by Connect: https://connectrpc.com/docs/go/errors/#http-representation
object
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
A list of messages that carry the error details. There is no limit on the number of messages.
Contains an arbitrary serialized message along with a @type that describes the type of the serialized message, with an additional debug field for ConnectRPC error details.
object
A URL that acts as a globally unique identifier for the type of the serialized message. For example: type.googleapis.com/google.rpc.ErrorInfo. This is used to determine the schema of the data in the value field and is the discriminator for the debug field.
The Protobuf message, serialized as bytes and base64-encoded. The specific message type is identified by the type field.
Detailed error information.
object
Error type returned by Connect: https://connectrpc.com/docs/go/errors/#http-representation
object
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
A list of messages that carry the error details. There is no limit on the number of messages.
Contains an arbitrary serialized message along with a @type that describes the type of the serialized message, with an additional debug field for ConnectRPC error details.
object
A URL that acts as a globally unique identifier for the type of the serialized message. For example: type.googleapis.com/google.rpc.ErrorInfo. This is used to determine the schema of the data in the value field and is the discriminator for the debug field.
The Protobuf message, serialized as bytes and base64-encoded. The specific message type is identified by the type field.
Detailed error information.
object
Error type returned by Connect: https://connectrpc.com/docs/go/errors/#http-representation
object
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
A list of messages that carry the error details. There is no limit on the number of messages.
Contains an arbitrary serialized message along with a @type that describes the type of the serialized message, with an additional debug field for ConnectRPC error details.
object
A URL that acts as a globally unique identifier for the type of the serialized message. For example: type.googleapis.com/google.rpc.ErrorInfo. This is used to determine the schema of the data in the value field and is the discriminator for the debug field.
The Protobuf message, serialized as bytes and base64-encoded. The specific message type is identified by the type field.
Detailed error information.
object
Error type returned by Connect: https://connectrpc.com/docs/go/errors/#http-representation
object
The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the [google.rpc.Status.details][google.rpc.Status.details] field, or localized by the client.
A list of messages that carry the error details. There is no limit on the number of messages.
Contains an arbitrary serialized message along with a @type that describes the type of the serialized message, with an additional debug field for ConnectRPC error details.
object
A URL that acts as a globally unique identifier for the type of the serialized message. For example: type.googleapis.com/google.rpc.ErrorInfo. This is used to determine the schema of the data in the value field and is the discriminator for the debug field.
The Protobuf message, serialized as bytes and base64-encoded. The specific message type is identified by the type field.
Detailed error information.