Share via


StartOnSchedule

The StartOnSchedule operation schedules a runbook instance.

Request

Method Request URI HTTP Version

POST

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

HTTP/1.1

Note

This OData operation requires the request URL to point to an instance of the Runbook entity.

Behavior

The following table describes how this operation behaves.

Setting Value

Is composable?

False

Has side effects?

True

Requires an entity instance?

True

Return type

Edm.Guid

Results belong to an entity set?

None

Parameters

The following table describes the parameters of this operation.

Name Type Nullable Description

GUID

Edm.Guid

False

The unique identifier of the runbook.

parameters

Collection(Orchestrator.ResourceModel.NameValuePair)

False

An array of NameValuePairs containing the runbook parameters.

scheduleId

Edm.Guid

False

A unique identifier for the runbook schedule.

See Also

Concepts

Runbook