Method: organizations.sharedflows.create Stay organized with collections Save and categorize content based on your preferences.
Uploads 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.
HTTP request
POST https://apigee.googleapis.com/v1/{parent=organizations/*}/sharedflows
The URL usesgRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The name of the parent organization under which to create the shared flow. Must be of the form: If the resource has the Authorization requires the followingIAM permission on the specified resource
|
Query parameters
| Parameters | |
|---|---|
action |
Required. Must be set to either |
name |
Required. The name to give the shared flow |
space |
Optional. The ID of the space to associated with this shared flow. Any IAM policies applied to the space will affect access to this shared flow. Note that this field is only respected when creating a new shared flow. It has no effect when creating a new revision for an existing shared flow. |
Request body
The request body contains an instance ofHttpBody.
Response body
If successful, the response body contains a newly created instance ofSharedFlowRevision.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-15 UTC.