Method: organizations.sharedflows.revisions.get

Gets a revision of a shared flow.

To download the shared flow configuration bundle for the specified revision as a zip file, set the format query parameter to bundle. If you are using curl, specify -o filename.zip to save the output to a file; otherwise, it displays to stdout. Then, develop the shared flow configuration locally and upload the updated sharedFlow configuration revision, as described in updateSharedFlowRevision.

HTTP request

GET https://apigee.googleapis.com/v1/{name=organizations/*/sharedflows/*/revisions/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the shared flow revision to get. Must be of the form: organizations/{organizationId}/sharedflows/{sharedFlowId}/revisions/{revisionId}

Authorization requires the following IAM permission on the specified resource name:

  • apigee.sharedflowrevisions.get

Query parameters

Parameters
format

string

Specify bundle to export the contents of the shared flow bundle. Otherwise, the bundle metadata is returned.

Request body

The request body must be empty.

Response body

If successful, the response is a generic HTTP response whose format is defined by the method.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform