REST Resource: organizations.sharedflows

Resource: SharedFlow

The metadata describing a shared flow

JSON representation
{
  "metaData": {
    object (EntityMetadata)
  },
  "name": string,
  "revision": [
    string
  ],
  "latestRevisionId": string,
  "space": string
}
Fields
metaData

object (EntityMetadata)

Metadata describing the shared flow.

name

string

The ID of the shared flow.

revision[]

string

A list of revisions of this shared flow.

latestRevisionId

string

The id of the most recently created revision for this shared flow.

space

string

Optional. The ID of the space associated with this shared flow. Any IAM policies applied to the space will control access to this shared flow.

To learn how Spaces can be used to manage resources, read the Apigee Spaces Overview.

Methods

create

Uploads a ZIP-formatted shared flow configuration bundle to an organization.

delete

Deletes a shared flow and all it's revisions.

get

Gets a shared flow by name, including a list of its revisions.

list

Lists all shared flows in the organization.

move

Moves an shared flow to a different space.