Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The GetStreamItems operation gets stream items.
Request
| Method | Request URI | HTTP Version |
|---|---|---|
GET |
/GetStreamItems |
HTTP/1.1 |
Behavior
The following table describes how this operation behaves.
| Setting | Value |
|---|---|
Is composable? |
False |
Has side effects? |
True |
Requires an entity instance? |
False |
Return type |
Collection(Orchestrator.Streams.ResourceModel.StreamItem) |
Results belong to an entity set? |
Stream |
Parameters
Parameters are passed in either the URL of the operation, or the body, depending on the HTTP method used. The following table describes the parameters of this operation.
| Name | Type | Nullable | Description |
|---|---|---|---|
jobId |
Edm.String |
False |
A unique identifier for the job. |
streamType |
Edm.String |
False |
The type of stream. Possible values are: Output, Debug, Verbose, Warning, Error and Progress. |
streamsCreatedSinceDateTime |
Edm.String |
False |
Identifies which streams should be retrieved, based on a data/time value. |
See Also
Concepts
Service Management Automation JobStreams Web Service Operations