v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1346116213.0 KB
projects

Creates a new Mesh in a given project and location.

post/v1/{+parent}/meshes

Path parameters

parentstring required

Required. The parent resource of the Mesh. Must be in the format projects/*/locations/*.

Query parameters

meshIdstring

Required. Short name of the Mesh resource to be created.

Request body

namestring

Identifier. Name of the Mesh resource. It matches pattern projects/*/locations/*/meshes/.

selfLinkstring

Output only. Server-defined URL of this resource

createTimestring google-datetime

Output only. The timestamp when the resource was created.

updateTimestring google-datetime

Output only. The timestamp when the resource was updated.

labelsobject

Optional. Set of label tags associated with the Mesh resource.

descriptionstring

Optional. A free-text description of the resource. Max length 1024 characters.

interceptionPortinteger

Optional. If set to a valid TCP port (1-65535), instructs the SIDECAR proxy to listen on the specified port of localhost (127.0.0.1) address. The SIDECAR proxy will expect all traffic to be redirected to this port regardless of its actual ip:port destination. If unset, a port '15001' is used as the interception port. This is applicable only for sidecar proxy deployments.

envoyHeaders'ENVOY_HEADERS_UNSPECIFIED' | 'NONE' | 'DEBUG_HEADERS'

Optional. Determines if envoy will insert internal debug headers into upstream requests. Other Envoy headers may still be injected. By default, envoy will not insert any debug headers.

Response

Successful response