2022-02-11
▼ ▲ apigee.organizations.endpointAttachments.get
Parameters :
name
Location : path
Pattern : ^organizations/[^/]+/endpointAttachments/[^/]+$
Type : string
Required : Yes
Description : Required. Name of the Endpoint Attachment in the following format: `organizations/{organization}/endpointAttachments/{endpoint_attachment}`.
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
Flat Path : v1/organizations/{organizationsId}/endpointAttachments/{endpointAttachmentsId}
HTTP Method : GET
Description : Gets the specified EndpointAttachment.
Path : v1/{+name}
▼ ▲ apigee.organizations.endpointAttachments.delete
Path : v1/{+name}
Parameters :
name
Required : Yes
Pattern : ^organizations/[^/]+/endpointAttachments/[^/]+$
Description : Required. Name of the Endpoint Attachment in the following format: `organizations/{organization}/endpointAttachments/{endpoint_attachment}`.
Location : path
Type : string
Flat Path : v1/organizations/{organizationsId}/endpointAttachments/{endpointAttachmentsId}
Parameter Order : name
Description : Deletes an endpoint attachment.
HTTP Method : DELETE
▼ ▲ apigee.organizations.endpointAttachments.create
HTTP Method : POST
Path : v1/{+parent}/endpointAttachments
Parameters :
parent
Pattern : ^organizations/[^/]+$
Required : Yes
Description : Required. The Organization this EndpointAttachment will be created in.
Location : path
Type : string
endpointAttachmentId
Description : The ID to use for the endpoint attachment. ID must be a 1-20 characters string with lowercase letters and numbers and must start with a letter.
Location : query
Type : string
Description : Creates an EndpointAttachment. **Note:** Not supported for Apigee hybrid.
Parameter Order : parent
Flat Path : v1/organizations/{organizationsId}/endpointAttachments
▼ ▲ apigee.organizations.endpointAttachments.list
Flat Path : v1/organizations/{organizationsId}/endpointAttachments
Description : Lists the EndpointAttachments in the specified Organization.
Path : v1/{+parent}/endpointAttachments
Parameter Order : parent
HTTP Method : GET
Parameters :
pageToken
Location : query
Type : string
Description : Optional. Page token, returned from a previous ListEndpointAttachments call, that you can use to retrieve the next page.
parent
Pattern : ^organizations/[^/]+$
Type : string
Description : Required. Name of the Organization for which to list Endpoint Attachments in the format: `organizations/{organization}`.
Required : Yes
Location : path
pageSize
Description : Optional. Maximum number of Endpoint Attachments to return. If unspecified, at most 25 attachments will be returned.
Type : integer
Location : query
Format : int32