IBM InfoSphere Streams Version 4.1.1

Processing element input ports

This collection resource provides access to information about the input ports for the PE or operator input port that you specify.

Universal Resource Identifier (URI) pattern

https://server:port/streams/rest/instances/{restid}/jobs/{restid}/operators/{restid}/inputports/{restid}/peinputports       
Note: The following URI is deprecated and might become obsolete:
https://server:port/streams/rest/instances/{restid}/pes/{restid}/inputports 

Properties

This collection resource has the following properties:
inputPorts
An array of PE input port objects.
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 peInputPortList.
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.