Skip to main content

sharedflows

Overview

Namesharedflows
TypeResource
Idgoogle.apigee.sharedflows

Fields

NameDatatypeDescription
namestringThe ID of the shared flow.
latestRevisionIdstringThe id of the most recently created revision for this shared flow.
metaDataobjectMetadata common to many entities in this API.
revisionarrayA list of revisions of this shared flow.

Methods

NameAccessible byRequired ParamsDescription
organizations_sharedflows_getSELECTorganizationsId, sharedflowsIdGets a shared flow by name, including a list of its revisions.
organizations_sharedflows_listSELECTorganizationsIdLists all shared flows in the organization.
organizations_sharedflows_createINSERTorganizationsIdUploads a ZIP-formatted shared flow configuration bundle to an organization. If the shared flow already exists, this creates a new revision of it. If the shared flow does not exist, this creates it. Once imported, the shared flow revision must be deployed before it can be accessed at runtime. The size limit of a shared flow bundle is 15 MB.
organizations_sharedflows_deleteDELETEorganizationsId, sharedflowsIdDeletes a shared flow and all it's revisions. The shared flow must be undeployed before you can delete it.