Share via


Statistic

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

The Statistic entity provides numeric values reporting on the operation of the Orchestrator environment. This is information that is used by the Orchestration console to provide statistical information on the Summary page.

Properties

The following table lists the properties of the Statistic entity.

Name Type Key Description

Counter

String

No

Name of the counter.

Criteria

String

No

Criteria of the statistic. This could be success or failed for runbook instances or created, canceled, or complete for runbook jobs.

EndTime

DateTime

No

End date and time for the period that the statistic is collected.

Id

GUID

Yes

Unique identifier of the statistic.

ResourceId

GUID

No

GUID of the resource.

ResourceType

String

No

Name of the type of resource the statistic is related to.

RunbookId

GUID

No

GUID of the runbook that the statistic was created from.

RunbookPath

String

No

Path of the runbook that the statistic was created from.

StartTime

DateTime

No

Start date and time for the period that the statistic is collected.

Relationships

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

Collection Entity Relationship Related Entity Property Statistic Entity Property

Runbook

Runbook

Child

Id

ResourceId

See Also

Concepts

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