Share via


StreamItem

The StreamItem entity represents a stream in System Management Automation. The Streams collection includes all of the streams in all the local System Management Automation environment.

Inheritance Hierarchy

Orchestrator.Streams.ResourceModel
  StreamItem

Supported HTTP Verbs

Create (POST) Read (GET) Update (PUT) Delete (DELETE)

False

True

False

False

Entity Properties

For more information about how the properties of an entity interact with HTTP operations, see Service Management Automation Web Service Fundamentals.

Name Create (PUT) Read (GET) Update (POST) Delete (DELETE) Type Nullable Description

JobId

Optional

Edm.Guid

False

Key Property

The unique identifier of the job.

TenantId

Optional

Edm.Guid

False

Key Property

The unique identifier of the tenant that hosts the System Management Automation service.

NameValues

Optional

Collection (NameValuePair)

False

A collection of key/value pairs

RunbookVersionId

Optional

Edm.Guid

False

The unique identifier of the runbook version.

StreamText

Optional

Edm.String

True

The stream text.

StreamTime

Optional

Edm.DateTime

False

The time the stream was written.

StreamTypeName

Optional

Edm.String

True

The name of the stream type. Possible values are: Output, Debug, Verbose, Warning, Error and Progress.

Relationships

This entity does not have any relationships.

Examples

Examples of supported data operations are available in the Stream collection topic.

See Also

Concepts

Stream