Experimental
Schema
SandboxEndpointProtocol
Type:
string
SandboxEndpointProtocol identifies the transport used by a sandbox endpoint.
Values: unspecified: unspecified is not a concrete endpoint protocol. http: http is the REST API over HTTP. unixSocket: unixSocket is a local unix socket.
All schema constraints and annotations
{
"description": "SandboxEndpointProtocol identifies the transport used by a sandbox endpoint.\n\nValues:\nunspecified: unspecified is not a concrete endpoint protocol.\nhttp: http is the REST API over HTTP.\nunixSocket: unixSocket is a local unix socket.",
"enum": [
"unspecified",
"http",
"unixSocket"
],
"title": "SandboxEndpointProtocol",
"type": "string"
}