v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13134345498.3 KB
organizations

Creates an endpoint attachment. Note: Not supported for Apigee hybrid.

post/v1/{+parent}/endpointAttachments

Path parameters

parentstring required

Required. Organization the endpoint attachment will be created in.

Query parameters

endpointAttachmentIdstring

ID to use for the endpoint attachment. ID must start with a lowercase letter followed by up to 31 lowercase letters, numbers, or hyphens, and cannot end with a hyphen. The minimum length is 2.

Request body

state'STATE_UNSPECIFIED' | 'CREATING' | 'ACTIVE' | 'DELETING' | 'UPDATING'

Output only. State of the endpoint attachment. Values other than ACTIVE mean the resource is not ready to use.

connectionState'CONNECTION_STATE_UNSPECIFIED' | 'UNAVAILABLE' | 'PENDING' | 'ACCEPTED' | 'REJECTED' | 'CLOSED' | 'FROZEN' | 'NEEDS_ATTENTION' | 'ACCEPTED_LIMITED_CAPACITY'

Output only. State of the endpoint attachment connection to the service attachment.

serviceAttachmentstring

Format: projects//regions//serviceAttachments/*

namestring

Name of the endpoint attachment. Use the following structure in your request: organizations/{org}/endpointAttachments/{endpoint_attachment}

hoststring

Output only. Host that can be used in either the HTTP target endpoint directly or as the host in target server.

locationstring

Required. Location of the endpoint attachment.

Response

Successful response