IBM InfoSphere Streams Version 4.1.1

Processing element output port

This element resource provides access to information about an output port for a specific PE.

Universal Resource Identifier (URI) pattern

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

Properties

This element resource has the following properties:
connections
A string that identifies the URI that you can use to access information about the PE connections for the output port.
indexWithinPE
A number that represents the index of the output port within the PE. By default, when you retrieve a collection of PE output port resources, they are sorted according to this property value.
id
A string that represents the InfoSphere® Streams unique identifier for the port.
job
A string that identifies the URI that you can use to access information about the job that contains the PE.
metrics
A string that identifies the URI that you can use to access information about the metrics for the output port.
pe
A string that identifies the URI that you can use to access information about the PE that contains the output port.
resourceType
A string that identifies the REST resource type, which is peOutputPort.
restid
A string that identifies a value that is used in combination with the PE restid property value to uniquely identify the PE output port within a URI. The value of this property is the same as the value of the indexWithinPE property.
self
A string that identifies the URI for this resource.
transportType
A string that specifies the transport mechanism that is used to communicate across PEs. Some possible values for this property include tcp, llm-rum-tcp, and llm-rum-ib.

Resource retrieval

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

HTTP methods
GET
Query parameters
This element resource supports the standard query parameters for element resources.