1. Packages
  2. Intersight Provider
  3. API Docs
  4. getSchedulerTaskSchedule
intersight 1.0.63 published on Wednesday, Apr 16, 2025 by ciscodevnet

intersight.getSchedulerTaskSchedule

Explore with Pulumi AI

Metadata used to schedule one-time or repeated tasks.

Using getSchedulerTaskSchedule

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getSchedulerTaskSchedule(args: GetSchedulerTaskScheduleArgs, opts?: InvokeOptions): Promise<GetSchedulerTaskScheduleResult>
function getSchedulerTaskScheduleOutput(args: GetSchedulerTaskScheduleOutputArgs, opts?: InvokeOptions): Output<GetSchedulerTaskScheduleResult>
Copy
def get_scheduler_task_schedule(account_moid: Optional[str] = None,
                                action: Optional[str] = None,
                                additional_properties: Optional[str] = None,
                                ancestors: Optional[Sequence[GetSchedulerTaskScheduleAncestor]] = None,
                                associated_object: Optional[GetSchedulerTaskScheduleAssociatedObject] = None,
                                class_id: Optional[str] = None,
                                create_time: Optional[str] = None,
                                description: Optional[str] = None,
                                domain_group_moid: Optional[str] = None,
                                id: Optional[str] = None,
                                last_action: Optional[str] = None,
                                mod_time: Optional[str] = None,
                                moid: Optional[str] = None,
                                name: Optional[str] = None,
                                object_type: Optional[str] = None,
                                owners: Optional[Sequence[str]] = None,
                                parent: Optional[GetSchedulerTaskScheduleParent] = None,
                                permission_resources: Optional[Sequence[GetSchedulerTaskSchedulePermissionResource]] = None,
                                schedule_params: Optional[GetSchedulerTaskScheduleScheduleParams] = None,
                                shared_scope: Optional[str] = None,
                                status: Optional[GetSchedulerTaskScheduleStatus] = None,
                                suspend_end_time: Optional[str] = None,
                                tags: Optional[Sequence[GetSchedulerTaskScheduleTag]] = None,
                                task_request: Optional[GetSchedulerTaskScheduleTaskRequest] = None,
                                type: Optional[str] = None,
                                version_context: Optional[GetSchedulerTaskScheduleVersionContext] = None,
                                workflow_definition: Optional[GetSchedulerTaskScheduleWorkflowDefinition] = None,
                                opts: Optional[InvokeOptions] = None) -> GetSchedulerTaskScheduleResult
def get_scheduler_task_schedule_output(account_moid: Optional[pulumi.Input[str]] = None,
                                action: Optional[pulumi.Input[str]] = None,
                                additional_properties: Optional[pulumi.Input[str]] = None,
                                ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetSchedulerTaskScheduleAncestorArgs]]]] = None,
                                associated_object: Optional[pulumi.Input[GetSchedulerTaskScheduleAssociatedObjectArgs]] = None,
                                class_id: Optional[pulumi.Input[str]] = None,
                                create_time: Optional[pulumi.Input[str]] = None,
                                description: Optional[pulumi.Input[str]] = None,
                                domain_group_moid: Optional[pulumi.Input[str]] = None,
                                id: Optional[pulumi.Input[str]] = None,
                                last_action: Optional[pulumi.Input[str]] = None,
                                mod_time: Optional[pulumi.Input[str]] = None,
                                moid: Optional[pulumi.Input[str]] = None,
                                name: Optional[pulumi.Input[str]] = None,
                                object_type: Optional[pulumi.Input[str]] = None,
                                owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                parent: Optional[pulumi.Input[GetSchedulerTaskScheduleParentArgs]] = None,
                                permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetSchedulerTaskSchedulePermissionResourceArgs]]]] = None,
                                schedule_params: Optional[pulumi.Input[GetSchedulerTaskScheduleScheduleParamsArgs]] = None,
                                shared_scope: Optional[pulumi.Input[str]] = None,
                                status: Optional[pulumi.Input[GetSchedulerTaskScheduleStatusArgs]] = None,
                                suspend_end_time: Optional[pulumi.Input[str]] = None,
                                tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetSchedulerTaskScheduleTagArgs]]]] = None,
                                task_request: Optional[pulumi.Input[GetSchedulerTaskScheduleTaskRequestArgs]] = None,
                                type: Optional[pulumi.Input[str]] = None,
                                version_context: Optional[pulumi.Input[GetSchedulerTaskScheduleVersionContextArgs]] = None,
                                workflow_definition: Optional[pulumi.Input[GetSchedulerTaskScheduleWorkflowDefinitionArgs]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetSchedulerTaskScheduleResult]
Copy
func LookupSchedulerTaskSchedule(ctx *Context, args *LookupSchedulerTaskScheduleArgs, opts ...InvokeOption) (*LookupSchedulerTaskScheduleResult, error)
func LookupSchedulerTaskScheduleOutput(ctx *Context, args *LookupSchedulerTaskScheduleOutputArgs, opts ...InvokeOption) LookupSchedulerTaskScheduleResultOutput
Copy

> Note: This function is named LookupSchedulerTaskSchedule in the Go SDK.

public static class GetSchedulerTaskSchedule 
{
    public static Task<GetSchedulerTaskScheduleResult> InvokeAsync(GetSchedulerTaskScheduleArgs args, InvokeOptions? opts = null)
    public static Output<GetSchedulerTaskScheduleResult> Invoke(GetSchedulerTaskScheduleInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetSchedulerTaskScheduleResult> getSchedulerTaskSchedule(GetSchedulerTaskScheduleArgs args, InvokeOptions options)
public static Output<GetSchedulerTaskScheduleResult> getSchedulerTaskSchedule(GetSchedulerTaskScheduleArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getSchedulerTaskSchedule:getSchedulerTaskSchedule
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountMoid string
The Account ID for this managed object.
Action string
The action of the scheduled task such as suspend or resume.* None - No action is set (default).* Suspend - Suspend a scheduled task indefinitely.* Resume - Resume a suspended scheduled task.* SuspendTill - Suspend the scheduled task until a specified end-date. Not supported in this release.
AdditionalProperties string
Ancestors List<GetSchedulerTaskScheduleAncestor>
AssociatedObject GetSchedulerTaskScheduleAssociatedObject
ClassId string
CreateTime string
The time when this managed object was created.
Description string
A description to describe the schedule for easier identification.
DomainGroupMoid string
The DomainGroup ID for this managed object.
Id string
LastAction string
The last action for the scheduled task is saved in this field. Set to none if there was no action.* None - No action is set (default).* Suspend - Suspend a scheduled task indefinitely.* Resume - Resume a suspended scheduled task.* SuspendTill - Suspend the scheduled task until a specified end-date. Not supported in this release.
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
Name string
A schedule name for easier identification (not required to be unique).
ObjectType string
Owners List<string>
Parent GetSchedulerTaskScheduleParent
PermissionResources List<GetSchedulerTaskSchedulePermissionResource>
ScheduleParams GetSchedulerTaskScheduleScheduleParams
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Status GetSchedulerTaskScheduleStatus
SuspendEndTime string
Suspend a task until an end date. this applies only to the action suspendTill.
Tags List<GetSchedulerTaskScheduleTag>
TaskRequest GetSchedulerTaskScheduleTaskRequest
Type string
An Enum describing the type of scheduler to use.* None - No value was set for the schedule type (Enum value None).* OneTime - Define a one-time task execution time that will not automatically repeat.* Recurring - Specify a recurring task cadence based on a predefined pattern, such as daily, weekly, monthly, or every pattern.
VersionContext GetSchedulerTaskScheduleVersionContext
WorkflowDefinition GetSchedulerTaskScheduleWorkflowDefinition
AccountMoid string
The Account ID for this managed object.
Action string
The action of the scheduled task such as suspend or resume.* None - No action is set (default).* Suspend - Suspend a scheduled task indefinitely.* Resume - Resume a suspended scheduled task.* SuspendTill - Suspend the scheduled task until a specified end-date. Not supported in this release.
AdditionalProperties string
Ancestors []GetSchedulerTaskScheduleAncestor
AssociatedObject GetSchedulerTaskScheduleAssociatedObject
ClassId string
CreateTime string
The time when this managed object was created.
Description string
A description to describe the schedule for easier identification.
DomainGroupMoid string
The DomainGroup ID for this managed object.
Id string
LastAction string
The last action for the scheduled task is saved in this field. Set to none if there was no action.* None - No action is set (default).* Suspend - Suspend a scheduled task indefinitely.* Resume - Resume a suspended scheduled task.* SuspendTill - Suspend the scheduled task until a specified end-date. Not supported in this release.
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
Name string
A schedule name for easier identification (not required to be unique).
ObjectType string
Owners []string
Parent GetSchedulerTaskScheduleParent
PermissionResources []GetSchedulerTaskSchedulePermissionResource
ScheduleParams GetSchedulerTaskScheduleScheduleParams
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Status GetSchedulerTaskScheduleStatus
SuspendEndTime string
Suspend a task until an end date. this applies only to the action suspendTill.
Tags []GetSchedulerTaskScheduleTag
TaskRequest GetSchedulerTaskScheduleTaskRequest
Type string
An Enum describing the type of scheduler to use.* None - No value was set for the schedule type (Enum value None).* OneTime - Define a one-time task execution time that will not automatically repeat.* Recurring - Specify a recurring task cadence based on a predefined pattern, such as daily, weekly, monthly, or every pattern.
VersionContext GetSchedulerTaskScheduleVersionContext
WorkflowDefinition GetSchedulerTaskScheduleWorkflowDefinition
accountMoid String
The Account ID for this managed object.
action String
The action of the scheduled task such as suspend or resume.* None - No action is set (default).* Suspend - Suspend a scheduled task indefinitely.* Resume - Resume a suspended scheduled task.* SuspendTill - Suspend the scheduled task until a specified end-date. Not supported in this release.
additionalProperties String
ancestors List<GetSchedulerTaskScheduleAncestor>
associatedObject GetSchedulerTaskScheduleAssociatedObject
classId String
createTime String
The time when this managed object was created.
description String
A description to describe the schedule for easier identification.
domainGroupMoid String
The DomainGroup ID for this managed object.
id String
lastAction String
The last action for the scheduled task is saved in this field. Set to none if there was no action.* None - No action is set (default).* Suspend - Suspend a scheduled task indefinitely.* Resume - Resume a suspended scheduled task.* SuspendTill - Suspend the scheduled task until a specified end-date. Not supported in this release.
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
name String
A schedule name for easier identification (not required to be unique).
objectType String
owners List<String>
parent GetSchedulerTaskScheduleParent
permissionResources List<GetSchedulerTaskSchedulePermissionResource>
scheduleParams GetSchedulerTaskScheduleScheduleParams
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status GetSchedulerTaskScheduleStatus
suspendEndTime String
Suspend a task until an end date. this applies only to the action suspendTill.
tags List<GetSchedulerTaskScheduleTag>
taskRequest GetSchedulerTaskScheduleTaskRequest
type String
An Enum describing the type of scheduler to use.* None - No value was set for the schedule type (Enum value None).* OneTime - Define a one-time task execution time that will not automatically repeat.* Recurring - Specify a recurring task cadence based on a predefined pattern, such as daily, weekly, monthly, or every pattern.
versionContext GetSchedulerTaskScheduleVersionContext
workflowDefinition GetSchedulerTaskScheduleWorkflowDefinition
accountMoid string
The Account ID for this managed object.
action string
The action of the scheduled task such as suspend or resume.* None - No action is set (default).* Suspend - Suspend a scheduled task indefinitely.* Resume - Resume a suspended scheduled task.* SuspendTill - Suspend the scheduled task until a specified end-date. Not supported in this release.
additionalProperties string
ancestors GetSchedulerTaskScheduleAncestor[]
associatedObject GetSchedulerTaskScheduleAssociatedObject
classId string
createTime string
The time when this managed object was created.
description string
A description to describe the schedule for easier identification.
domainGroupMoid string
The DomainGroup ID for this managed object.
id string
lastAction string
The last action for the scheduled task is saved in this field. Set to none if there was no action.* None - No action is set (default).* Suspend - Suspend a scheduled task indefinitely.* Resume - Resume a suspended scheduled task.* SuspendTill - Suspend the scheduled task until a specified end-date. Not supported in this release.
modTime string
The time when this managed object was last modified.
moid string
The unique identifier of this Managed Object instance.
name string
A schedule name for easier identification (not required to be unique).
objectType string
owners string[]
parent GetSchedulerTaskScheduleParent
permissionResources GetSchedulerTaskSchedulePermissionResource[]
scheduleParams GetSchedulerTaskScheduleScheduleParams
sharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status GetSchedulerTaskScheduleStatus
suspendEndTime string
Suspend a task until an end date. this applies only to the action suspendTill.
tags GetSchedulerTaskScheduleTag[]
taskRequest GetSchedulerTaskScheduleTaskRequest
type string
An Enum describing the type of scheduler to use.* None - No value was set for the schedule type (Enum value None).* OneTime - Define a one-time task execution time that will not automatically repeat.* Recurring - Specify a recurring task cadence based on a predefined pattern, such as daily, weekly, monthly, or every pattern.
versionContext GetSchedulerTaskScheduleVersionContext
workflowDefinition GetSchedulerTaskScheduleWorkflowDefinition
account_moid str
The Account ID for this managed object.
action str
The action of the scheduled task such as suspend or resume.* None - No action is set (default).* Suspend - Suspend a scheduled task indefinitely.* Resume - Resume a suspended scheduled task.* SuspendTill - Suspend the scheduled task until a specified end-date. Not supported in this release.
additional_properties str
ancestors Sequence[GetSchedulerTaskScheduleAncestor]
associated_object GetSchedulerTaskScheduleAssociatedObject
class_id str
create_time str
The time when this managed object was created.
description str
A description to describe the schedule for easier identification.
domain_group_moid str
The DomainGroup ID for this managed object.
id str
last_action str
The last action for the scheduled task is saved in this field. Set to none if there was no action.* None - No action is set (default).* Suspend - Suspend a scheduled task indefinitely.* Resume - Resume a suspended scheduled task.* SuspendTill - Suspend the scheduled task until a specified end-date. Not supported in this release.
mod_time str
The time when this managed object was last modified.
moid str
The unique identifier of this Managed Object instance.
name str
A schedule name for easier identification (not required to be unique).
object_type str
owners Sequence[str]
parent GetSchedulerTaskScheduleParent
permission_resources Sequence[GetSchedulerTaskSchedulePermissionResource]
schedule_params GetSchedulerTaskScheduleScheduleParams
shared_scope str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status GetSchedulerTaskScheduleStatus
suspend_end_time str
Suspend a task until an end date. this applies only to the action suspendTill.
tags Sequence[GetSchedulerTaskScheduleTag]
task_request GetSchedulerTaskScheduleTaskRequest
type str
An Enum describing the type of scheduler to use.* None - No value was set for the schedule type (Enum value None).* OneTime - Define a one-time task execution time that will not automatically repeat.* Recurring - Specify a recurring task cadence based on a predefined pattern, such as daily, weekly, monthly, or every pattern.
version_context GetSchedulerTaskScheduleVersionContext
workflow_definition GetSchedulerTaskScheduleWorkflowDefinition
accountMoid String
The Account ID for this managed object.
action String
The action of the scheduled task such as suspend or resume.* None - No action is set (default).* Suspend - Suspend a scheduled task indefinitely.* Resume - Resume a suspended scheduled task.* SuspendTill - Suspend the scheduled task until a specified end-date. Not supported in this release.
additionalProperties String
ancestors List<Property Map>
associatedObject Property Map
classId String
createTime String
The time when this managed object was created.
description String
A description to describe the schedule for easier identification.
domainGroupMoid String
The DomainGroup ID for this managed object.
id String
lastAction String
The last action for the scheduled task is saved in this field. Set to none if there was no action.* None - No action is set (default).* Suspend - Suspend a scheduled task indefinitely.* Resume - Resume a suspended scheduled task.* SuspendTill - Suspend the scheduled task until a specified end-date. Not supported in this release.
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
name String
A schedule name for easier identification (not required to be unique).
objectType String
owners List<String>
parent Property Map
permissionResources List<Property Map>
scheduleParams Property Map
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
status Property Map
suspendEndTime String
Suspend a task until an end date. this applies only to the action suspendTill.
tags List<Property Map>
taskRequest Property Map
type String
An Enum describing the type of scheduler to use.* None - No value was set for the schedule type (Enum value None).* OneTime - Define a one-time task execution time that will not automatically repeat.* Recurring - Specify a recurring task cadence based on a predefined pattern, such as daily, weekly, monthly, or every pattern.
versionContext Property Map
workflowDefinition Property Map

getSchedulerTaskSchedule Result

The following output properties are available:

Id string
Results List<GetSchedulerTaskScheduleResult>
AccountMoid string
Action string
AdditionalProperties string
Ancestors List<GetSchedulerTaskScheduleAncestor>
AssociatedObject GetSchedulerTaskScheduleAssociatedObject
ClassId string
CreateTime string
Description string
DomainGroupMoid string
LastAction string
ModTime string
Moid string
Name string
ObjectType string
Owners List<string>
Parent GetSchedulerTaskScheduleParent
PermissionResources List<GetSchedulerTaskSchedulePermissionResource>
ScheduleParams GetSchedulerTaskScheduleScheduleParams
SharedScope string
Status GetSchedulerTaskScheduleStatus
SuspendEndTime string
Tags List<GetSchedulerTaskScheduleTag>
TaskRequest GetSchedulerTaskScheduleTaskRequest
Type string
VersionContext GetSchedulerTaskScheduleVersionContext
WorkflowDefinition GetSchedulerTaskScheduleWorkflowDefinition
id String
results List<GetSchedulerTaskScheduleResult>
accountMoid String
action String
additionalProperties String
ancestors List<GetSchedulerTaskScheduleAncestor>
associatedObject GetSchedulerTaskScheduleAssociatedObject
classId String
createTime String
description String
domainGroupMoid String
lastAction String
modTime String
moid String
name String
objectType String
owners List<String>
parent GetSchedulerTaskScheduleParent
permissionResources List<GetSchedulerTaskSchedulePermissionResource>
scheduleParams GetSchedulerTaskScheduleScheduleParams
sharedScope String
status GetSchedulerTaskScheduleStatus
suspendEndTime String
tags List<GetSchedulerTaskScheduleTag>
taskRequest GetSchedulerTaskScheduleTaskRequest
type String
versionContext GetSchedulerTaskScheduleVersionContext
workflowDefinition GetSchedulerTaskScheduleWorkflowDefinition
id str
results Sequence[GetSchedulerTaskScheduleResult]
account_moid str
action str
additional_properties str
ancestors Sequence[GetSchedulerTaskScheduleAncestor]
associated_object GetSchedulerTaskScheduleAssociatedObject
class_id str
create_time str
description str
domain_group_moid str
last_action str
mod_time str
moid str
name str
object_type str
owners Sequence[str]
parent GetSchedulerTaskScheduleParent
permission_resources Sequence[GetSchedulerTaskSchedulePermissionResource]
schedule_params GetSchedulerTaskScheduleScheduleParams
shared_scope str
status GetSchedulerTaskScheduleStatus
suspend_end_time str
tags Sequence[GetSchedulerTaskScheduleTag]
task_request GetSchedulerTaskScheduleTaskRequest
type str
version_context GetSchedulerTaskScheduleVersionContext
workflow_definition GetSchedulerTaskScheduleWorkflowDefinition

Supporting Types

GetSchedulerTaskScheduleAncestor

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetSchedulerTaskScheduleAssociatedObject

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetSchedulerTaskScheduleParent

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetSchedulerTaskSchedulePermissionResource

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetSchedulerTaskScheduleResult

AccountMoid This property is required. string
The Account ID for this managed object.
Action This property is required. string
The action of the scheduled task such as suspend or resume.* None - No action is set (default).* Suspend - Suspend a scheduled task indefinitely.* Resume - Resume a suspended scheduled task.* SuspendTill - Suspend the scheduled task until a specified end-date. Not supported in this release.
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetSchedulerTaskScheduleResultAncestor>
AssociatedObjects This property is required. List<GetSchedulerTaskScheduleResultAssociatedObject>
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
Description This property is required. string
A description to describe the schedule for easier identification.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
LastAction This property is required. string
The last action for the scheduled task is saved in this field. Set to none if there was no action.* None - No action is set (default).* Suspend - Suspend a scheduled task indefinitely.* Resume - Resume a suspended scheduled task.* SuspendTill - Suspend the scheduled task until a specified end-date. Not supported in this release.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
A schedule name for easier identification (not required to be unique).
ObjectType This property is required. string
Owners This property is required. List<string>
Parents This property is required. List<GetSchedulerTaskScheduleResultParent>
PermissionResources This property is required. List<GetSchedulerTaskScheduleResultPermissionResource>
ScheduleParams This property is required. List<GetSchedulerTaskScheduleResultScheduleParam>
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Statuses This property is required. List<GetSchedulerTaskScheduleResultStatus>
SuspendEndTime This property is required. string
Suspend a task until an end date. this applies only to the action suspendTill.
Tags This property is required. List<GetSchedulerTaskScheduleResultTag>
TaskRequests This property is required. List<GetSchedulerTaskScheduleResultTaskRequest>
Type This property is required. string
An Enum describing the type of scheduler to use.* None - No value was set for the schedule type (Enum value None).* OneTime - Define a one-time task execution time that will not automatically repeat.* Recurring - Specify a recurring task cadence based on a predefined pattern, such as daily, weekly, monthly, or every pattern.
VersionContexts This property is required. List<GetSchedulerTaskScheduleResultVersionContext>
WorkflowDefinitions This property is required. List<GetSchedulerTaskScheduleResultWorkflowDefinition>
AccountMoid This property is required. string
The Account ID for this managed object.
Action This property is required. string
The action of the scheduled task such as suspend or resume.* None - No action is set (default).* Suspend - Suspend a scheduled task indefinitely.* Resume - Resume a suspended scheduled task.* SuspendTill - Suspend the scheduled task until a specified end-date. Not supported in this release.
AdditionalProperties This property is required. string
Ancestors This property is required. []GetSchedulerTaskScheduleResultAncestor
AssociatedObjects This property is required. []GetSchedulerTaskScheduleResultAssociatedObject
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
Description This property is required. string
A description to describe the schedule for easier identification.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
LastAction This property is required. string
The last action for the scheduled task is saved in this field. Set to none if there was no action.* None - No action is set (default).* Suspend - Suspend a scheduled task indefinitely.* Resume - Resume a suspended scheduled task.* SuspendTill - Suspend the scheduled task until a specified end-date. Not supported in this release.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
A schedule name for easier identification (not required to be unique).
ObjectType This property is required. string
Owners This property is required. []string
Parents This property is required. []GetSchedulerTaskScheduleResultParent
PermissionResources This property is required. []GetSchedulerTaskScheduleResultPermissionResource
ScheduleParams This property is required. []GetSchedulerTaskScheduleResultScheduleParam
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Statuses This property is required. []GetSchedulerTaskScheduleResultStatus
SuspendEndTime This property is required. string
Suspend a task until an end date. this applies only to the action suspendTill.
Tags This property is required. []GetSchedulerTaskScheduleResultTag
TaskRequests This property is required. []GetSchedulerTaskScheduleResultTaskRequest
Type This property is required. string
An Enum describing the type of scheduler to use.* None - No value was set for the schedule type (Enum value None).* OneTime - Define a one-time task execution time that will not automatically repeat.* Recurring - Specify a recurring task cadence based on a predefined pattern, such as daily, weekly, monthly, or every pattern.
VersionContexts This property is required. []GetSchedulerTaskScheduleResultVersionContext
WorkflowDefinitions This property is required. []GetSchedulerTaskScheduleResultWorkflowDefinition
accountMoid This property is required. String
The Account ID for this managed object.
action This property is required. String
The action of the scheduled task such as suspend or resume.* None - No action is set (default).* Suspend - Suspend a scheduled task indefinitely.* Resume - Resume a suspended scheduled task.* SuspendTill - Suspend the scheduled task until a specified end-date. Not supported in this release.
additionalProperties This property is required. String
ancestors This property is required. List<GetSchedulerTaskScheduleResultAncestor>
associatedObjects This property is required. List<GetSchedulerTaskScheduleResultAssociatedObject>
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
description This property is required. String
A description to describe the schedule for easier identification.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
lastAction This property is required. String
The last action for the scheduled task is saved in this field. Set to none if there was no action.* None - No action is set (default).* Suspend - Suspend a scheduled task indefinitely.* Resume - Resume a suspended scheduled task.* SuspendTill - Suspend the scheduled task until a specified end-date. Not supported in this release.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
A schedule name for easier identification (not required to be unique).
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<GetSchedulerTaskScheduleResultParent>
permissionResources This property is required. List<GetSchedulerTaskScheduleResultPermissionResource>
scheduleParams This property is required. List<GetSchedulerTaskScheduleResultScheduleParam>
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
statuses This property is required. List<GetSchedulerTaskScheduleResultStatus>
suspendEndTime This property is required. String
Suspend a task until an end date. this applies only to the action suspendTill.
tags This property is required. List<GetSchedulerTaskScheduleResultTag>
taskRequests This property is required. List<GetSchedulerTaskScheduleResultTaskRequest>
type This property is required. String
An Enum describing the type of scheduler to use.* None - No value was set for the schedule type (Enum value None).* OneTime - Define a one-time task execution time that will not automatically repeat.* Recurring - Specify a recurring task cadence based on a predefined pattern, such as daily, weekly, monthly, or every pattern.
versionContexts This property is required. List<GetSchedulerTaskScheduleResultVersionContext>
workflowDefinitions This property is required. List<GetSchedulerTaskScheduleResultWorkflowDefinition>
accountMoid This property is required. string
The Account ID for this managed object.
action This property is required. string
The action of the scheduled task such as suspend or resume.* None - No action is set (default).* Suspend - Suspend a scheduled task indefinitely.* Resume - Resume a suspended scheduled task.* SuspendTill - Suspend the scheduled task until a specified end-date. Not supported in this release.
additionalProperties This property is required. string
ancestors This property is required. GetSchedulerTaskScheduleResultAncestor[]
associatedObjects This property is required. GetSchedulerTaskScheduleResultAssociatedObject[]
classId This property is required. string
createTime This property is required. string
The time when this managed object was created.
description This property is required. string
A description to describe the schedule for easier identification.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
lastAction This property is required. string
The last action for the scheduled task is saved in this field. Set to none if there was no action.* None - No action is set (default).* Suspend - Suspend a scheduled task indefinitely.* Resume - Resume a suspended scheduled task.* SuspendTill - Suspend the scheduled task until a specified end-date. Not supported in this release.
modTime This property is required. string
The time when this managed object was last modified.
moid This property is required. string
The unique identifier of this Managed Object instance.
name This property is required. string
A schedule name for easier identification (not required to be unique).
objectType This property is required. string
owners This property is required. string[]
parents This property is required. GetSchedulerTaskScheduleResultParent[]
permissionResources This property is required. GetSchedulerTaskScheduleResultPermissionResource[]
scheduleParams This property is required. GetSchedulerTaskScheduleResultScheduleParam[]
sharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
statuses This property is required. GetSchedulerTaskScheduleResultStatus[]
suspendEndTime This property is required. string
Suspend a task until an end date. this applies only to the action suspendTill.
tags This property is required. GetSchedulerTaskScheduleResultTag[]
taskRequests This property is required. GetSchedulerTaskScheduleResultTaskRequest[]
type This property is required. string
An Enum describing the type of scheduler to use.* None - No value was set for the schedule type (Enum value None).* OneTime - Define a one-time task execution time that will not automatically repeat.* Recurring - Specify a recurring task cadence based on a predefined pattern, such as daily, weekly, monthly, or every pattern.
versionContexts This property is required. GetSchedulerTaskScheduleResultVersionContext[]
workflowDefinitions This property is required. GetSchedulerTaskScheduleResultWorkflowDefinition[]
account_moid This property is required. str
The Account ID for this managed object.
action This property is required. str
The action of the scheduled task such as suspend or resume.* None - No action is set (default).* Suspend - Suspend a scheduled task indefinitely.* Resume - Resume a suspended scheduled task.* SuspendTill - Suspend the scheduled task until a specified end-date. Not supported in this release.
additional_properties This property is required. str
ancestors This property is required. Sequence[GetSchedulerTaskScheduleResultAncestor]
associated_objects This property is required. Sequence[GetSchedulerTaskScheduleResultAssociatedObject]
class_id This property is required. str
create_time This property is required. str
The time when this managed object was created.
description This property is required. str
A description to describe the schedule for easier identification.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
last_action This property is required. str
The last action for the scheduled task is saved in this field. Set to none if there was no action.* None - No action is set (default).* Suspend - Suspend a scheduled task indefinitely.* Resume - Resume a suspended scheduled task.* SuspendTill - Suspend the scheduled task until a specified end-date. Not supported in this release.
mod_time This property is required. str
The time when this managed object was last modified.
moid This property is required. str
The unique identifier of this Managed Object instance.
name This property is required. str
A schedule name for easier identification (not required to be unique).
object_type This property is required. str
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetSchedulerTaskScheduleResultParent]
permission_resources This property is required. Sequence[GetSchedulerTaskScheduleResultPermissionResource]
schedule_params This property is required. Sequence[GetSchedulerTaskScheduleResultScheduleParam]
shared_scope This property is required. str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
statuses This property is required. Sequence[GetSchedulerTaskScheduleResultStatus]
suspend_end_time This property is required. str
Suspend a task until an end date. this applies only to the action suspendTill.
tags This property is required. Sequence[GetSchedulerTaskScheduleResultTag]
task_requests This property is required. Sequence[GetSchedulerTaskScheduleResultTaskRequest]
type This property is required. str
An Enum describing the type of scheduler to use.* None - No value was set for the schedule type (Enum value None).* OneTime - Define a one-time task execution time that will not automatically repeat.* Recurring - Specify a recurring task cadence based on a predefined pattern, such as daily, weekly, monthly, or every pattern.
version_contexts This property is required. Sequence[GetSchedulerTaskScheduleResultVersionContext]
workflow_definitions This property is required. Sequence[GetSchedulerTaskScheduleResultWorkflowDefinition]
accountMoid This property is required. String
The Account ID for this managed object.
action This property is required. String
The action of the scheduled task such as suspend or resume.* None - No action is set (default).* Suspend - Suspend a scheduled task indefinitely.* Resume - Resume a suspended scheduled task.* SuspendTill - Suspend the scheduled task until a specified end-date. Not supported in this release.
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
associatedObjects This property is required. List<Property Map>
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
description This property is required. String
A description to describe the schedule for easier identification.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
lastAction This property is required. String
The last action for the scheduled task is saved in this field. Set to none if there was no action.* None - No action is set (default).* Suspend - Suspend a scheduled task indefinitely.* Resume - Resume a suspended scheduled task.* SuspendTill - Suspend the scheduled task until a specified end-date. Not supported in this release.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
A schedule name for easier identification (not required to be unique).
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
scheduleParams This property is required. List<Property Map>
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
statuses This property is required. List<Property Map>
suspendEndTime This property is required. String
Suspend a task until an end date. this applies only to the action suspendTill.
tags This property is required. List<Property Map>
taskRequests This property is required. List<Property Map>
type This property is required. String
An Enum describing the type of scheduler to use.* None - No value was set for the schedule type (Enum value None).* OneTime - Define a one-time task execution time that will not automatically repeat.* Recurring - Specify a recurring task cadence based on a predefined pattern, such as daily, weekly, monthly, or every pattern.
versionContexts This property is required. List<Property Map>
workflowDefinitions This property is required. List<Property Map>

GetSchedulerTaskScheduleResultAncestor

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetSchedulerTaskScheduleResultAssociatedObject

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetSchedulerTaskScheduleResultParent

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetSchedulerTaskScheduleResultPermissionResource

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetSchedulerTaskScheduleResultScheduleParam

AdditionalProperties This property is required. string
ClassId This property is required. string
ObjectType This property is required. string
StartTime This property is required. string
TimeZone This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
ObjectType This property is required. string
StartTime This property is required. string
TimeZone This property is required. string
additionalProperties This property is required. String
classId This property is required. String
objectType This property is required. String
startTime This property is required. String
timeZone This property is required. String
additionalProperties This property is required. string
classId This property is required. string
objectType This property is required. string
startTime This property is required. string
timeZone This property is required. string
additional_properties This property is required. str
class_id This property is required. str
object_type This property is required. str
start_time This property is required. str
time_zone This property is required. str
additionalProperties This property is required. String
classId This property is required. String
objectType This property is required. String
startTime This property is required. String
timeZone This property is required. String

GetSchedulerTaskScheduleResultStatus

AdditionalProperties This property is required. string
ClassId This property is required. string
CompletedCount This property is required. double
ConsecutiveFailures This property is required. double
CurrentStatus This property is required. string
FailedCount This property is required. double
IsSystemSuspended This property is required. bool
LastRunStatus This property is required. string
NextRunStartTime This property is required. string
NrCount This property is required. double
ObjectType This property is required. string
PrevRunEndTime This property is required. string
PrevRunStartTime This property is required. string
Reason This property is required. string
SkippedCount This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
CompletedCount This property is required. float64
ConsecutiveFailures This property is required. float64
CurrentStatus This property is required. string
FailedCount This property is required. float64
IsSystemSuspended This property is required. bool
LastRunStatus This property is required. string
NextRunStartTime This property is required. string
NrCount This property is required. float64
ObjectType This property is required. string
PrevRunEndTime This property is required. string
PrevRunStartTime This property is required. string
Reason This property is required. string
SkippedCount This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
completedCount This property is required. Double
consecutiveFailures This property is required. Double
currentStatus This property is required. String
failedCount This property is required. Double
isSystemSuspended This property is required. Boolean
lastRunStatus This property is required. String
nextRunStartTime This property is required. String
nrCount This property is required. Double
objectType This property is required. String
prevRunEndTime This property is required. String
prevRunStartTime This property is required. String
reason This property is required. String
skippedCount This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
completedCount This property is required. number
consecutiveFailures This property is required. number
currentStatus This property is required. string
failedCount This property is required. number
isSystemSuspended This property is required. boolean
lastRunStatus This property is required. string
nextRunStartTime This property is required. string
nrCount This property is required. number
objectType This property is required. string
prevRunEndTime This property is required. string
prevRunStartTime This property is required. string
reason This property is required. string
skippedCount This property is required. number
additional_properties This property is required. str
class_id This property is required. str
completed_count This property is required. float
consecutive_failures This property is required. float
current_status This property is required. str
failed_count This property is required. float
is_system_suspended This property is required. bool
last_run_status This property is required. str
next_run_start_time This property is required. str
nr_count This property is required. float
object_type This property is required. str
prev_run_end_time This property is required. str
prev_run_start_time This property is required. str
reason This property is required. str
skipped_count This property is required. float
additionalProperties This property is required. String
classId This property is required. String
completedCount This property is required. Number
consecutiveFailures This property is required. Number
currentStatus This property is required. String
failedCount This property is required. Number
isSystemSuspended This property is required. Boolean
lastRunStatus This property is required. String
nextRunStartTime This property is required. String
nrCount This property is required. Number
objectType This property is required. String
prevRunEndTime This property is required. String
prevRunStartTime This property is required. String
reason This property is required. String
skippedCount This property is required. Number

GetSchedulerTaskScheduleResultTag

AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
additionalProperties This property is required. String
key This property is required. String
value This property is required. String
additionalProperties This property is required. string
key This property is required. string
value This property is required. string
additional_properties This property is required. str
key This property is required. str
value This property is required. str
additionalProperties This property is required. String
key This property is required. String
value This property is required. String

GetSchedulerTaskScheduleResultTaskRequest

AdditionalProperties This property is required. string
Body This property is required. string
ClassId This property is required. string
Headers This property is required. string
Method This property is required. string
ObjectType This property is required. string
Protocol This property is required. string
Response This property is required. string
Timeout This property is required. double
Url This property is required. string
AdditionalProperties This property is required. string
Body This property is required. string
ClassId This property is required. string
Headers This property is required. string
Method This property is required. string
ObjectType This property is required. string
Protocol This property is required. string
Response This property is required. string
Timeout This property is required. float64
Url This property is required. string
additionalProperties This property is required. String
body This property is required. String
classId This property is required. String
headers This property is required. String
method This property is required. String
objectType This property is required. String
protocol This property is required. String
response This property is required. String
timeout This property is required. Double
url This property is required. String
additionalProperties This property is required. string
body This property is required. string
classId This property is required. string
headers This property is required. string
method This property is required. string
objectType This property is required. string
protocol This property is required. string
response This property is required. string
timeout This property is required. number
url This property is required. string
additional_properties This property is required. str
body This property is required. str
class_id This property is required. str
headers This property is required. str
method This property is required. str
object_type This property is required. str
protocol This property is required. str
response This property is required. str
timeout This property is required. float
url This property is required. str
additionalProperties This property is required. String
body This property is required. String
classId This property is required. String
headers This property is required. String
method This property is required. String
objectType This property is required. String
protocol This property is required. String
response This property is required. String
timeout This property is required. Number
url This property is required. String

GetSchedulerTaskScheduleResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetSchedulerTaskScheduleResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetSchedulerTaskScheduleResultVersionContextRefMo>
Timestamp This property is required. string
VersionType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []GetSchedulerTaskScheduleResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetSchedulerTaskScheduleResultVersionContextRefMo
Timestamp This property is required. string
VersionType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<GetSchedulerTaskScheduleResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetSchedulerTaskScheduleResultVersionContextRefMo>
timestamp This property is required. String
versionType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
interestedMos This property is required. GetSchedulerTaskScheduleResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetSchedulerTaskScheduleResultVersionContextRefMo[]
timestamp This property is required. string
versionType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
interested_mos This property is required. Sequence[GetSchedulerTaskScheduleResultVersionContextInterestedMo]
marked_for_deletion This property is required. bool
nr_version This property is required. str
object_type This property is required. str
ref_mos This property is required. Sequence[GetSchedulerTaskScheduleResultVersionContextRefMo]
timestamp This property is required. str
version_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<Property Map>
timestamp This property is required. String
versionType This property is required. String

GetSchedulerTaskScheduleResultVersionContextInterestedMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetSchedulerTaskScheduleResultVersionContextRefMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetSchedulerTaskScheduleResultWorkflowDefinition

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String

GetSchedulerTaskScheduleScheduleParams

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
StartTime string
The schedule start time. A future time is required.
TimeZone string
The timezone for the startTime specified. It is a mandatory input property when start time is provided.

  • Pacific/Niue -
  • Africa/Abidjan -
  • Africa/Accra -
  • Africa/Addis_Ababa -
  • Africa/Algiers -
  • Africa/Asmara -
  • Africa/Bamako -
  • Africa/Bangui -
  • Africa/Banjul -
  • Africa/Bissau -
  • Africa/Blantyre -
  • Africa/Brazzaville -
  • Africa/Bujumbura -
  • Africa/Cairo -
  • Africa/Casablanca -
  • Africa/Ceuta -
  • Africa/Conakry -
  • Africa/Dakar -
  • Africa/Dar_es_Salaam -
  • Africa/Djibouti -
  • Africa/Douala -
  • Africa/El_Aaiun -
  • Africa/Freetown -
  • Africa/Gaborone -
  • Africa/Harare -
  • Africa/Johannesburg -
  • Africa/Juba -
  • Africa/Kampala -
  • Africa/Khartoum -
  • Africa/Kigali -
  • Africa/Kinshasa -
  • Africa/Lagos -
  • Africa/Libreville -
  • Africa/Lome -
  • Africa/Luanda -
  • Africa/Lubumbashi -
  • Africa/Lusaka -
  • Africa/Malabo -
  • Africa/Maputo -
  • Africa/Maseru -
  • Africa/Mbabane -
  • Africa/Mogadishu -
  • Africa/Monrovia -
  • Africa/Nairobi -
  • Africa/Ndjamena -
  • Africa/Niamey -
  • Africa/Nouakchott -
  • Africa/Ouagadougou -
  • Africa/Porto-Novo -
  • Africa/Sao_Tome -
  • Africa/Tripoli -
  • Africa/Tunis -
  • Africa/Windhoek -
  • America/Adak -
  • America/Anchorage -
  • America/Anguilla -
  • America/Antigua -
  • America/Araguaina -
  • America/Argentina/Buenos_Aires -
  • America/Argentina/Catamarca -
  • America/Argentina/Cordoba -
  • America/Argentina/Jujuy -
  • America/Argentina/La_Rioja -
  • America/Argentina/Mendoza -
  • America/Argentina/Rio_Gallegos -
  • America/Argentina/Salta -
  • America/Argentina/San_Juan -
  • America/Argentina/San_Luis -
  • America/Argentina/Tucuman -
  • America/Argentina/Ushuaia -
  • America/Aruba -
  • America/Asuncion -
  • America/Atikokan -
  • America/Bahia -
  • America/Bahia_Banderas -
  • America/Barbados -
  • America/Belem -
  • America/Belize -
  • America/Blanc-Sablon -
  • America/Boa_Vista -
  • America/Bogota -
  • America/Boise -
  • America/Cambridge_Bay -
  • America/Campo_Grande -
  • America/Cancun -
  • America/Caracas -
  • America/Cayenne -
  • America/Cayman -
  • America/Chicago -
  • America/Chihuahua -
  • America/Costa_Rica -
  • America/Creston -
  • America/Cuiaba -
  • America/Curacao -
  • America/Danmarkshavn -
  • America/Dawson -
  • America/Dawson_Creek -
  • America/Denver -
  • America/Detroit -
  • America/Dominica -
  • America/Edmonton -
  • America/Eirunepe -
  • America/El_Salvador -
  • America/Fortaleza -
  • America/Glace_Bay -
  • America/Godthab -
  • America/Goose_Bay -
  • America/Grand_Turk -
  • America/Grenada -
  • America/Guadeloupe -
  • America/Guatemala -
  • America/Guayaquil -
  • America/Guyana -
  • America/Halifax -
  • America/Havana -
  • America/Hermosillo -
  • America/Indiana/Indianapolis -
  • America/Indiana/Knox -
  • America/Indiana/Marengo -
  • America/Indiana/Petersburg -
  • America/Indiana/Tell_City -
  • America/Indiana/Vevay -
  • America/Indiana/Vincennes -
  • America/Indiana/Winamac -
  • America/Inuvik -
  • America/Iqaluit -
  • America/Jamaica -
  • America/Juneau -
  • America/Kentucky/Louisville -
  • America/Kentucky/Monticello -
  • America/Kralendijk -
  • America/La_Paz -
  • America/Lima -
  • America/Los_Angeles -
  • America/Lower_Princes -
  • America/Maceio -
  • America/Managua -
  • America/Manaus -
  • America/Marigot -
  • America/Martinique -
  • America/Matamoros -
  • America/Mazatlan -
  • America/Menominee -
  • America/Merida -
  • America/Metlakatla -
  • America/Mexico_City -
  • America/Miquelon -
  • America/Moncton -
  • America/Monterrey -
  • America/Montevideo -
  • America/Montreal -
  • America/Montserrat -
  • America/Nassau -
  • America/New_York -
  • America/Nipigon -
  • America/Nome -
  • America/Noronha -
  • America/North_Dakota/Beulah -
  • America/North_Dakota/Center -
  • America/North_Dakota/New_Salem -
  • America/Ojinaga -
  • America/Panama -
  • America/Pangnirtung -
  • America/Paramaribo -
  • America/Phoenix -
  • America/Port-au-Prince -
  • America/Port_of_Spain -
  • America/Porto_Velho -
  • America/Puerto_Rico -
  • America/Rainy_River -
  • America/Rankin_Inlet -
  • America/Recife -
  • America/Regina -
  • America/Resolute -
  • America/Rio_Branco -
  • America/Santa_Isabel -
  • America/Santarem -
  • America/Santiago -
  • America/Santo_Domingo -
  • America/Sao_Paulo -
  • America/Scoresbysund -
  • America/Shiprock -
  • America/Sitka -
  • America/St_Barthelemy -
  • America/St_Johns -
  • America/St_Kitts -
  • America/St_Lucia -
  • America/St_Thomas -
  • America/St_Vincent -
  • America/Swift_Current -
  • America/Tegucigalpa -
  • America/Thule -
  • America/Thunder_Bay -
  • America/Tijuana -
  • America/Toronto -
  • America/Tortola -
  • America/Vancouver -
  • America/Whitehorse -
  • America/Winnipeg -
  • America/Yakutat -
  • America/Yellowknife -
  • Antarctica/Casey -
  • Antarctica/Davis -
  • Antarctica/DumontDUrville -
  • Antarctica/Macquarie -
  • Antarctica/Mawson -
  • Antarctica/McMurdo -
  • Antarctica/Palmer -
  • Antarctica/Rothera -
  • Antarctica/South_Pole -
  • Antarctica/Syowa -
  • Antarctica/Troll -
  • Antarctica/Vostok -
  • Arctic/Longyearbyen -
  • Asia/Aden -
  • Asia/Almaty -
  • Asia/Amman -
  • Asia/Anadyr -
  • Asia/Aqtau -
  • Asia/Aqtobe -
  • Asia/Ashgabat -
  • Asia/Baghdad -
  • Asia/Bahrain -
  • Asia/Baku -
  • Asia/Bangkok -
  • Asia/Beirut -
  • Asia/Bishkek -
  • Asia/Brunei -
  • Asia/Calcutta -
  • Asia/Choibalsan -
  • Asia/Chongqing -
  • Asia/Colombo -
  • Asia/Damascus -
  • Asia/Dhaka -
  • Asia/Dili -
  • Asia/Dubai -
  • Asia/Dushanbe -
  • Asia/Gaza -
  • Asia/Harbin -
  • Asia/Hebron -
  • Asia/Ho_Chi_Minh -
  • Asia/Hong_Kong -
  • Asia/Hovd -
  • Asia/Irkutsk -
  • Asia/Jakarta -
  • Asia/Jayapura -
  • Asia/Jerusalem -
  • Asia/Kabul -
  • Asia/Kamchatka -
  • Asia/Karachi -
  • Asia/Kashgar -
  • Asia/Kathmandu -
  • Asia/Katmandu -
  • Asia/Khandyga -
  • Asia/Kolkata -
  • Asia/Krasnoyarsk -
  • Asia/Kuala_Lumpur -
  • Asia/Kuching -
  • Asia/Kuwait -
  • Asia/Macau -
  • Asia/Magadan -
  • Asia/Makassar -
  • Asia/Manila -
  • Asia/Muscat -
  • Asia/Nicosia -
  • Asia/Novokuznetsk -
  • Asia/Novosibirsk -
  • Asia/Omsk -
  • Asia/Oral -
  • Asia/Phnom_Penh -
  • Asia/Pontianak -
  • Asia/Pyongyang -
  • Asia/Qatar -
  • Asia/Qyzylorda -
  • Asia/Rangoon -
  • Asia/Riyadh -
  • Asia/Saigon -
  • Asia/Sakhalin -
  • Asia/Samarkand -
  • Asia/Seoul -
  • Asia/Shanghai -
  • Asia/Singapore -
  • Asia/Taipei -
  • Asia/Tashkent -
  • Asia/Tbilisi -
  • Asia/Tehran -
  • Asia/Thimphu -
  • Asia/Tokyo -
  • Asia/Ulaanbaatar -
  • Asia/Urumqi -
  • Asia/Ust-Nera -
  • Asia/Vientiane -
  • Asia/Vladivostok -
  • Asia/Yakutsk -
  • Asia/Yekaterinburg -
  • Asia/Yerevan -
  • Atlantic/Azores -
  • Atlantic/Bermuda -
  • Atlantic/Canary -
  • Atlantic/Cape_Verde -
  • Atlantic/Faroe -
  • Atlantic/Madeira -
  • Atlantic/Reykjavik -
  • Atlantic/South_Georgia -
  • Atlantic/St_Helena -
  • Atlantic/Stanley -
  • Australia/Adelaide -
  • Australia/Brisbane -
  • Australia/Broken_Hill -
  • Australia/Currie -
  • Australia/Darwin -
  • Australia/Eucla -
  • Australia/Hobart -
  • Australia/Lindeman -
  • Australia/Lord_Howe -
  • Australia/Melbourne -
  • Australia/Perth -
  • Australia/Sydney -
  • Etc/GMT -
  • Europe/Amsterdam -
  • Europe/Andorra -
  • Europe/Athens -
  • Europe/Belgrade -
  • Europe/Berlin -
  • Europe/Bratislava -
  • Europe/Brussels -
  • Europe/Bucharest -
  • Europe/Budapest -
  • Europe/Busingen -
  • Europe/Chisinau -
  • Europe/Copenhagen -
  • Europe/Dublin -
  • Europe/Gibraltar -
  • Europe/Guernsey -
  • Europe/Helsinki -
  • Europe/Isle_of_Man -
  • Europe/Istanbul -
  • Europe/Jersey -
  • Europe/Kaliningrad -
  • Europe/Kiev -
  • Europe/Lisbon -
  • Europe/Ljubljana -
  • Europe/London -
  • Europe/Luxembourg -
  • Europe/Madrid -
  • Europe/Malta -
  • Europe/Mariehamn -
  • Europe/Minsk -
  • Europe/Monaco -
  • Europe/Moscow -
  • Europe/Oslo -
  • Europe/Paris -
  • Europe/Podgorica -
  • Europe/Prague -
  • Europe/Riga -
  • Europe/Rome -
  • Europe/Samara -
  • Europe/San_Marino -
  • Europe/Sarajevo -
  • Europe/Simferopol -
  • Europe/Skopje -
  • Europe/Sofia -
  • Europe/Stockholm -
  • Europe/Tallinn -
  • Europe/Tirane -
  • Europe/Uzhgorod -
  • Europe/Vaduz -
  • Europe/Vatican -
  • Europe/Vienna -
  • Europe/Vilnius -
  • Europe/Volgograd -
  • Europe/Warsaw -
  • Europe/Zagreb -
  • Europe/Zaporozhye -
  • Europe/Zurich -
  • Indian/Antananarivo -
  • Indian/Chagos -
  • Indian/Christmas -
  • Indian/Cocos -
  • Indian/Comoro -
  • Indian/Kerguelen -
  • Indian/Mahe -
  • Indian/Maldives -
  • Indian/Mauritius -
  • Indian/Mayotte -
  • Indian/Reunion -
  • Pacific/Apia -
  • Pacific/Auckland -
  • Pacific/Chatham -
  • Pacific/Chuuk -
  • Pacific/Easter -
  • Pacific/Efate -
  • Pacific/Enderbury -
  • Pacific/Fakaofo -
  • Pacific/Fiji -
  • Pacific/Funafuti -
  • Pacific/Galapagos -
  • Pacific/Gambier -
  • Pacific/Guadalcanal -
  • Pacific/Guam -
  • Pacific/Honolulu -
  • Pacific/Johnston -
  • Pacific/Kiritimati -
  • Pacific/Kosrae -
  • Pacific/Kwajalein -
  • Pacific/Majuro -
  • Pacific/Marquesas -
  • Pacific/Midway -
  • Pacific/Nauru -
  • Pacific/Norfolk -
  • Pacific/Noumea -
  • Pacific/Pago_Pago -
  • Pacific/Palau -
  • Pacific/Pitcairn -
  • Pacific/Pohnpei -
  • Pacific/Port_Moresby -
  • Pacific/Rarotonga -
  • Pacific/Saipan -
  • Pacific/Tahiti -
  • Pacific/Tarawa -
  • Pacific/Tongatapu -
  • Pacific/Wake -
  • Pacific/Wallis -
  • UTC -
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
StartTime string
The schedule start time. A future time is required.
TimeZone string
The timezone for the startTime specified. It is a mandatory input property when start time is provided.

  • Pacific/Niue -
  • Africa/Abidjan -
  • Africa/Accra -
  • Africa/Addis_Ababa -
  • Africa/Algiers -
  • Africa/Asmara -
  • Africa/Bamako -
  • Africa/Bangui -
  • Africa/Banjul -
  • Africa/Bissau -
  • Africa/Blantyre -
  • Africa/Brazzaville -
  • Africa/Bujumbura -
  • Africa/Cairo -
  • Africa/Casablanca -
  • Africa/Ceuta -
  • Africa/Conakry -
  • Africa/Dakar -
  • Africa/Dar_es_Salaam -
  • Africa/Djibouti -
  • Africa/Douala -
  • Africa/El_Aaiun -
  • Africa/Freetown -
  • Africa/Gaborone -
  • Africa/Harare -
  • Africa/Johannesburg -
  • Africa/Juba -
  • Africa/Kampala -
  • Africa/Khartoum -
  • Africa/Kigali -
  • Africa/Kinshasa -
  • Africa/Lagos -
  • Africa/Libreville -
  • Africa/Lome -
  • Africa/Luanda -
  • Africa/Lubumbashi -
  • Africa/Lusaka -
  • Africa/Malabo -
  • Africa/Maputo -
  • Africa/Maseru -
  • Africa/Mbabane -
  • Africa/Mogadishu -
  • Africa/Monrovia -
  • Africa/Nairobi -
  • Africa/Ndjamena -
  • Africa/Niamey -
  • Africa/Nouakchott -
  • Africa/Ouagadougou -
  • Africa/Porto-Novo -
  • Africa/Sao_Tome -
  • Africa/Tripoli -
  • Africa/Tunis -
  • Africa/Windhoek -
  • America/Adak -
  • America/Anchorage -
  • America/Anguilla -
  • America/Antigua -
  • America/Araguaina -
  • America/Argentina/Buenos_Aires -
  • America/Argentina/Catamarca -
  • America/Argentina/Cordoba -
  • America/Argentina/Jujuy -
  • America/Argentina/La_Rioja -
  • America/Argentina/Mendoza -
  • America/Argentina/Rio_Gallegos -
  • America/Argentina/Salta -
  • America/Argentina/San_Juan -
  • America/Argentina/San_Luis -
  • America/Argentina/Tucuman -
  • America/Argentina/Ushuaia -
  • America/Aruba -
  • America/Asuncion -
  • America/Atikokan -
  • America/Bahia -
  • America/Bahia_Banderas -
  • America/Barbados -
  • America/Belem -
  • America/Belize -
  • America/Blanc-Sablon -
  • America/Boa_Vista -
  • America/Bogota -
  • America/Boise -
  • America/Cambridge_Bay -
  • America/Campo_Grande -
  • America/Cancun -
  • America/Caracas -
  • America/Cayenne -
  • America/Cayman -
  • America/Chicago -
  • America/Chihuahua -
  • America/Costa_Rica -
  • America/Creston -
  • America/Cuiaba -
  • America/Curacao -
  • America/Danmarkshavn -
  • America/Dawson -
  • America/Dawson_Creek -
  • America/Denver -
  • America/Detroit -
  • America/Dominica -
  • America/Edmonton -
  • America/Eirunepe -
  • America/El_Salvador -
  • America/Fortaleza -
  • America/Glace_Bay -
  • America/Godthab -
  • America/Goose_Bay -
  • America/Grand_Turk -
  • America/Grenada -
  • America/Guadeloupe -
  • America/Guatemala -
  • America/Guayaquil -
  • America/Guyana -
  • America/Halifax -
  • America/Havana -
  • America/Hermosillo -
  • America/Indiana/Indianapolis -
  • America/Indiana/Knox -
  • America/Indiana/Marengo -
  • America/Indiana/Petersburg -
  • America/Indiana/Tell_City -
  • America/Indiana/Vevay -
  • America/Indiana/Vincennes -
  • America/Indiana/Winamac -
  • America/Inuvik -
  • America/Iqaluit -
  • America/Jamaica -
  • America/Juneau -
  • America/Kentucky/Louisville -
  • America/Kentucky/Monticello -
  • America/Kralendijk -
  • America/La_Paz -
  • America/Lima -
  • America/Los_Angeles -
  • America/Lower_Princes -
  • America/Maceio -
  • America/Managua -
  • America/Manaus -
  • America/Marigot -
  • America/Martinique -
  • America/Matamoros -
  • America/Mazatlan -
  • America/Menominee -
  • America/Merida -
  • America/Metlakatla -
  • America/Mexico_City -
  • America/Miquelon -
  • America/Moncton -
  • America/Monterrey -
  • America/Montevideo -
  • America/Montreal -
  • America/Montserrat -
  • America/Nassau -
  • America/New_York -
  • America/Nipigon -
  • America/Nome -
  • America/Noronha -
  • America/North_Dakota/Beulah -
  • America/North_Dakota/Center -
  • America/North_Dakota/New_Salem -
  • America/Ojinaga -
  • America/Panama -
  • America/Pangnirtung -
  • America/Paramaribo -
  • America/Phoenix -
  • America/Port-au-Prince -
  • America/Port_of_Spain -
  • America/Porto_Velho -
  • America/Puerto_Rico -
  • America/Rainy_River -
  • America/Rankin_Inlet -
  • America/Recife -
  • America/Regina -
  • America/Resolute -
  • America/Rio_Branco -
  • America/Santa_Isabel -
  • America/Santarem -
  • America/Santiago -
  • America/Santo_Domingo -
  • America/Sao_Paulo -
  • America/Scoresbysund -
  • America/Shiprock -
  • America/Sitka -
  • America/St_Barthelemy -
  • America/St_Johns -
  • America/St_Kitts -
  • America/St_Lucia -
  • America/St_Thomas -
  • America/St_Vincent -
  • America/Swift_Current -
  • America/Tegucigalpa -
  • America/Thule -
  • America/Thunder_Bay -
  • America/Tijuana -
  • America/Toronto -
  • America/Tortola -
  • America/Vancouver -
  • America/Whitehorse -
  • America/Winnipeg -
  • America/Yakutat -
  • America/Yellowknife -
  • Antarctica/Casey -
  • Antarctica/Davis -
  • Antarctica/DumontDUrville -
  • Antarctica/Macquarie -
  • Antarctica/Mawson -
  • Antarctica/McMurdo -
  • Antarctica/Palmer -
  • Antarctica/Rothera -
  • Antarctica/South_Pole -
  • Antarctica/Syowa -
  • Antarctica/Troll -
  • Antarctica/Vostok -
  • Arctic/Longyearbyen -
  • Asia/Aden -
  • Asia/Almaty -
  • Asia/Amman -
  • Asia/Anadyr -
  • Asia/Aqtau -
  • Asia/Aqtobe -
  • Asia/Ashgabat -
  • Asia/Baghdad -
  • Asia/Bahrain -
  • Asia/Baku -
  • Asia/Bangkok -
  • Asia/Beirut -
  • Asia/Bishkek -
  • Asia/Brunei -
  • Asia/Calcutta -
  • Asia/Choibalsan -
  • Asia/Chongqing -
  • Asia/Colombo -
  • Asia/Damascus -
  • Asia/Dhaka -
  • Asia/Dili -
  • Asia/Dubai -
  • Asia/Dushanbe -
  • Asia/Gaza -
  • Asia/Harbin -
  • Asia/Hebron -
  • Asia/Ho_Chi_Minh -
  • Asia/Hong_Kong -
  • Asia/Hovd -
  • Asia/Irkutsk -
  • Asia/Jakarta -
  • Asia/Jayapura -
  • Asia/Jerusalem -
  • Asia/Kabul -
  • Asia/Kamchatka -
  • Asia/Karachi -
  • Asia/Kashgar -
  • Asia/Kathmandu -
  • Asia/Katmandu -
  • Asia/Khandyga -
  • Asia/Kolkata -
  • Asia/Krasnoyarsk -
  • Asia/Kuala_Lumpur -
  • Asia/Kuching -
  • Asia/Kuwait -
  • Asia/Macau -
  • Asia/Magadan -
  • Asia/Makassar -
  • Asia/Manila -
  • Asia/Muscat -
  • Asia/Nicosia -
  • Asia/Novokuznetsk -
  • Asia/Novosibirsk -
  • Asia/Omsk -
  • Asia/Oral -
  • Asia/Phnom_Penh -
  • Asia/Pontianak -
  • Asia/Pyongyang -
  • Asia/Qatar -
  • Asia/Qyzylorda -
  • Asia/Rangoon -
  • Asia/Riyadh -
  • Asia/Saigon -
  • Asia/Sakhalin -
  • Asia/Samarkand -
  • Asia/Seoul -
  • Asia/Shanghai -
  • Asia/Singapore -
  • Asia/Taipei -
  • Asia/Tashkent -
  • Asia/Tbilisi -
  • Asia/Tehran -
  • Asia/Thimphu -
  • Asia/Tokyo -
  • Asia/Ulaanbaatar -
  • Asia/Urumqi -
  • Asia/Ust-Nera -
  • Asia/Vientiane -
  • Asia/Vladivostok -
  • Asia/Yakutsk -
  • Asia/Yekaterinburg -
  • Asia/Yerevan -
  • Atlantic/Azores -
  • Atlantic/Bermuda -
  • Atlantic/Canary -
  • Atlantic/Cape_Verde -
  • Atlantic/Faroe -
  • Atlantic/Madeira -
  • Atlantic/Reykjavik -
  • Atlantic/South_Georgia -
  • Atlantic/St_Helena -
  • Atlantic/Stanley -
  • Australia/Adelaide -
  • Australia/Brisbane -
  • Australia/Broken_Hill -
  • Australia/Currie -
  • Australia/Darwin -
  • Australia/Eucla -
  • Australia/Hobart -
  • Australia/Lindeman -
  • Australia/Lord_Howe -
  • Australia/Melbourne -
  • Australia/Perth -
  • Australia/Sydney -
  • Etc/GMT -
  • Europe/Amsterdam -
  • Europe/Andorra -
  • Europe/Athens -
  • Europe/Belgrade -
  • Europe/Berlin -
  • Europe/Bratislava -
  • Europe/Brussels -
  • Europe/Bucharest -
  • Europe/Budapest -
  • Europe/Busingen -
  • Europe/Chisinau -
  • Europe/Copenhagen -
  • Europe/Dublin -
  • Europe/Gibraltar -
  • Europe/Guernsey -
  • Europe/Helsinki -
  • Europe/Isle_of_Man -
  • Europe/Istanbul -
  • Europe/Jersey -
  • Europe/Kaliningrad -
  • Europe/Kiev -
  • Europe/Lisbon -
  • Europe/Ljubljana -
  • Europe/London -
  • Europe/Luxembourg -
  • Europe/Madrid -
  • Europe/Malta -
  • Europe/Mariehamn -
  • Europe/Minsk -
  • Europe/Monaco -
  • Europe/Moscow -
  • Europe/Oslo -
  • Europe/Paris -
  • Europe/Podgorica -
  • Europe/Prague -
  • Europe/Riga -
  • Europe/Rome -
  • Europe/Samara -
  • Europe/San_Marino -
  • Europe/Sarajevo -
  • Europe/Simferopol -
  • Europe/Skopje -
  • Europe/Sofia -
  • Europe/Stockholm -
  • Europe/Tallinn -
  • Europe/Tirane -
  • Europe/Uzhgorod -
  • Europe/Vaduz -
  • Europe/Vatican -
  • Europe/Vienna -
  • Europe/Vilnius -
  • Europe/Volgograd -
  • Europe/Warsaw -
  • Europe/Zagreb -
  • Europe/Zaporozhye -
  • Europe/Zurich -
  • Indian/Antananarivo -
  • Indian/Chagos -
  • Indian/Christmas -
  • Indian/Cocos -
  • Indian/Comoro -
  • Indian/Kerguelen -
  • Indian/Mahe -
  • Indian/Maldives -
  • Indian/Mauritius -
  • Indian/Mayotte -
  • Indian/Reunion -
  • Pacific/Apia -
  • Pacific/Auckland -
  • Pacific/Chatham -
  • Pacific/Chuuk -
  • Pacific/Easter -
  • Pacific/Efate -
  • Pacific/Enderbury -
  • Pacific/Fakaofo -
  • Pacific/Fiji -
  • Pacific/Funafuti -
  • Pacific/Galapagos -
  • Pacific/Gambier -
  • Pacific/Guadalcanal -
  • Pacific/Guam -
  • Pacific/Honolulu -
  • Pacific/Johnston -
  • Pacific/Kiritimati -
  • Pacific/Kosrae -
  • Pacific/Kwajalein -
  • Pacific/Majuro -
  • Pacific/Marquesas -
  • Pacific/Midway -
  • Pacific/Nauru -
  • Pacific/Norfolk -
  • Pacific/Noumea -
  • Pacific/Pago_Pago -
  • Pacific/Palau -
  • Pacific/Pitcairn -
  • Pacific/Pohnpei -
  • Pacific/Port_Moresby -
  • Pacific/Rarotonga -
  • Pacific/Saipan -
  • Pacific/Tahiti -
  • Pacific/Tarawa -
  • Pacific/Tongatapu -
  • Pacific/Wake -
  • Pacific/Wallis -
  • UTC -
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
startTime String
The schedule start time. A future time is required.
timeZone String
The timezone for the startTime specified. It is a mandatory input property when start time is provided.

  • Pacific/Niue -
  • Africa/Abidjan -
  • Africa/Accra -
  • Africa/Addis_Ababa -
  • Africa/Algiers -
  • Africa/Asmara -
  • Africa/Bamako -
  • Africa/Bangui -
  • Africa/Banjul -
  • Africa/Bissau -
  • Africa/Blantyre -
  • Africa/Brazzaville -
  • Africa/Bujumbura -
  • Africa/Cairo -
  • Africa/Casablanca -
  • Africa/Ceuta -
  • Africa/Conakry -
  • Africa/Dakar -
  • Africa/Dar_es_Salaam -
  • Africa/Djibouti -
  • Africa/Douala -
  • Africa/El_Aaiun -
  • Africa/Freetown -
  • Africa/Gaborone -
  • Africa/Harare -
  • Africa/Johannesburg -
  • Africa/Juba -
  • Africa/Kampala -
  • Africa/Khartoum -
  • Africa/Kigali -
  • Africa/Kinshasa -
  • Africa/Lagos -
  • Africa/Libreville -
  • Africa/Lome -
  • Africa/Luanda -
  • Africa/Lubumbashi -
  • Africa/Lusaka -
  • Africa/Malabo -
  • Africa/Maputo -
  • Africa/Maseru -
  • Africa/Mbabane -
  • Africa/Mogadishu -
  • Africa/Monrovia -
  • Africa/Nairobi -
  • Africa/Ndjamena -
  • Africa/Niamey -
  • Africa/Nouakchott -
  • Africa/Ouagadougou -
  • Africa/Porto-Novo -
  • Africa/Sao_Tome -
  • Africa/Tripoli -
  • Africa/Tunis -
  • Africa/Windhoek -
  • America/Adak -
  • America/Anchorage -
  • America/Anguilla -
  • America/Antigua -
  • America/Araguaina -
  • America/Argentina/Buenos_Aires -
  • America/Argentina/Catamarca -
  • America/Argentina/Cordoba -
  • America/Argentina/Jujuy -
  • America/Argentina/La_Rioja -
  • America/Argentina/Mendoza -
  • America/Argentina/Rio_Gallegos -
  • America/Argentina/Salta -
  • America/Argentina/San_Juan -
  • America/Argentina/San_Luis -
  • America/Argentina/Tucuman -
  • America/Argentina/Ushuaia -
  • America/Aruba -
  • America/Asuncion -
  • America/Atikokan -
  • America/Bahia -
  • America/Bahia_Banderas -
  • America/Barbados -
  • America/Belem -
  • America/Belize -
  • America/Blanc-Sablon -
  • America/Boa_Vista -
  • America/Bogota -
  • America/Boise -
  • America/Cambridge_Bay -
  • America/Campo_Grande -
  • America/Cancun -
  • America/Caracas -
  • America/Cayenne -
  • America/Cayman -
  • America/Chicago -
  • America/Chihuahua -
  • America/Costa_Rica -
  • America/Creston -
  • America/Cuiaba -
  • America/Curacao -
  • America/Danmarkshavn -
  • America/Dawson -
  • America/Dawson_Creek -
  • America/Denver -
  • America/Detroit -
  • America/Dominica -
  • America/Edmonton -
  • America/Eirunepe -
  • America/El_Salvador -
  • America/Fortaleza -
  • America/Glace_Bay -
  • America/Godthab -
  • America/Goose_Bay -
  • America/Grand_Turk -
  • America/Grenada -
  • America/Guadeloupe -
  • America/Guatemala -
  • America/Guayaquil -
  • America/Guyana -
  • America/Halifax -
  • America/Havana -
  • America/Hermosillo -
  • America/Indiana/Indianapolis -
  • America/Indiana/Knox -
  • America/Indiana/Marengo -
  • America/Indiana/Petersburg -
  • America/Indiana/Tell_City -
  • America/Indiana/Vevay -
  • America/Indiana/Vincennes -
  • America/Indiana/Winamac -
  • America/Inuvik -
  • America/Iqaluit -
  • America/Jamaica -
  • America/Juneau -
  • America/Kentucky/Louisville -
  • America/Kentucky/Monticello -
  • America/Kralendijk -
  • America/La_Paz -
  • America/Lima -
  • America/Los_Angeles -
  • America/Lower_Princes -
  • America/Maceio -
  • America/Managua -
  • America/Manaus -
  • America/Marigot -
  • America/Martinique -
  • America/Matamoros -
  • America/Mazatlan -
  • America/Menominee -
  • America/Merida -
  • America/Metlakatla -
  • America/Mexico_City -
  • America/Miquelon -
  • America/Moncton -
  • America/Monterrey -
  • America/Montevideo -
  • America/Montreal -
  • America/Montserrat -
  • America/Nassau -
  • America/New_York -
  • America/Nipigon -
  • America/Nome -
  • America/Noronha -
  • America/North_Dakota/Beulah -
  • America/North_Dakota/Center -
  • America/North_Dakota/New_Salem -
  • America/Ojinaga -
  • America/Panama -
  • America/Pangnirtung -
  • America/Paramaribo -
  • America/Phoenix -
  • America/Port-au-Prince -
  • America/Port_of_Spain -
  • America/Porto_Velho -
  • America/Puerto_Rico -
  • America/Rainy_River -
  • America/Rankin_Inlet -
  • America/Recife -
  • America/Regina -
  • America/Resolute -
  • America/Rio_Branco -
  • America/Santa_Isabel -
  • America/Santarem -
  • America/Santiago -
  • America/Santo_Domingo -
  • America/Sao_Paulo -
  • America/Scoresbysund -
  • America/Shiprock -
  • America/Sitka -
  • America/St_Barthelemy -
  • America/St_Johns -
  • America/St_Kitts -
  • America/St_Lucia -
  • America/St_Thomas -
  • America/St_Vincent -
  • America/Swift_Current -
  • America/Tegucigalpa -
  • America/Thule -
  • America/Thunder_Bay -
  • America/Tijuana -
  • America/Toronto -
  • America/Tortola -
  • America/Vancouver -
  • America/Whitehorse -
  • America/Winnipeg -
  • America/Yakutat -
  • America/Yellowknife -
  • Antarctica/Casey -
  • Antarctica/Davis -
  • Antarctica/DumontDUrville -
  • Antarctica/Macquarie -
  • Antarctica/Mawson -
  • Antarctica/McMurdo -
  • Antarctica/Palmer -
  • Antarctica/Rothera -
  • Antarctica/South_Pole -
  • Antarctica/Syowa -
  • Antarctica/Troll -
  • Antarctica/Vostok -
  • Arctic/Longyearbyen -
  • Asia/Aden -
  • Asia/Almaty -
  • Asia/Amman -
  • Asia/Anadyr -
  • Asia/Aqtau -
  • Asia/Aqtobe -
  • Asia/Ashgabat -
  • Asia/Baghdad -
  • Asia/Bahrain -
  • Asia/Baku -
  • Asia/Bangkok -
  • Asia/Beirut -
  • Asia/Bishkek -
  • Asia/Brunei -
  • Asia/Calcutta -
  • Asia/Choibalsan -
  • Asia/Chongqing -
  • Asia/Colombo -
  • Asia/Damascus -
  • Asia/Dhaka -
  • Asia/Dili -
  • Asia/Dubai -
  • Asia/Dushanbe -
  • Asia/Gaza -
  • Asia/Harbin -
  • Asia/Hebron -
  • Asia/Ho_Chi_Minh -
  • Asia/Hong_Kong -
  • Asia/Hovd -
  • Asia/Irkutsk -
  • Asia/Jakarta -
  • Asia/Jayapura -
  • Asia/Jerusalem -
  • Asia/Kabul -
  • Asia/Kamchatka -
  • Asia/Karachi -
  • Asia/Kashgar -
  • Asia/Kathmandu -
  • Asia/Katmandu -
  • Asia/Khandyga -
  • Asia/Kolkata -
  • Asia/Krasnoyarsk -
  • Asia/Kuala_Lumpur -
  • Asia/Kuching -
  • Asia/Kuwait -
  • Asia/Macau -
  • Asia/Magadan -
  • Asia/Makassar -
  • Asia/Manila -
  • Asia/Muscat -
  • Asia/Nicosia -
  • Asia/Novokuznetsk -
  • Asia/Novosibirsk -
  • Asia/Omsk -
  • Asia/Oral -
  • Asia/Phnom_Penh -
  • Asia/Pontianak -
  • Asia/Pyongyang -
  • Asia/Qatar -
  • Asia/Qyzylorda -
  • Asia/Rangoon -
  • Asia/Riyadh -
  • Asia/Saigon -
  • Asia/Sakhalin -
  • Asia/Samarkand -
  • Asia/Seoul -
  • Asia/Shanghai -
  • Asia/Singapore -
  • Asia/Taipei -
  • Asia/Tashkent -
  • Asia/Tbilisi -
  • Asia/Tehran -
  • Asia/Thimphu -
  • Asia/Tokyo -
  • Asia/Ulaanbaatar -
  • Asia/Urumqi -
  • Asia/Ust-Nera -
  • Asia/Vientiane -
  • Asia/Vladivostok -
  • Asia/Yakutsk -
  • Asia/Yekaterinburg -
  • Asia/Yerevan -
  • Atlantic/Azores -
  • Atlantic/Bermuda -
  • Atlantic/Canary -
  • Atlantic/Cape_Verde -
  • Atlantic/Faroe -
  • Atlantic/Madeira -
  • Atlantic/Reykjavik -
  • Atlantic/South_Georgia -
  • Atlantic/St_Helena -
  • Atlantic/Stanley -
  • Australia/Adelaide -
  • Australia/Brisbane -
  • Australia/Broken_Hill -
  • Australia/Currie -
  • Australia/Darwin -
  • Australia/Eucla -
  • Australia/Hobart -
  • Australia/Lindeman -
  • Australia/Lord_Howe -
  • Australia/Melbourne -
  • Australia/Perth -
  • Australia/Sydney -
  • Etc/GMT -
  • Europe/Amsterdam -
  • Europe/Andorra -
  • Europe/Athens -
  • Europe/Belgrade -
  • Europe/Berlin -
  • Europe/Bratislava -
  • Europe/Brussels -
  • Europe/Bucharest -
  • Europe/Budapest -
  • Europe/Busingen -
  • Europe/Chisinau -
  • Europe/Copenhagen -
  • Europe/Dublin -
  • Europe/Gibraltar -
  • Europe/Guernsey -
  • Europe/Helsinki -
  • Europe/Isle_of_Man -
  • Europe/Istanbul -
  • Europe/Jersey -
  • Europe/Kaliningrad -
  • Europe/Kiev -
  • Europe/Lisbon -
  • Europe/Ljubljana -
  • Europe/London -
  • Europe/Luxembourg -
  • Europe/Madrid -
  • Europe/Malta -
  • Europe/Mariehamn -
  • Europe/Minsk -
  • Europe/Monaco -
  • Europe/Moscow -
  • Europe/Oslo -
  • Europe/Paris -
  • Europe/Podgorica -
  • Europe/Prague -
  • Europe/Riga -
  • Europe/Rome -
  • Europe/Samara -
  • Europe/San_Marino -
  • Europe/Sarajevo -
  • Europe/Simferopol -
  • Europe/Skopje -
  • Europe/Sofia -
  • Europe/Stockholm -
  • Europe/Tallinn -
  • Europe/Tirane -
  • Europe/Uzhgorod -
  • Europe/Vaduz -
  • Europe/Vatican -
  • Europe/Vienna -
  • Europe/Vilnius -
  • Europe/Volgograd -
  • Europe/Warsaw -
  • Europe/Zagreb -
  • Europe/Zaporozhye -
  • Europe/Zurich -
  • Indian/Antananarivo -
  • Indian/Chagos -
  • Indian/Christmas -
  • Indian/Cocos -
  • Indian/Comoro -
  • Indian/Kerguelen -
  • Indian/Mahe -
  • Indian/Maldives -
  • Indian/Mauritius -
  • Indian/Mayotte -
  • Indian/Reunion -
  • Pacific/Apia -
  • Pacific/Auckland -
  • Pacific/Chatham -
  • Pacific/Chuuk -
  • Pacific/Easter -
  • Pacific/Efate -
  • Pacific/Enderbury -
  • Pacific/Fakaofo -
  • Pacific/Fiji -
  • Pacific/Funafuti -
  • Pacific/Galapagos -
  • Pacific/Gambier -
  • Pacific/Guadalcanal -
  • Pacific/Guam -
  • Pacific/Honolulu -
  • Pacific/Johnston -
  • Pacific/Kiritimati -
  • Pacific/Kosrae -
  • Pacific/Kwajalein -
  • Pacific/Majuro -
  • Pacific/Marquesas -
  • Pacific/Midway -
  • Pacific/Nauru -
  • Pacific/Norfolk -
  • Pacific/Noumea -
  • Pacific/Pago_Pago -
  • Pacific/Palau -
  • Pacific/Pitcairn -
  • Pacific/Pohnpei -
  • Pacific/Port_Moresby -
  • Pacific/Rarotonga -
  • Pacific/Saipan -
  • Pacific/Tahiti -
  • Pacific/Tarawa -
  • Pacific/Tongatapu -
  • Pacific/Wake -
  • Pacific/Wallis -
  • UTC -
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
startTime string
The schedule start time. A future time is required.
timeZone string
The timezone for the startTime specified. It is a mandatory input property when start time is provided.

  • Pacific/Niue -
  • Africa/Abidjan -
  • Africa/Accra -
  • Africa/Addis_Ababa -
  • Africa/Algiers -
  • Africa/Asmara -
  • Africa/Bamako -
  • Africa/Bangui -
  • Africa/Banjul -
  • Africa/Bissau -
  • Africa/Blantyre -
  • Africa/Brazzaville -
  • Africa/Bujumbura -
  • Africa/Cairo -
  • Africa/Casablanca -
  • Africa/Ceuta -
  • Africa/Conakry -
  • Africa/Dakar -
  • Africa/Dar_es_Salaam -
  • Africa/Djibouti -
  • Africa/Douala -
  • Africa/El_Aaiun -
  • Africa/Freetown -
  • Africa/Gaborone -
  • Africa/Harare -
  • Africa/Johannesburg -
  • Africa/Juba -
  • Africa/Kampala -
  • Africa/Khartoum -
  • Africa/Kigali -
  • Africa/Kinshasa -
  • Africa/Lagos -
  • Africa/Libreville -
  • Africa/Lome -
  • Africa/Luanda -
  • Africa/Lubumbashi -
  • Africa/Lusaka -
  • Africa/Malabo -
  • Africa/Maputo -
  • Africa/Maseru -
  • Africa/Mbabane -
  • Africa/Mogadishu -
  • Africa/Monrovia -
  • Africa/Nairobi -
  • Africa/Ndjamena -
  • Africa/Niamey -
  • Africa/Nouakchott -
  • Africa/Ouagadougou -
  • Africa/Porto-Novo -
  • Africa/Sao_Tome -
  • Africa/Tripoli -
  • Africa/Tunis -
  • Africa/Windhoek -
  • America/Adak -
  • America/Anchorage -
  • America/Anguilla -
  • America/Antigua -
  • America/Araguaina -
  • America/Argentina/Buenos_Aires -
  • America/Argentina/Catamarca -
  • America/Argentina/Cordoba -
  • America/Argentina/Jujuy -
  • America/Argentina/La_Rioja -
  • America/Argentina/Mendoza -
  • America/Argentina/Rio_Gallegos -
  • America/Argentina/Salta -
  • America/Argentina/San_Juan -
  • America/Argentina/San_Luis -
  • America/Argentina/Tucuman -
  • America/Argentina/Ushuaia -
  • America/Aruba -
  • America/Asuncion -
  • America/Atikokan -
  • America/Bahia -
  • America/Bahia_Banderas -
  • America/Barbados -
  • America/Belem -
  • America/Belize -
  • America/Blanc-Sablon -
  • America/Boa_Vista -
  • America/Bogota -
  • America/Boise -
  • America/Cambridge_Bay -
  • America/Campo_Grande -
  • America/Cancun -
  • America/Caracas -
  • America/Cayenne -
  • America/Cayman -
  • America/Chicago -
  • America/Chihuahua -
  • America/Costa_Rica -
  • America/Creston -
  • America/Cuiaba -
  • America/Curacao -
  • America/Danmarkshavn -
  • America/Dawson -
  • America/Dawson_Creek -
  • America/Denver -
  • America/Detroit -
  • America/Dominica -
  • America/Edmonton -
  • America/Eirunepe -
  • America/El_Salvador -
  • America/Fortaleza -
  • America/Glace_Bay -
  • America/Godthab -
  • America/Goose_Bay -
  • America/Grand_Turk -
  • America/Grenada -
  • America/Guadeloupe -
  • America/Guatemala -
  • America/Guayaquil -
  • America/Guyana -
  • America/Halifax -
  • America/Havana -
  • America/Hermosillo -
  • America/Indiana/Indianapolis -
  • America/Indiana/Knox -
  • America/Indiana/Marengo -
  • America/Indiana/Petersburg -
  • America/Indiana/Tell_City -
  • America/Indiana/Vevay -
  • America/Indiana/Vincennes -
  • America/Indiana/Winamac -
  • America/Inuvik -
  • America/Iqaluit -
  • America/Jamaica -
  • America/Juneau -
  • America/Kentucky/Louisville -
  • America/Kentucky/Monticello -
  • America/Kralendijk -
  • America/La_Paz -
  • America/Lima -
  • America/Los_Angeles -
  • America/Lower_Princes -
  • America/Maceio -
  • America/Managua -
  • America/Manaus -
  • America/Marigot -
  • America/Martinique -
  • America/Matamoros -
  • America/Mazatlan -
  • America/Menominee -
  • America/Merida -
  • America/Metlakatla -
  • America/Mexico_City -
  • America/Miquelon -
  • America/Moncton -
  • America/Monterrey -
  • America/Montevideo -
  • America/Montreal -
  • America/Montserrat -
  • America/Nassau -
  • America/New_York -
  • America/Nipigon -
  • America/Nome -
  • America/Noronha -
  • America/North_Dakota/Beulah -
  • America/North_Dakota/Center -
  • America/North_Dakota/New_Salem -
  • America/Ojinaga -
  • America/Panama -
  • America/Pangnirtung -
  • America/Paramaribo -
  • America/Phoenix -
  • America/Port-au-Prince -
  • America/Port_of_Spain -
  • America/Porto_Velho -
  • America/Puerto_Rico -
  • America/Rainy_River -
  • America/Rankin_Inlet -
  • America/Recife -
  • America/Regina -
  • America/Resolute -
  • America/Rio_Branco -
  • America/Santa_Isabel -
  • America/Santarem -
  • America/Santiago -
  • America/Santo_Domingo -
  • America/Sao_Paulo -
  • America/Scoresbysund -
  • America/Shiprock -
  • America/Sitka -
  • America/St_Barthelemy -
  • America/St_Johns -
  • America/St_Kitts -
  • America/St_Lucia -
  • America/St_Thomas -
  • America/St_Vincent -
  • America/Swift_Current -
  • America/Tegucigalpa -
  • America/Thule -
  • America/Thunder_Bay -
  • America/Tijuana -
  • America/Toronto -
  • America/Tortola -
  • America/Vancouver -
  • America/Whitehorse -
  • America/Winnipeg -
  • America/Yakutat -
  • America/Yellowknife -
  • Antarctica/Casey -
  • Antarctica/Davis -
  • Antarctica/DumontDUrville -
  • Antarctica/Macquarie -
  • Antarctica/Mawson -
  • Antarctica/McMurdo -
  • Antarctica/Palmer -
  • Antarctica/Rothera -
  • Antarctica/South_Pole -
  • Antarctica/Syowa -
  • Antarctica/Troll -
  • Antarctica/Vostok -
  • Arctic/Longyearbyen -
  • Asia/Aden -
  • Asia/Almaty -
  • Asia/Amman -
  • Asia/Anadyr -
  • Asia/Aqtau -
  • Asia/Aqtobe -
  • Asia/Ashgabat -
  • Asia/Baghdad -
  • Asia/Bahrain -
  • Asia/Baku -
  • Asia/Bangkok -
  • Asia/Beirut -
  • Asia/Bishkek -
  • Asia/Brunei -
  • Asia/Calcutta -
  • Asia/Choibalsan -
  • Asia/Chongqing -
  • Asia/Colombo -
  • Asia/Damascus -
  • Asia/Dhaka -
  • Asia/Dili -
  • Asia/Dubai -
  • Asia/Dushanbe -
  • Asia/Gaza -
  • Asia/Harbin -
  • Asia/Hebron -
  • Asia/Ho_Chi_Minh -
  • Asia/Hong_Kong -
  • Asia/Hovd -
  • Asia/Irkutsk -
  • Asia/Jakarta -
  • Asia/Jayapura -
  • Asia/Jerusalem -
  • Asia/Kabul -
  • Asia/Kamchatka -
  • Asia/Karachi -
  • Asia/Kashgar -
  • Asia/Kathmandu -
  • Asia/Katmandu -
  • Asia/Khandyga -
  • Asia/Kolkata -
  • Asia/Krasnoyarsk -
  • Asia/Kuala_Lumpur -
  • Asia/Kuching -
  • Asia/Kuwait -
  • Asia/Macau -
  • Asia/Magadan -
  • Asia/Makassar -
  • Asia/Manila -
  • Asia/Muscat -
  • Asia/Nicosia -
  • Asia/Novokuznetsk -
  • Asia/Novosibirsk -
  • Asia/Omsk -
  • Asia/Oral -
  • Asia/Phnom_Penh -
  • Asia/Pontianak -
  • Asia/Pyongyang -
  • Asia/Qatar -
  • Asia/Qyzylorda -
  • Asia/Rangoon -
  • Asia/Riyadh -
  • Asia/Saigon -
  • Asia/Sakhalin -
  • Asia/Samarkand -
  • Asia/Seoul -
  • Asia/Shanghai -
  • Asia/Singapore -
  • Asia/Taipei -
  • Asia/Tashkent -
  • Asia/Tbilisi -
  • Asia/Tehran -
  • Asia/Thimphu -
  • Asia/Tokyo -
  • Asia/Ulaanbaatar -
  • Asia/Urumqi -
  • Asia/Ust-Nera -
  • Asia/Vientiane -
  • Asia/Vladivostok -
  • Asia/Yakutsk -
  • Asia/Yekaterinburg -
  • Asia/Yerevan -
  • Atlantic/Azores -
  • Atlantic/Bermuda -
  • Atlantic/Canary -
  • Atlantic/Cape_Verde -
  • Atlantic/Faroe -
  • Atlantic/Madeira -
  • Atlantic/Reykjavik -
  • Atlantic/South_Georgia -
  • Atlantic/St_Helena -
  • Atlantic/Stanley -
  • Australia/Adelaide -
  • Australia/Brisbane -
  • Australia/Broken_Hill -
  • Australia/Currie -
  • Australia/Darwin -
  • Australia/Eucla -
  • Australia/Hobart -
  • Australia/Lindeman -
  • Australia/Lord_Howe -
  • Australia/Melbourne -
  • Australia/Perth -
  • Australia/Sydney -
  • Etc/GMT -
  • Europe/Amsterdam -
  • Europe/Andorra -
  • Europe/Athens -
  • Europe/Belgrade -
  • Europe/Berlin -
  • Europe/Bratislava -
  • Europe/Brussels -
  • Europe/Bucharest -
  • Europe/Budapest -
  • Europe/Busingen -
  • Europe/Chisinau -
  • Europe/Copenhagen -
  • Europe/Dublin -
  • Europe/Gibraltar -
  • Europe/Guernsey -
  • Europe/Helsinki -
  • Europe/Isle_of_Man -
  • Europe/Istanbul -
  • Europe/Jersey -
  • Europe/Kaliningrad -
  • Europe/Kiev -
  • Europe/Lisbon -
  • Europe/Ljubljana -
  • Europe/London -
  • Europe/Luxembourg -
  • Europe/Madrid -
  • Europe/Malta -
  • Europe/Mariehamn -
  • Europe/Minsk -
  • Europe/Monaco -
  • Europe/Moscow -
  • Europe/Oslo -
  • Europe/Paris -
  • Europe/Podgorica -
  • Europe/Prague -
  • Europe/Riga -
  • Europe/Rome -
  • Europe/Samara -
  • Europe/San_Marino -
  • Europe/Sarajevo -
  • Europe/Simferopol -
  • Europe/Skopje -
  • Europe/Sofia -
  • Europe/Stockholm -
  • Europe/Tallinn -
  • Europe/Tirane -
  • Europe/Uzhgorod -
  • Europe/Vaduz -
  • Europe/Vatican -
  • Europe/Vienna -
  • Europe/Vilnius -
  • Europe/Volgograd -
  • Europe/Warsaw -
  • Europe/Zagreb -
  • Europe/Zaporozhye -
  • Europe/Zurich -
  • Indian/Antananarivo -
  • Indian/Chagos -
  • Indian/Christmas -
  • Indian/Cocos -
  • Indian/Comoro -
  • Indian/Kerguelen -
  • Indian/Mahe -
  • Indian/Maldives -
  • Indian/Mauritius -
  • Indian/Mayotte -
  • Indian/Reunion -
  • Pacific/Apia -
  • Pacific/Auckland -
  • Pacific/Chatham -
  • Pacific/Chuuk -
  • Pacific/Easter -
  • Pacific/Efate -
  • Pacific/Enderbury -
  • Pacific/Fakaofo -
  • Pacific/Fiji -
  • Pacific/Funafuti -
  • Pacific/Galapagos -
  • Pacific/Gambier -
  • Pacific/Guadalcanal -
  • Pacific/Guam -
  • Pacific/Honolulu -
  • Pacific/Johnston -
  • Pacific/Kiritimati -
  • Pacific/Kosrae -
  • Pacific/Kwajalein -
  • Pacific/Majuro -
  • Pacific/Marquesas -
  • Pacific/Midway -
  • Pacific/Nauru -
  • Pacific/Norfolk -
  • Pacific/Noumea -
  • Pacific/Pago_Pago -
  • Pacific/Palau -
  • Pacific/Pitcairn -
  • Pacific/Pohnpei -
  • Pacific/Port_Moresby -
  • Pacific/Rarotonga -
  • Pacific/Saipan -
  • Pacific/Tahiti -
  • Pacific/Tarawa -
  • Pacific/Tongatapu -
  • Pacific/Wake -
  • Pacific/Wallis -
  • UTC -
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
start_time str
The schedule start time. A future time is required.
time_zone str
The timezone for the startTime specified. It is a mandatory input property when start time is provided.

  • Pacific/Niue -
  • Africa/Abidjan -
  • Africa/Accra -
  • Africa/Addis_Ababa -
  • Africa/Algiers -
  • Africa/Asmara -
  • Africa/Bamako -
  • Africa/Bangui -
  • Africa/Banjul -
  • Africa/Bissau -
  • Africa/Blantyre -
  • Africa/Brazzaville -
  • Africa/Bujumbura -
  • Africa/Cairo -
  • Africa/Casablanca -
  • Africa/Ceuta -
  • Africa/Conakry -
  • Africa/Dakar -
  • Africa/Dar_es_Salaam -
  • Africa/Djibouti -
  • Africa/Douala -
  • Africa/El_Aaiun -
  • Africa/Freetown -
  • Africa/Gaborone -
  • Africa/Harare -
  • Africa/Johannesburg -
  • Africa/Juba -
  • Africa/Kampala -
  • Africa/Khartoum -
  • Africa/Kigali -
  • Africa/Kinshasa -
  • Africa/Lagos -
  • Africa/Libreville -
  • Africa/Lome -
  • Africa/Luanda -
  • Africa/Lubumbashi -
  • Africa/Lusaka -
  • Africa/Malabo -
  • Africa/Maputo -
  • Africa/Maseru -
  • Africa/Mbabane -
  • Africa/Mogadishu -
  • Africa/Monrovia -
  • Africa/Nairobi -
  • Africa/Ndjamena -
  • Africa/Niamey -
  • Africa/Nouakchott -
  • Africa/Ouagadougou -
  • Africa/Porto-Novo -
  • Africa/Sao_Tome -
  • Africa/Tripoli -
  • Africa/Tunis -
  • Africa/Windhoek -
  • America/Adak -
  • America/Anchorage -
  • America/Anguilla -
  • America/Antigua -
  • America/Araguaina -
  • America/Argentina/Buenos_Aires -
  • America/Argentina/Catamarca -
  • America/Argentina/Cordoba -
  • America/Argentina/Jujuy -
  • America/Argentina/La_Rioja -
  • America/Argentina/Mendoza -
  • America/Argentina/Rio_Gallegos -
  • America/Argentina/Salta -
  • America/Argentina/San_Juan -
  • America/Argentina/San_Luis -
  • America/Argentina/Tucuman -
  • America/Argentina/Ushuaia -
  • America/Aruba -
  • America/Asuncion -
  • America/Atikokan -
  • America/Bahia -
  • America/Bahia_Banderas -
  • America/Barbados -
  • America/Belem -
  • America/Belize -
  • America/Blanc-Sablon -
  • America/Boa_Vista -
  • America/Bogota -
  • America/Boise -
  • America/Cambridge_Bay -
  • America/Campo_Grande -
  • America/Cancun -
  • America/Caracas -
  • America/Cayenne -
  • America/Cayman -
  • America/Chicago -
  • America/Chihuahua -
  • America/Costa_Rica -
  • America/Creston -
  • America/Cuiaba -
  • America/Curacao -
  • America/Danmarkshavn -
  • America/Dawson -
  • America/Dawson_Creek -
  • America/Denver -
  • America/Detroit -
  • America/Dominica -
  • America/Edmonton -
  • America/Eirunepe -
  • America/El_Salvador -
  • America/Fortaleza -
  • America/Glace_Bay -
  • America/Godthab -
  • America/Goose_Bay -
  • America/Grand_Turk -
  • America/Grenada -
  • America/Guadeloupe -
  • America/Guatemala -
  • America/Guayaquil -
  • America/Guyana -
  • America/Halifax -
  • America/Havana -
  • America/Hermosillo -
  • America/Indiana/Indianapolis -
  • America/Indiana/Knox -
  • America/Indiana/Marengo -
  • America/Indiana/Petersburg -
  • America/Indiana/Tell_City -
  • America/Indiana/Vevay -
  • America/Indiana/Vincennes -
  • America/Indiana/Winamac -
  • America/Inuvik -
  • America/Iqaluit -
  • America/Jamaica -
  • America/Juneau -
  • America/Kentucky/Louisville -
  • America/Kentucky/Monticello -
  • America/Kralendijk -
  • America/La_Paz -
  • America/Lima -
  • America/Los_Angeles -
  • America/Lower_Princes -
  • America/Maceio -
  • America/Managua -
  • America/Manaus -
  • America/Marigot -
  • America/Martinique -
  • America/Matamoros -
  • America/Mazatlan -
  • America/Menominee -
  • America/Merida -
  • America/Metlakatla -
  • America/Mexico_City -
  • America/Miquelon -
  • America/Moncton -
  • America/Monterrey -
  • America/Montevideo -
  • America/Montreal -
  • America/Montserrat -
  • America/Nassau -
  • America/New_York -
  • America/Nipigon -
  • America/Nome -
  • America/Noronha -
  • America/North_Dakota/Beulah -
  • America/North_Dakota/Center -
  • America/North_Dakota/New_Salem -
  • America/Ojinaga -
  • America/Panama -
  • America/Pangnirtung -
  • America/Paramaribo -
  • America/Phoenix -
  • America/Port-au-Prince -
  • America/Port_of_Spain -
  • America/Porto_Velho -
  • America/Puerto_Rico -
  • America/Rainy_River -
  • America/Rankin_Inlet -
  • America/Recife -
  • America/Regina -
  • America/Resolute -
  • America/Rio_Branco -
  • America/Santa_Isabel -
  • America/Santarem -
  • America/Santiago -
  • America/Santo_Domingo -
  • America/Sao_Paulo -
  • America/Scoresbysund -
  • America/Shiprock -
  • America/Sitka -
  • America/St_Barthelemy -
  • America/St_Johns -
  • America/St_Kitts -
  • America/St_Lucia -
  • America/St_Thomas -
  • America/St_Vincent -
  • America/Swift_Current -
  • America/Tegucigalpa -
  • America/Thule -
  • America/Thunder_Bay -
  • America/Tijuana -
  • America/Toronto -
  • America/Tortola -
  • America/Vancouver -
  • America/Whitehorse -
  • America/Winnipeg -
  • America/Yakutat -
  • America/Yellowknife -
  • Antarctica/Casey -
  • Antarctica/Davis -
  • Antarctica/DumontDUrville -
  • Antarctica/Macquarie -
  • Antarctica/Mawson -
  • Antarctica/McMurdo -
  • Antarctica/Palmer -
  • Antarctica/Rothera -
  • Antarctica/South_Pole -
  • Antarctica/Syowa -
  • Antarctica/Troll -
  • Antarctica/Vostok -
  • Arctic/Longyearbyen -
  • Asia/Aden -
  • Asia/Almaty -
  • Asia/Amman -
  • Asia/Anadyr -
  • Asia/Aqtau -
  • Asia/Aqtobe -
  • Asia/Ashgabat -
  • Asia/Baghdad -
  • Asia/Bahrain -
  • Asia/Baku -
  • Asia/Bangkok -
  • Asia/Beirut -
  • Asia/Bishkek -
  • Asia/Brunei -
  • Asia/Calcutta -
  • Asia/Choibalsan -
  • Asia/Chongqing -
  • Asia/Colombo -
  • Asia/Damascus -
  • Asia/Dhaka -
  • Asia/Dili -
  • Asia/Dubai -
  • Asia/Dushanbe -
  • Asia/Gaza -
  • Asia/Harbin -
  • Asia/Hebron -
  • Asia/Ho_Chi_Minh -
  • Asia/Hong_Kong -
  • Asia/Hovd -
  • Asia/Irkutsk -
  • Asia/Jakarta -
  • Asia/Jayapura -
  • Asia/Jerusalem -
  • Asia/Kabul -
  • Asia/Kamchatka -
  • Asia/Karachi -
  • Asia/Kashgar -
  • Asia/Kathmandu -
  • Asia/Katmandu -
  • Asia/Khandyga -
  • Asia/Kolkata -
  • Asia/Krasnoyarsk -
  • Asia/Kuala_Lumpur -
  • Asia/Kuching -
  • Asia/Kuwait -
  • Asia/Macau -
  • Asia/Magadan -
  • Asia/Makassar -
  • Asia/Manila -
  • Asia/Muscat -
  • Asia/Nicosia -
  • Asia/Novokuznetsk -
  • Asia/Novosibirsk -
  • Asia/Omsk -
  • Asia/Oral -
  • Asia/Phnom_Penh -
  • Asia/Pontianak -
  • Asia/Pyongyang -
  • Asia/Qatar -
  • Asia/Qyzylorda -
  • Asia/Rangoon -
  • Asia/Riyadh -
  • Asia/Saigon -
  • Asia/Sakhalin -
  • Asia/Samarkand -
  • Asia/Seoul -
  • Asia/Shanghai -
  • Asia/Singapore -
  • Asia/Taipei -
  • Asia/Tashkent -
  • Asia/Tbilisi -
  • Asia/Tehran -
  • Asia/Thimphu -
  • Asia/Tokyo -
  • Asia/Ulaanbaatar -
  • Asia/Urumqi -
  • Asia/Ust-Nera -
  • Asia/Vientiane -
  • Asia/Vladivostok -
  • Asia/Yakutsk -
  • Asia/Yekaterinburg -
  • Asia/Yerevan -
  • Atlantic/Azores -
  • Atlantic/Bermuda -
  • Atlantic/Canary -
  • Atlantic/Cape_Verde -
  • Atlantic/Faroe -
  • Atlantic/Madeira -
  • Atlantic/Reykjavik -
  • Atlantic/South_Georgia -
  • Atlantic/St_Helena -
  • Atlantic/Stanley -
  • Australia/Adelaide -
  • Australia/Brisbane -
  • Australia/Broken_Hill -
  • Australia/Currie -
  • Australia/Darwin -
  • Australia/Eucla -
  • Australia/Hobart -
  • Australia/Lindeman -
  • Australia/Lord_Howe -
  • Australia/Melbourne -
  • Australia/Perth -
  • Australia/Sydney -
  • Etc/GMT -
  • Europe/Amsterdam -
  • Europe/Andorra -
  • Europe/Athens -
  • Europe/Belgrade -
  • Europe/Berlin -
  • Europe/Bratislava -
  • Europe/Brussels -
  • Europe/Bucharest -
  • Europe/Budapest -
  • Europe/Busingen -
  • Europe/Chisinau -
  • Europe/Copenhagen -
  • Europe/Dublin -
  • Europe/Gibraltar -
  • Europe/Guernsey -
  • Europe/Helsinki -
  • Europe/Isle_of_Man -
  • Europe/Istanbul -
  • Europe/Jersey -
  • Europe/Kaliningrad -
  • Europe/Kiev -
  • Europe/Lisbon -
  • Europe/Ljubljana -
  • Europe/London -
  • Europe/Luxembourg -
  • Europe/Madrid -
  • Europe/Malta -
  • Europe/Mariehamn -
  • Europe/Minsk -
  • Europe/Monaco -
  • Europe/Moscow -
  • Europe/Oslo -
  • Europe/Paris -
  • Europe/Podgorica -
  • Europe/Prague -
  • Europe/Riga -
  • Europe/Rome -
  • Europe/Samara -
  • Europe/San_Marino -
  • Europe/Sarajevo -
  • Europe/Simferopol -
  • Europe/Skopje -
  • Europe/Sofia -
  • Europe/Stockholm -
  • Europe/Tallinn -
  • Europe/Tirane -
  • Europe/Uzhgorod -
  • Europe/Vaduz -
  • Europe/Vatican -
  • Europe/Vienna -
  • Europe/Vilnius -
  • Europe/Volgograd -
  • Europe/Warsaw -
  • Europe/Zagreb -
  • Europe/Zaporozhye -
  • Europe/Zurich -
  • Indian/Antananarivo -
  • Indian/Chagos -
  • Indian/Christmas -
  • Indian/Cocos -
  • Indian/Comoro -
  • Indian/Kerguelen -
  • Indian/Mahe -
  • Indian/Maldives -
  • Indian/Mauritius -
  • Indian/Mayotte -
  • Indian/Reunion -
  • Pacific/Apia -
  • Pacific/Auckland -
  • Pacific/Chatham -
  • Pacific/Chuuk -
  • Pacific/Easter -
  • Pacific/Efate -
  • Pacific/Enderbury -
  • Pacific/Fakaofo -
  • Pacific/Fiji -
  • Pacific/Funafuti -
  • Pacific/Galapagos -
  • Pacific/Gambier -
  • Pacific/Guadalcanal -
  • Pacific/Guam -
  • Pacific/Honolulu -
  • Pacific/Johnston -
  • Pacific/Kiritimati -
  • Pacific/Kosrae -
  • Pacific/Kwajalein -
  • Pacific/Majuro -
  • Pacific/Marquesas -
  • Pacific/Midway -
  • Pacific/Nauru -
  • Pacific/Norfolk -
  • Pacific/Noumea -
  • Pacific/Pago_Pago -
  • Pacific/Palau -
  • Pacific/Pitcairn -
  • Pacific/Pohnpei -
  • Pacific/Port_Moresby -
  • Pacific/Rarotonga -
  • Pacific/Saipan -
  • Pacific/Tahiti -
  • Pacific/Tarawa -
  • Pacific/Tongatapu -
  • Pacific/Wake -
  • Pacific/Wallis -
  • UTC -
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data. The enum values provides the list of concrete types that can be instantiated from this abstract type.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
startTime String
The schedule start time. A future time is required.
timeZone String
The timezone for the startTime specified. It is a mandatory input property when start time is provided.

  • Pacific/Niue -
  • Africa/Abidjan -
  • Africa/Accra -
  • Africa/Addis_Ababa -
  • Africa/Algiers -
  • Africa/Asmara -
  • Africa/Bamako -
  • Africa/Bangui -
  • Africa/Banjul -
  • Africa/Bissau -
  • Africa/Blantyre -
  • Africa/Brazzaville -
  • Africa/Bujumbura -
  • Africa/Cairo -
  • Africa/Casablanca -
  • Africa/Ceuta -
  • Africa/Conakry -
  • Africa/Dakar -
  • Africa/Dar_es_Salaam -
  • Africa/Djibouti -
  • Africa/Douala -
  • Africa/El_Aaiun -
  • Africa/Freetown -
  • Africa/Gaborone -
  • Africa/Harare -
  • Africa/Johannesburg -
  • Africa/Juba -
  • Africa/Kampala -
  • Africa/Khartoum -
  • Africa/Kigali -
  • Africa/Kinshasa -
  • Africa/Lagos -
  • Africa/Libreville -
  • Africa/Lome -
  • Africa/Luanda -
  • Africa/Lubumbashi -
  • Africa/Lusaka -
  • Africa/Malabo -
  • Africa/Maputo -
  • Africa/Maseru -
  • Africa/Mbabane -
  • Africa/Mogadishu -
  • Africa/Monrovia -
  • Africa/Nairobi -
  • Africa/Ndjamena -
  • Africa/Niamey -
  • Africa/Nouakchott -
  • Africa/Ouagadougou -
  • Africa/Porto-Novo -
  • Africa/Sao_Tome -
  • Africa/Tripoli -
  • Africa/Tunis -
  • Africa/Windhoek -
  • America/Adak -
  • America/Anchorage -
  • America/Anguilla -
  • America/Antigua -
  • America/Araguaina -
  • America/Argentina/Buenos_Aires -
  • America/Argentina/Catamarca -
  • America/Argentina/Cordoba -
  • America/Argentina/Jujuy -
  • America/Argentina/La_Rioja -
  • America/Argentina/Mendoza -
  • America/Argentina/Rio_Gallegos -
  • America/Argentina/Salta -
  • America/Argentina/San_Juan -
  • America/Argentina/San_Luis -
  • America/Argentina/Tucuman -
  • America/Argentina/Ushuaia -
  • America/Aruba -
  • America/Asuncion -
  • America/Atikokan -
  • America/Bahia -
  • America/Bahia_Banderas -
  • America/Barbados -
  • America/Belem -
  • America/Belize -
  • America/Blanc-Sablon -
  • America/Boa_Vista -
  • America/Bogota -
  • America/Boise -
  • America/Cambridge_Bay -
  • America/Campo_Grande -
  • America/Cancun -
  • America/Caracas -
  • America/Cayenne -
  • America/Cayman -
  • America/Chicago -
  • America/Chihuahua -
  • America/Costa_Rica -
  • America/Creston -
  • America/Cuiaba -
  • America/Curacao -
  • America/Danmarkshavn -
  • America/Dawson -
  • America/Dawson_Creek -
  • America/Denver -
  • America/Detroit -
  • America/Dominica -
  • America/Edmonton -
  • America/Eirunepe -
  • America/El_Salvador -
  • America/Fortaleza -
  • America/Glace_Bay -
  • America/Godthab -
  • America/Goose_Bay -
  • America/Grand_Turk -
  • America/Grenada -
  • America/Guadeloupe -
  • America/Guatemala -
  • America/Guayaquil -
  • America/Guyana -
  • America/Halifax -
  • America/Havana -
  • America/Hermosillo -
  • America/Indiana/Indianapolis -
  • America/Indiana/Knox -
  • America/Indiana/Marengo -
  • America/Indiana/Petersburg -
  • America/Indiana/Tell_City -
  • America/Indiana/Vevay -
  • America/Indiana/Vincennes -
  • America/Indiana/Winamac -
  • America/Inuvik -
  • America/Iqaluit -
  • America/Jamaica -
  • America/Juneau -
  • America/Kentucky/Louisville -
  • America/Kentucky/Monticello -
  • America/Kralendijk -
  • America/La_Paz -
  • America/Lima -
  • America/Los_Angeles -
  • America/Lower_Princes -
  • America/Maceio -
  • America/Managua -
  • America/Manaus -
  • America/Marigot -
  • America/Martinique -
  • America/Matamoros -
  • America/Mazatlan -
  • America/Menominee -
  • America/Merida -
  • America/Metlakatla -
  • America/Mexico_City -
  • America/Miquelon -
  • America/Moncton -
  • America/Monterrey -
  • America/Montevideo -
  • America/Montreal -
  • America/Montserrat -
  • America/Nassau -
  • America/New_York -
  • America/Nipigon -
  • America/Nome -
  • America/Noronha -
  • America/North_Dakota/Beulah -
  • America/North_Dakota/Center -
  • America/North_Dakota/New_Salem -
  • America/Ojinaga -
  • America/Panama -
  • America/Pangnirtung -
  • America/Paramaribo -
  • America/Phoenix -
  • America/Port-au-Prince -
  • America/Port_of_Spain -
  • America/Porto_Velho -
  • America/Puerto_Rico -
  • America/Rainy_River -
  • America/Rankin_Inlet -
  • America/Recife -
  • America/Regina -
  • America/Resolute -
  • America/Rio_Branco -
  • America/Santa_Isabel -
  • America/Santarem -
  • America/Santiago -
  • America/Santo_Domingo -
  • America/Sao_Paulo -
  • America/Scoresbysund -
  • America/Shiprock -
  • America/Sitka -
  • America/St_Barthelemy -
  • America/St_Johns -
  • America/St_Kitts -
  • America/St_Lucia -
  • America/St_Thomas -
  • America/St_Vincent -
  • America/Swift_Current -
  • America/Tegucigalpa -
  • America/Thule -
  • America/Thunder_Bay -
  • America/Tijuana -
  • America/Toronto -
  • America/Tortola -
  • America/Vancouver -
  • America/Whitehorse -
  • America/Winnipeg -
  • America/Yakutat -
  • America/Yellowknife -
  • Antarctica/Casey -
  • Antarctica/Davis -
  • Antarctica/DumontDUrville -
  • Antarctica/Macquarie -
  • Antarctica/Mawson -
  • Antarctica/McMurdo -
  • Antarctica/Palmer -
  • Antarctica/Rothera -
  • Antarctica/South_Pole -
  • Antarctica/Syowa -
  • Antarctica/Troll -
  • Antarctica/Vostok -
  • Arctic/Longyearbyen -
  • Asia/Aden -
  • Asia/Almaty -
  • Asia/Amman -
  • Asia/Anadyr -
  • Asia/Aqtau -
  • Asia/Aqtobe -
  • Asia/Ashgabat -
  • Asia/Baghdad -
  • Asia/Bahrain -
  • Asia/Baku -
  • Asia/Bangkok -
  • Asia/Beirut -
  • Asia/Bishkek -
  • Asia/Brunei -
  • Asia/Calcutta -
  • Asia/Choibalsan -
  • Asia/Chongqing -
  • Asia/Colombo -
  • Asia/Damascus -
  • Asia/Dhaka -
  • Asia/Dili -
  • Asia/Dubai -
  • Asia/Dushanbe -
  • Asia/Gaza -
  • Asia/Harbin -
  • Asia/Hebron -
  • Asia/Ho_Chi_Minh -
  • Asia/Hong_Kong -
  • Asia/Hovd -
  • Asia/Irkutsk -
  • Asia/Jakarta -
  • Asia/Jayapura -
  • Asia/Jerusalem -
  • Asia/Kabul -
  • Asia/Kamchatka -
  • Asia/Karachi -
  • Asia/Kashgar -
  • Asia/Kathmandu -
  • Asia/Katmandu -
  • Asia/Khandyga -
  • Asia/Kolkata -
  • Asia/Krasnoyarsk -
  • Asia/Kuala_Lumpur -
  • Asia/Kuching -
  • Asia/Kuwait -
  • Asia/Macau -
  • Asia/Magadan -
  • Asia/Makassar -
  • Asia/Manila -
  • Asia/Muscat -
  • Asia/Nicosia -
  • Asia/Novokuznetsk -
  • Asia/Novosibirsk -
  • Asia/Omsk -
  • Asia/Oral -
  • Asia/Phnom_Penh -
  • Asia/Pontianak -
  • Asia/Pyongyang -
  • Asia/Qatar -
  • Asia/Qyzylorda -
  • Asia/Rangoon -
  • Asia/Riyadh -
  • Asia/Saigon -
  • Asia/Sakhalin -
  • Asia/Samarkand -
  • Asia/Seoul -
  • Asia/Shanghai -
  • Asia/Singapore -
  • Asia/Taipei -
  • Asia/Tashkent -
  • Asia/Tbilisi -
  • Asia/Tehran -
  • Asia/Thimphu -
  • Asia/Tokyo -
  • Asia/Ulaanbaatar -
  • Asia/Urumqi -
  • Asia/Ust-Nera -
  • Asia/Vientiane -
  • Asia/Vladivostok -
  • Asia/Yakutsk -
  • Asia/Yekaterinburg -
  • Asia/Yerevan -
  • Atlantic/Azores -
  • Atlantic/Bermuda -
  • Atlantic/Canary -
  • Atlantic/Cape_Verde -
  • Atlantic/Faroe -
  • Atlantic/Madeira -
  • Atlantic/Reykjavik -
  • Atlantic/South_Georgia -
  • Atlantic/St_Helena -
  • Atlantic/Stanley -
  • Australia/Adelaide -
  • Australia/Brisbane -
  • Australia/Broken_Hill -
  • Australia/Currie -
  • Australia/Darwin -
  • Australia/Eucla -
  • Australia/Hobart -
  • Australia/Lindeman -
  • Australia/Lord_Howe -
  • Australia/Melbourne -
  • Australia/Perth -
  • Australia/Sydney -
  • Etc/GMT -
  • Europe/Amsterdam -
  • Europe/Andorra -
  • Europe/Athens -
  • Europe/Belgrade -
  • Europe/Berlin -
  • Europe/Bratislava -
  • Europe/Brussels -
  • Europe/Bucharest -
  • Europe/Budapest -
  • Europe/Busingen -
  • Europe/Chisinau -
  • Europe/Copenhagen -
  • Europe/Dublin -
  • Europe/Gibraltar -
  • Europe/Guernsey -
  • Europe/Helsinki -
  • Europe/Isle_of_Man -
  • Europe/Istanbul -
  • Europe/Jersey -
  • Europe/Kaliningrad -
  • Europe/Kiev -
  • Europe/Lisbon -
  • Europe/Ljubljana -
  • Europe/London -
  • Europe/Luxembourg -
  • Europe/Madrid -
  • Europe/Malta -
  • Europe/Mariehamn -
  • Europe/Minsk -
  • Europe/Monaco -
  • Europe/Moscow -
  • Europe/Oslo -
  • Europe/Paris -
  • Europe/Podgorica -
  • Europe/Prague -
  • Europe/Riga -
  • Europe/Rome -
  • Europe/Samara -
  • Europe/San_Marino -
  • Europe/Sarajevo -
  • Europe/Simferopol -
  • Europe/Skopje -
  • Europe/Sofia -
  • Europe/Stockholm -
  • Europe/Tallinn -
  • Europe/Tirane -
  • Europe/Uzhgorod -
  • Europe/Vaduz -
  • Europe/Vatican -
  • Europe/Vienna -
  • Europe/Vilnius -
  • Europe/Volgograd -
  • Europe/Warsaw -
  • Europe/Zagreb -
  • Europe/Zaporozhye -
  • Europe/Zurich -
  • Indian/Antananarivo -
  • Indian/Chagos -
  • Indian/Christmas -
  • Indian/Cocos -
  • Indian/Comoro -
  • Indian/Kerguelen -
  • Indian/Mahe -
  • Indian/Maldives -
  • Indian/Mauritius -
  • Indian/Mayotte -
  • Indian/Reunion -
  • Pacific/Apia -
  • Pacific/Auckland -
  • Pacific/Chatham -
  • Pacific/Chuuk -
  • Pacific/Easter -
  • Pacific/Efate -
  • Pacific/Enderbury -
  • Pacific/Fakaofo -
  • Pacific/Fiji -
  • Pacific/Funafuti -
  • Pacific/Galapagos -
  • Pacific/Gambier -
  • Pacific/Guadalcanal -
  • Pacific/Guam -
  • Pacific/Honolulu -
  • Pacific/Johnston -
  • Pacific/Kiritimati -
  • Pacific/Kosrae -
  • Pacific/Kwajalein -
  • Pacific/Majuro -
  • Pacific/Marquesas -
  • Pacific/Midway -
  • Pacific/Nauru -
  • Pacific/Norfolk -
  • Pacific/Noumea -
  • Pacific/Pago_Pago -
  • Pacific/Palau -
  • Pacific/Pitcairn -
  • Pacific/Pohnpei -
  • Pacific/Port_Moresby -
  • Pacific/Rarotonga -
  • Pacific/Saipan -
  • Pacific/Tahiti -
  • Pacific/Tarawa -
  • Pacific/Tongatapu -
  • Pacific/Wake -
  • Pacific/Wallis -
  • UTC -

GetSchedulerTaskScheduleStatus

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
CompletedCount double
The count of tasks that ran to successful completion.
ConsecutiveFailures double
The number of consecutive times the task has failed.
CurrentStatus string
The status of the current task.

  • None - No status is set (default).
  • Scheduled - The status is set when a task is scheduled.
  • Running - The status is set when a task is running.
  • Completed - The status is set when a task is complete.
  • Failed - The status is set when a task fails.
  • Suspended - The status is set when a task is suspended.
  • Skipped - The status is set when a task is skipped because the previous task is still running.
FailedCount double
The count of tasks that failed.
IsSystemSuspended bool
The flag if set to true means it was suspended by the system.
LastRunStatus string
The last task completion status, which includes both successful executions and any failures.

  • None - No status is set (default).
  • Scheduled - The status is set when a task is scheduled.
  • Running - The status is set when a task is running.
  • Completed - The status is set when a task is complete.
  • Failed - The status is set when a task fails.
  • Suspended - The status is set when a task is suspended.
  • Skipped - The status is set when a task is skipped because the previous task is still running.
NextRunStartTime string
The next run time for a recurrently scheduled the task.
NrCount double
The task completion count, which includes both successful executions and any failures.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
PrevRunEndTime string
The time when the last occurrence of scheduled task completed.
PrevRunStartTime string
The previous time the scheduled task was run.
Reason string
The reason why the task failed or suspended.
SkippedCount double
The count of tasks that were skipped.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
CompletedCount float64
The count of tasks that ran to successful completion.
ConsecutiveFailures float64
The number of consecutive times the task has failed.
CurrentStatus string
The status of the current task.

  • None - No status is set (default).
  • Scheduled - The status is set when a task is scheduled.
  • Running - The status is set when a task is running.
  • Completed - The status is set when a task is complete.
  • Failed - The status is set when a task fails.
  • Suspended - The status is set when a task is suspended.
  • Skipped - The status is set when a task is skipped because the previous task is still running.
FailedCount float64
The count of tasks that failed.
IsSystemSuspended bool
The flag if set to true means it was suspended by the system.
LastRunStatus string
The last task completion status, which includes both successful executions and any failures.

  • None - No status is set (default).
  • Scheduled - The status is set when a task is scheduled.
  • Running - The status is set when a task is running.
  • Completed - The status is set when a task is complete.
  • Failed - The status is set when a task fails.
  • Suspended - The status is set when a task is suspended.
  • Skipped - The status is set when a task is skipped because the previous task is still running.
NextRunStartTime string
The next run time for a recurrently scheduled the task.
NrCount float64
The task completion count, which includes both successful executions and any failures.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
PrevRunEndTime string
The time when the last occurrence of scheduled task completed.
PrevRunStartTime string
The previous time the scheduled task was run.
Reason string
The reason why the task failed or suspended.
SkippedCount float64
The count of tasks that were skipped.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
completedCount Double
The count of tasks that ran to successful completion.
consecutiveFailures Double
The number of consecutive times the task has failed.
currentStatus String
The status of the current task.

  • None - No status is set (default).
  • Scheduled - The status is set when a task is scheduled.
  • Running - The status is set when a task is running.
  • Completed - The status is set when a task is complete.
  • Failed - The status is set when a task fails.
  • Suspended - The status is set when a task is suspended.
  • Skipped - The status is set when a task is skipped because the previous task is still running.
failedCount Double
The count of tasks that failed.
isSystemSuspended Boolean
The flag if set to true means it was suspended by the system.
lastRunStatus String
The last task completion status, which includes both successful executions and any failures.

  • None - No status is set (default).
  • Scheduled - The status is set when a task is scheduled.
  • Running - The status is set when a task is running.
  • Completed - The status is set when a task is complete.
  • Failed - The status is set when a task fails.
  • Suspended - The status is set when a task is suspended.
  • Skipped - The status is set when a task is skipped because the previous task is still running.
nextRunStartTime String
The next run time for a recurrently scheduled the task.
nrCount Double
The task completion count, which includes both successful executions and any failures.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
prevRunEndTime String
The time when the last occurrence of scheduled task completed.
prevRunStartTime String
The previous time the scheduled task was run.
reason String
The reason why the task failed or suspended.
skippedCount Double
The count of tasks that were skipped.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
completedCount number
The count of tasks that ran to successful completion.
consecutiveFailures number
The number of consecutive times the task has failed.
currentStatus string
The status of the current task.

  • None - No status is set (default).
  • Scheduled - The status is set when a task is scheduled.
  • Running - The status is set when a task is running.
  • Completed - The status is set when a task is complete.
  • Failed - The status is set when a task fails.
  • Suspended - The status is set when a task is suspended.
  • Skipped - The status is set when a task is skipped because the previous task is still running.
failedCount number
The count of tasks that failed.
isSystemSuspended boolean
The flag if set to true means it was suspended by the system.
lastRunStatus string
The last task completion status, which includes both successful executions and any failures.

  • None - No status is set (default).
  • Scheduled - The status is set when a task is scheduled.
  • Running - The status is set when a task is running.
  • Completed - The status is set when a task is complete.
  • Failed - The status is set when a task fails.
  • Suspended - The status is set when a task is suspended.
  • Skipped - The status is set when a task is skipped because the previous task is still running.
nextRunStartTime string
The next run time for a recurrently scheduled the task.
nrCount number
The task completion count, which includes both successful executions and any failures.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
prevRunEndTime string
The time when the last occurrence of scheduled task completed.
prevRunStartTime string
The previous time the scheduled task was run.
reason string
The reason why the task failed or suspended.
skippedCount number
The count of tasks that were skipped.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
completed_count float
The count of tasks that ran to successful completion.
consecutive_failures float
The number of consecutive times the task has failed.
current_status str
The status of the current task.

  • None - No status is set (default).
  • Scheduled - The status is set when a task is scheduled.
  • Running - The status is set when a task is running.
  • Completed - The status is set when a task is complete.
  • Failed - The status is set when a task fails.
  • Suspended - The status is set when a task is suspended.
  • Skipped - The status is set when a task is skipped because the previous task is still running.
failed_count float
The count of tasks that failed.
is_system_suspended bool
The flag if set to true means it was suspended by the system.
last_run_status str
The last task completion status, which includes both successful executions and any failures.

  • None - No status is set (default).
  • Scheduled - The status is set when a task is scheduled.
  • Running - The status is set when a task is running.
  • Completed - The status is set when a task is complete.
  • Failed - The status is set when a task fails.
  • Suspended - The status is set when a task is suspended.
  • Skipped - The status is set when a task is skipped because the previous task is still running.
next_run_start_time str
The next run time for a recurrently scheduled the task.
nr_count float
The task completion count, which includes both successful executions and any failures.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
prev_run_end_time str
The time when the last occurrence of scheduled task completed.
prev_run_start_time str
The previous time the scheduled task was run.
reason str
The reason why the task failed or suspended.
skipped_count float
The count of tasks that were skipped.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
completedCount Number
The count of tasks that ran to successful completion.
consecutiveFailures Number
The number of consecutive times the task has failed.
currentStatus String
The status of the current task.

  • None - No status is set (default).
  • Scheduled - The status is set when a task is scheduled.
  • Running - The status is set when a task is running.
  • Completed - The status is set when a task is complete.
  • Failed - The status is set when a task fails.
  • Suspended - The status is set when a task is suspended.
  • Skipped - The status is set when a task is skipped because the previous task is still running.
failedCount Number
The count of tasks that failed.
isSystemSuspended Boolean
The flag if set to true means it was suspended by the system.
lastRunStatus String
The last task completion status, which includes both successful executions and any failures.

  • None - No status is set (default).
  • Scheduled - The status is set when a task is scheduled.
  • Running - The status is set when a task is running.
  • Completed - The status is set when a task is complete.
  • Failed - The status is set when a task fails.
  • Suspended - The status is set when a task is suspended.
  • Skipped - The status is set when a task is skipped because the previous task is still running.
nextRunStartTime String
The next run time for a recurrently scheduled the task.
nrCount Number
The task completion count, which includes both successful executions and any failures.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
prevRunEndTime String
The time when the last occurrence of scheduled task completed.
prevRunStartTime String
The previous time the scheduled task was run.
reason String
The reason why the task failed or suspended.
skippedCount Number
The count of tasks that were skipped.

GetSchedulerTaskScheduleTag

AdditionalProperties string
Key string
The string representation of a tag key.
Value string
The string representation of a tag value.
AdditionalProperties string
Key string
The string representation of a tag key.
Value string
The string representation of a tag value.
additionalProperties String
key String
The string representation of a tag key.
value String
The string representation of a tag value.
additionalProperties string
key string
The string representation of a tag key.
value string
The string representation of a tag value.
additional_properties str
key str
The string representation of a tag key.
value str
The string representation of a tag value.
additionalProperties String
key String
The string representation of a tag key.
value String
The string representation of a tag value.

GetSchedulerTaskScheduleTaskRequest

AdditionalProperties string
Body string
The request body that is sent as part of this API request.
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Headers string
Collection of key value pairs to set in the request header.
Method string
The supported values are POST, PUT, DELETE, PATCH.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Protocol string
The accepted web protocol values are http and https.
Response string
The response obtained for the scheduled API service.
Timeout double
Upper limit on the execution time of a scheduled task. Helps purge run-away scheduled tasks. Not supported in this release.
Url string
The URL of the resource in the target to which the API request is made.
AdditionalProperties string
Body string
The request body that is sent as part of this API request.
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Headers string
Collection of key value pairs to set in the request header.
Method string
The supported values are POST, PUT, DELETE, PATCH.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
Protocol string
The accepted web protocol values are http and https.
Response string
The response obtained for the scheduled API service.
Timeout float64
Upper limit on the execution time of a scheduled task. Helps purge run-away scheduled tasks. Not supported in this release.
Url string
The URL of the resource in the target to which the API request is made.
additionalProperties String
body String
The request body that is sent as part of this API request.
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
headers String
Collection of key value pairs to set in the request header.
method String
The supported values are POST, PUT, DELETE, PATCH.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
protocol String
The accepted web protocol values are http and https.
response String
The response obtained for the scheduled API service.
timeout Double
Upper limit on the execution time of a scheduled task. Helps purge run-away scheduled tasks. Not supported in this release.
url String
The URL of the resource in the target to which the API request is made.
additionalProperties string
body string
The request body that is sent as part of this API request.
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
headers string
Collection of key value pairs to set in the request header.
method string
The supported values are POST, PUT, DELETE, PATCH.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
protocol string
The accepted web protocol values are http and https.
response string
The response obtained for the scheduled API service.
timeout number
Upper limit on the execution time of a scheduled task. Helps purge run-away scheduled tasks. Not supported in this release.
url string
The URL of the resource in the target to which the API request is made.
additional_properties str
body str
The request body that is sent as part of this API request.
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
headers str
Collection of key value pairs to set in the request header.
method str
The supported values are POST, PUT, DELETE, PATCH.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
protocol str
The accepted web protocol values are http and https.
response str
The response obtained for the scheduled API service.
timeout float
Upper limit on the execution time of a scheduled task. Helps purge run-away scheduled tasks. Not supported in this release.
url str
The URL of the resource in the target to which the API request is made.
additionalProperties String
body String
The request body that is sent as part of this API request.
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
headers String
Collection of key value pairs to set in the request header.
method String
The supported values are POST, PUT, DELETE, PATCH.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
protocol String
The accepted web protocol values are http and https.
response String
The response obtained for the scheduled API service.
timeout Number
Upper limit on the execution time of a scheduled task. Helps purge run-away scheduled tasks. Not supported in this release.
url String
The URL of the resource in the target to which the API request is made.

GetSchedulerTaskScheduleVersionContext

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
InterestedMos List<GetSchedulerTaskScheduleVersionContextInterestedMo>
MarkedForDeletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
NrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RefMo GetSchedulerTaskScheduleVersionContextRefMo
A reference to the original Managed Object.
Timestamp string
The time this versioned Managed Object was created.
VersionType string
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
InterestedMos []GetSchedulerTaskScheduleVersionContextInterestedMo
MarkedForDeletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
NrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RefMo GetSchedulerTaskScheduleVersionContextRefMo
A reference to the original Managed Object.
Timestamp string
The time this versioned Managed Object was created.
VersionType string
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
interestedMos List<GetSchedulerTaskScheduleVersionContextInterestedMo>
markedForDeletion Boolean
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nrVersion String
The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo GetSchedulerTaskScheduleVersionContextRefMo
A reference to the original Managed Object.
timestamp String
The time this versioned Managed Object was created.
versionType String
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
interestedMos GetSchedulerTaskScheduleVersionContextInterestedMo[]
markedForDeletion boolean
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nrVersion string
The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo GetSchedulerTaskScheduleVersionContextRefMo
A reference to the original Managed Object.
timestamp string
The time this versioned Managed Object was created.
versionType string
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
interested_mos Sequence[GetSchedulerTaskScheduleVersionContextInterestedMo]
marked_for_deletion bool
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nr_version str
The version of the Managed Object, e.g. an incrementing number or a hash id.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
ref_mo GetSchedulerTaskScheduleVersionContextRefMo
A reference to the original Managed Object.
timestamp str
The time this versioned Managed Object was created.
version_type str
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
interestedMos List<Property Map>
markedForDeletion Boolean
The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
nrVersion String
The version of the Managed Object, e.g. an incrementing number or a hash id.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
refMo Property Map
A reference to the original Managed Object.
timestamp String
The time this versioned Managed Object was created.
versionType String
Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

  • Modified - Version created every time an object is modified.
  • Configured - Version created every time an object is configured to the service profile.
  • Deployed - Version created for objects related to a service profile when it is deployed.

GetSchedulerTaskScheduleVersionContextInterestedMo

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetSchedulerTaskScheduleVersionContextRefMo

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

GetSchedulerTaskScheduleWorkflowDefinition

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
The fully-qualified name of the remote type referred by this relationship.
Selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid string
The unique identifier of this Managed Object instance.
objectType string
The fully-qualified name of the remote type referred by this relationship.
selector string
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additional_properties str
class_id str
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid str
The unique identifier of this Managed Object instance.
object_type str
The fully-qualified name of the remote type referred by this relationship.
selector str
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
moid String
The unique identifier of this Managed Object instance.
objectType String
The fully-qualified name of the remote type referred by this relationship.
selector String
An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

  1. If 'moid' is set this field is ignored.
  2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

Package Details

Repository
intersight ciscodevnet/terraform-provider-intersight
License
Notes
This Pulumi package is based on the intersight Terraform Provider.