IBM InfoSphere Streams Version 4.1.1

Operator output ports

This collection resource provides access to information about the output ports for the operator that you specify.

Universal Resource Identifier (URI) pattern

https://server:port/streams/rest/instances/{restid}/jobs/{restid}/operators/{restid}/outputports 

Properties

This collection resource has the following properties:
outputPorts
An array of operator output port objects. For more information about the properties for each operator output port object, see Operator output port.
next
A string that identifies the URI for the next page in the list. This property is not present if the list is not paged or if the current page is the last page.
previous
A string that identifies the URI for the previous page in the list. This property is not present if the list is not paged or if the current page is the first page.
resourceType
A string that identifies the REST resource type, which is operatorOutputPortList.
total
A number that identifies the total number of objects in the list. If the list is filtered, the total corresponds to the total number of items that match the filter parameters.

Resource retrieval

You can use the following HTTP methods and query parameters to retrieve this resource:

HTTP methods
GET
Query parameters
This collection resource supports the standard query parameters for collection resources. The following query parameter is also supported for the collection resource:
view.restid
This parameter specifies the value of the restid property for a view resource. If this parameter is used, the list is limited to the operator output ports for the view that you specify. For example:
GET
https://server1:8443/streams/rest/instances/StreamsInstance/jobs/4/operators/Op/outputports?view.restid=inst6.Main_3.udpView
Note: The following query parameter is deprecated for the operator output ports collection resource:
activeView.restid
This parameter specifies the value of the restid property for an active view resource. If this parameter is used, the list is limited to the operator output ports for the view that you specify. For example:
GET
https://server1:8443/streams/rest/instances/streams%40bsmith/jobs/4/operators/FilteredAndPrepared.NoDuplicates/outputports?activeView.restid=6b6bd081-4156-418a-b27c-976ba2ee9ba7