Share via


Runbook Diagram

Applies To: System Center 2012 - Orchestrator, System Center 2012 R2 Orchestrator, System Center 2012 SP1 - Orchestrator

The RunbookDiagram entity represents a runbook diagram in an Orchestrator environment. You can use the RunbookDiagrams collection to return the runbook diagram for a particular runbook, but you cannot return all runbook diagrams with a single request.

Note

The key of RunbookDiagram is the Id of the diagram’s runbook, not of the runbook diagram itself.

To return the properties for a particular runbook diagram, you specify the GUID of its runbook in the URL as in the following example:

http://server01.contoso.com:81/Orchestrator2012/Orchestrator.svc/RunbookDiagrams(guid'ab072e85-0ab6-42b5-97dd-239a5a50ebbd')

To return the image for the same diagram, you add the $value option as in the following example:

http://server01.contoso.com:81/Orchestrator2012/Orchestrator.svc/RunbookDiagrams(guid'ab072e85-0ab6-42b5-97dd-239a5a50ebbd')/$value

Properties

The following table lists the properties of the RunbookDiagram entity.

Name Type Key Description

ContentType

String

No

Specifies the type of image file.

LastModifiedTim

DateTime

No

The date and time that the diagram was last changed.

RunbookId

GUID

Yes

GUID of the runbook that the diagram illustrates.

Relationships

The following table lists the entities that share a relationship with the RunbookDiagram entity and the key property in each entity used to define the relationship.

Collection Entity Relationship Related Entity Property RunbookDiagram Entity Property

Runbook

Runbook

Child

Id

RunbookId

See Also

Concepts

Programming Using the Orchestrator Web Service
OData Queries Using the Orchestrator Web Service