Share via


Read (GET) Stream

Read using the HTTP GET operation.

See the Examples section for a code example that searches for a specific Stream, identified by the JobID (a unique guid value).

Request

Method Request URI HTTP Version

GET

HTTPS://<HOST>:<PORT>/00000000-0000-0000-0000-000000000000/Stream(guid'<GUID>')

HTTP/1.1

Request URI Parameters

URI Parameter Description

GUID

Required. The unique identifier value (JobID) for a StreamItem entity.

Request URI Example

Example URI

GET https://<sma-server>:9090/00000000-0000-0000-0000-000000000000/Activities(guid'd61bdd0a-7df7-4284-97b2-a50746443ab7') HTTP/1.1

Request Headers

For more information about the common request headers used by this operation, see Standard Service Management Automation POST/GET/PUT/DELETE Headers.

Request Body

The GET operation has no request body.

Response

Response Codes

Response Code Description

HTTP/1.1 200 OK

Successful HTTP request.

Response Headers

For more information about the common response headers used by this operation, see Standard Service Management Automation POST/GET/PUT/DELETE Headers.

Response Body

Example 1

The following example searches for a specific activity, identified by the JobID (a unique guid value).

See Also

Concepts

StreamItem