IBM InfoSphere Streams Version 4.1.1

Configured views

Note: This REST API resource is deprecated and might become obsolete. Use the view collection resource instead.
This deprecated collection resource provides access to information about all of the configured views for a specific instance.

Universal Resource Identifier (URI) pattern

https://server:port/streams/rest/instances/{restid}/configuredviews

Properties

The collection resource has the following properties:
configuredViews
An array of configured view objects. For more information about the properties for each configured view object, see Configured view.
next
A string that represents 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 represents 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 represents the REST resource type:configuredViewList.
total
A number that represents 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.