- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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 uses gRPC 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: Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
action |
Required. Must be set to either |
name |
Required. The name to give the shared flow |
Request body
The request body contains an instance of HttpBody
.
Response body
If successful, the response body contains a newly created instance of SharedFlowRevision
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform