Skip to main content

attachments

Overview

Nameattachments
TypeResource
Idgoogle.apigee.attachments

Fields

NameDatatypeDescription
namestringID of the environment group attachment.
createdAtstringOutput only. The time at which the environment group attachment was created as milliseconds since epoch.
environmentstringRequired. ID of the attached environment.
environmentGroupIdstringOutput only. ID of the environment group.

Methods

NameAccessible byRequired ParamsDescription
organizations_envgroups_attachments_getSELECTattachmentsId, envgroupsId, organizationsIdGets an environment group attachment.
organizations_envgroups_attachments_listSELECTenvgroupsId, organizationsIdLists all attachments of an environment group.
organizations_instances_attachments_getSELECTattachmentsId, instancesId, organizationsIdGets an attachment. Note: Not supported for Apigee hybrid.
organizations_instances_attachments_listSELECTinstancesId, organizationsIdLists all attachments to an instance. Note: Not supported for Apigee hybrid.
organizations_envgroups_attachments_createINSERTenvgroupsId, organizationsIdCreates a new attachment of an environment to an environment group.
organizations_instances_attachments_createINSERTinstancesId, organizationsIdCreates a new attachment of an environment to an instance. Note: Not supported for Apigee hybrid.
organizations_envgroups_attachments_deleteDELETEattachmentsId, envgroupsId, organizationsIdDeletes an environment group attachment.
organizations_instances_attachments_deleteDELETEattachmentsId, instancesId, organizationsIdDeletes an attachment. Note: Not supported for Apigee hybrid.
_organizations_envgroups_attachments_listEXECenvgroupsId, organizationsIdLists all attachments of an environment group.
_organizations_instances_attachments_listEXECinstancesId, organizationsIdLists all attachments to an instance. Note: Not supported for Apigee hybrid.