NewFlow

Element

Type

Description

type

String

One of the following:

    APPLICATION
    SHARED
    SUBSCRIBED
For application and shared flows only:

 

 

name

String or empty

The name of the flow.

sources

List of ExistingNetworkObject objects or empty.

The sources for the flow. See ExistingNetworkObject (see ExistingNetworkObject ).

For shared flows, leave this field empty to indicate it should be the placeholder.

This field is mandatory for application flows and for shared flows where the destination is the placeholder.

users

List of strings or empty

The users for the flow.

destinations

List of ExistingNetworkObject objects or empty.

The destinations for the flow. See ExistingNetworkObject (see ExistingNetworkObject ).

For shared flows, leave this field empty to indicate it should be the placeholder.

This field is mandatory for application flows and for shared flows where the source is the placeholder.

network_applications

List of ExistingNetworkApplication objects or empty.

The network applications for the flow. See ExistingNetworkApplication (see ExistingNetworkApplication ).

services

List of ExistingServiceObject objects or empty.

The services for the flow. See ExistingServiceObject (see ExistingServiceObject ).

This field must be application default when the network_applications field has a value.

comment

String or empty

Comment for the flow.

custom_fields

List of CustomField (see CustomField ) objects or empty

Custom fields for the flow.

For subscribed flows only:

 

 

shared_application_name

String

The name of the shared application.

subscribed_flows

List of APISubscribedFlowContent objects.

The flows to subscribe to . See APISubscribedFlowContent (see APISubscribedFlowContent ).

 

â See also: