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

intersight.getApplianceBackupPolicy

Explore with Pulumi AI

BackupPolicy stores the Intersight Appliance’s backup policy. There will be only one BackupPolicy managed object in the Intersight Appliance. Default backup policy managed object is created during the Intersight Appliance setup, and it is configured in the manual backup mode.

Using getApplianceBackupPolicy

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 getApplianceBackupPolicy(args: GetApplianceBackupPolicyArgs, opts?: InvokeOptions): Promise<GetApplianceBackupPolicyResult>
function getApplianceBackupPolicyOutput(args: GetApplianceBackupPolicyOutputArgs, opts?: InvokeOptions): Output<GetApplianceBackupPolicyResult>
Copy
def get_appliance_backup_policy(account: Optional[GetApplianceBackupPolicyAccount] = None,
                                account_moid: Optional[str] = None,
                                additional_properties: Optional[str] = None,
                                ancestors: Optional[Sequence[GetApplianceBackupPolicyAncestor]] = None,
                                backup_time: Optional[str] = None,
                                class_id: Optional[str] = None,
                                create_time: Optional[str] = None,
                                domain_group_moid: Optional[str] = None,
                                filename: Optional[str] = None,
                                id: Optional[str] = None,
                                is_password_set: Optional[bool] = None,
                                manual_backup: Optional[bool] = None,
                                mod_time: Optional[str] = None,
                                moid: Optional[str] = None,
                                object_type: Optional[str] = None,
                                owners: Optional[Sequence[str]] = None,
                                parent: Optional[GetApplianceBackupPolicyParent] = None,
                                password: Optional[str] = None,
                                permission_resources: Optional[Sequence[GetApplianceBackupPolicyPermissionResource]] = None,
                                protocol: Optional[str] = None,
                                remote_host: Optional[str] = None,
                                remote_path: Optional[str] = None,
                                remote_port: Optional[float] = None,
                                retention_count: Optional[float] = None,
                                retention_policy_enabled: Optional[bool] = None,
                                schedule: Optional[GetApplianceBackupPolicySchedule] = None,
                                shared_scope: Optional[str] = None,
                                tags: Optional[Sequence[GetApplianceBackupPolicyTag]] = None,
                                username: Optional[str] = None,
                                version_context: Optional[GetApplianceBackupPolicyVersionContext] = None,
                                opts: Optional[InvokeOptions] = None) -> GetApplianceBackupPolicyResult
def get_appliance_backup_policy_output(account: Optional[pulumi.Input[GetApplianceBackupPolicyAccountArgs]] = None,
                                account_moid: Optional[pulumi.Input[str]] = None,
                                additional_properties: Optional[pulumi.Input[str]] = None,
                                ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceBackupPolicyAncestorArgs]]]] = None,
                                backup_time: Optional[pulumi.Input[str]] = None,
                                class_id: Optional[pulumi.Input[str]] = None,
                                create_time: Optional[pulumi.Input[str]] = None,
                                domain_group_moid: Optional[pulumi.Input[str]] = None,
                                filename: Optional[pulumi.Input[str]] = None,
                                id: Optional[pulumi.Input[str]] = None,
                                is_password_set: Optional[pulumi.Input[bool]] = None,
                                manual_backup: Optional[pulumi.Input[bool]] = None,
                                mod_time: Optional[pulumi.Input[str]] = None,
                                moid: 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[GetApplianceBackupPolicyParentArgs]] = None,
                                password: Optional[pulumi.Input[str]] = None,
                                permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceBackupPolicyPermissionResourceArgs]]]] = None,
                                protocol: Optional[pulumi.Input[str]] = None,
                                remote_host: Optional[pulumi.Input[str]] = None,
                                remote_path: Optional[pulumi.Input[str]] = None,
                                remote_port: Optional[pulumi.Input[float]] = None,
                                retention_count: Optional[pulumi.Input[float]] = None,
                                retention_policy_enabled: Optional[pulumi.Input[bool]] = None,
                                schedule: Optional[pulumi.Input[GetApplianceBackupPolicyScheduleArgs]] = None,
                                shared_scope: Optional[pulumi.Input[str]] = None,
                                tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetApplianceBackupPolicyTagArgs]]]] = None,
                                username: Optional[pulumi.Input[str]] = None,
                                version_context: Optional[pulumi.Input[GetApplianceBackupPolicyVersionContextArgs]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetApplianceBackupPolicyResult]
Copy
func LookupApplianceBackupPolicy(ctx *Context, args *LookupApplianceBackupPolicyArgs, opts ...InvokeOption) (*LookupApplianceBackupPolicyResult, error)
func LookupApplianceBackupPolicyOutput(ctx *Context, args *LookupApplianceBackupPolicyOutputArgs, opts ...InvokeOption) LookupApplianceBackupPolicyResultOutput
Copy

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

public static class GetApplianceBackupPolicy 
{
    public static Task<GetApplianceBackupPolicyResult> InvokeAsync(GetApplianceBackupPolicyArgs args, InvokeOptions? opts = null)
    public static Output<GetApplianceBackupPolicyResult> Invoke(GetApplianceBackupPolicyInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetApplianceBackupPolicyResult> getApplianceBackupPolicy(GetApplianceBackupPolicyArgs args, InvokeOptions options)
public static Output<GetApplianceBackupPolicyResult> getApplianceBackupPolicy(GetApplianceBackupPolicyArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getApplianceBackupPolicy:getApplianceBackupPolicy
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Account GetApplianceBackupPolicyAccount
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors List<GetApplianceBackupPolicyAncestor>
BackupTime string
The next backup time set by the backup scheduler. Backup scheduler calculates the next backup time with the user-defined schedule set in the Schedule field.
ClassId string
CreateTime string
The time when this managed object was created.
DomainGroupMoid string
The DomainGroup ID for this managed object.
Filename string
Backup filename to backup or restore.
Id string
IsPasswordSet bool
Indicates whether the value of the 'password' property has been set.
ManualBackup bool
Backup mode of the appliance. Automatic backups of the appliance are not initiated if this property is set to 'true' and the backup schedule field is ignored.
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
Owners List<string>
Parent GetApplianceBackupPolicyParent
Password string
Password to authenticate the file server.
PermissionResources List<GetApplianceBackupPolicyPermissionResource>
Protocol string
Communication protocol used by the file server (e.g. scp, sftp, or CIFS).* scp - Secure Copy Protocol (SCP) to access the file server.* sftp - SSH File Transfer Protocol (SFTP) to access file server.* cifs - Common Internet File System (CIFS) Protocol to access file server.
RemoteHost string
Hostname of the remote file server.
RemotePath string
File server directory or share name to copy the file.
RemotePort double
Remote TCP port on the file server (e.g. 22 for scp).
RetentionCount double
The number of backups before earliest backup is overwritten. Requires cleanup policy to be enabled.
RetentionPolicyEnabled bool
If backup rotate policy is set, older backups will automatically be overwritten. The number of backups before overwriting is defined by the retentionCount property.
Schedule GetApplianceBackupPolicySchedule
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.
Tags List<GetApplianceBackupPolicyTag>
Username string
Username to authenticate the fileserver.
VersionContext GetApplianceBackupPolicyVersionContext
Account GetApplianceBackupPolicyAccount
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors []GetApplianceBackupPolicyAncestor
BackupTime string
The next backup time set by the backup scheduler. Backup scheduler calculates the next backup time with the user-defined schedule set in the Schedule field.
ClassId string
CreateTime string
The time when this managed object was created.
DomainGroupMoid string
The DomainGroup ID for this managed object.
Filename string
Backup filename to backup or restore.
Id string
IsPasswordSet bool
Indicates whether the value of the 'password' property has been set.
ManualBackup bool
Backup mode of the appliance. Automatic backups of the appliance are not initiated if this property is set to 'true' and the backup schedule field is ignored.
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
ObjectType string
Owners []string
Parent GetApplianceBackupPolicyParent
Password string
Password to authenticate the file server.
PermissionResources []GetApplianceBackupPolicyPermissionResource
Protocol string
Communication protocol used by the file server (e.g. scp, sftp, or CIFS).* scp - Secure Copy Protocol (SCP) to access the file server.* sftp - SSH File Transfer Protocol (SFTP) to access file server.* cifs - Common Internet File System (CIFS) Protocol to access file server.
RemoteHost string
Hostname of the remote file server.
RemotePath string
File server directory or share name to copy the file.
RemotePort float64
Remote TCP port on the file server (e.g. 22 for scp).
RetentionCount float64
The number of backups before earliest backup is overwritten. Requires cleanup policy to be enabled.
RetentionPolicyEnabled bool
If backup rotate policy is set, older backups will automatically be overwritten. The number of backups before overwriting is defined by the retentionCount property.
Schedule GetApplianceBackupPolicySchedule
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.
Tags []GetApplianceBackupPolicyTag
Username string
Username to authenticate the fileserver.
VersionContext GetApplianceBackupPolicyVersionContext
account GetApplianceBackupPolicyAccount
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<GetApplianceBackupPolicyAncestor>
backupTime String
The next backup time set by the backup scheduler. Backup scheduler calculates the next backup time with the user-defined schedule set in the Schedule field.
classId String
createTime String
The time when this managed object was created.
domainGroupMoid String
The DomainGroup ID for this managed object.
filename String
Backup filename to backup or restore.
id String
isPasswordSet Boolean
Indicates whether the value of the 'password' property has been set.
manualBackup Boolean
Backup mode of the appliance. Automatic backups of the appliance are not initiated if this property is set to 'true' and the backup schedule field is ignored.
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
objectType String
owners List<String>
parent GetApplianceBackupPolicyParent
password String
Password to authenticate the file server.
permissionResources List<GetApplianceBackupPolicyPermissionResource>
protocol String
Communication protocol used by the file server (e.g. scp, sftp, or CIFS).* scp - Secure Copy Protocol (SCP) to access the file server.* sftp - SSH File Transfer Protocol (SFTP) to access file server.* cifs - Common Internet File System (CIFS) Protocol to access file server.
remoteHost String
Hostname of the remote file server.
remotePath String
File server directory or share name to copy the file.
remotePort Double
Remote TCP port on the file server (e.g. 22 for scp).
retentionCount Double
The number of backups before earliest backup is overwritten. Requires cleanup policy to be enabled.
retentionPolicyEnabled Boolean
If backup rotate policy is set, older backups will automatically be overwritten. The number of backups before overwriting is defined by the retentionCount property.
schedule GetApplianceBackupPolicySchedule
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.
tags List<GetApplianceBackupPolicyTag>
username String
Username to authenticate the fileserver.
versionContext GetApplianceBackupPolicyVersionContext
account GetApplianceBackupPolicyAccount
accountMoid string
The Account ID for this managed object.
additionalProperties string
ancestors GetApplianceBackupPolicyAncestor[]
backupTime string
The next backup time set by the backup scheduler. Backup scheduler calculates the next backup time with the user-defined schedule set in the Schedule field.
classId string
createTime string
The time when this managed object was created.
domainGroupMoid string
The DomainGroup ID for this managed object.
filename string
Backup filename to backup or restore.
id string
isPasswordSet boolean
Indicates whether the value of the 'password' property has been set.
manualBackup boolean
Backup mode of the appliance. Automatic backups of the appliance are not initiated if this property is set to 'true' and the backup schedule field is ignored.
modTime string
The time when this managed object was last modified.
moid string
The unique identifier of this Managed Object instance.
objectType string
owners string[]
parent GetApplianceBackupPolicyParent
password string
Password to authenticate the file server.
permissionResources GetApplianceBackupPolicyPermissionResource[]
protocol string
Communication protocol used by the file server (e.g. scp, sftp, or CIFS).* scp - Secure Copy Protocol (SCP) to access the file server.* sftp - SSH File Transfer Protocol (SFTP) to access file server.* cifs - Common Internet File System (CIFS) Protocol to access file server.
remoteHost string
Hostname of the remote file server.
remotePath string
File server directory or share name to copy the file.
remotePort number
Remote TCP port on the file server (e.g. 22 for scp).
retentionCount number
The number of backups before earliest backup is overwritten. Requires cleanup policy to be enabled.
retentionPolicyEnabled boolean
If backup rotate policy is set, older backups will automatically be overwritten. The number of backups before overwriting is defined by the retentionCount property.
schedule GetApplianceBackupPolicySchedule
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.
tags GetApplianceBackupPolicyTag[]
username string
Username to authenticate the fileserver.
versionContext GetApplianceBackupPolicyVersionContext
account GetApplianceBackupPolicyAccount
account_moid str
The Account ID for this managed object.
additional_properties str
ancestors Sequence[GetApplianceBackupPolicyAncestor]
backup_time str
The next backup time set by the backup scheduler. Backup scheduler calculates the next backup time with the user-defined schedule set in the Schedule field.
class_id str
create_time str
The time when this managed object was created.
domain_group_moid str
The DomainGroup ID for this managed object.
filename str
Backup filename to backup or restore.
id str
is_password_set bool
Indicates whether the value of the 'password' property has been set.
manual_backup bool
Backup mode of the appliance. Automatic backups of the appliance are not initiated if this property is set to 'true' and the backup schedule field is ignored.
mod_time str
The time when this managed object was last modified.
moid str
The unique identifier of this Managed Object instance.
object_type str
owners Sequence[str]
parent GetApplianceBackupPolicyParent
password str
Password to authenticate the file server.
permission_resources Sequence[GetApplianceBackupPolicyPermissionResource]
protocol str
Communication protocol used by the file server (e.g. scp, sftp, or CIFS).* scp - Secure Copy Protocol (SCP) to access the file server.* sftp - SSH File Transfer Protocol (SFTP) to access file server.* cifs - Common Internet File System (CIFS) Protocol to access file server.
remote_host str
Hostname of the remote file server.
remote_path str
File server directory or share name to copy the file.
remote_port float
Remote TCP port on the file server (e.g. 22 for scp).
retention_count float
The number of backups before earliest backup is overwritten. Requires cleanup policy to be enabled.
retention_policy_enabled bool
If backup rotate policy is set, older backups will automatically be overwritten. The number of backups before overwriting is defined by the retentionCount property.
schedule GetApplianceBackupPolicySchedule
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.
tags Sequence[GetApplianceBackupPolicyTag]
username str
Username to authenticate the fileserver.
version_context GetApplianceBackupPolicyVersionContext
account Property Map
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<Property Map>
backupTime String
The next backup time set by the backup scheduler. Backup scheduler calculates the next backup time with the user-defined schedule set in the Schedule field.
classId String
createTime String
The time when this managed object was created.
domainGroupMoid String
The DomainGroup ID for this managed object.
filename String
Backup filename to backup or restore.
id String
isPasswordSet Boolean
Indicates whether the value of the 'password' property has been set.
manualBackup Boolean
Backup mode of the appliance. Automatic backups of the appliance are not initiated if this property is set to 'true' and the backup schedule field is ignored.
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
objectType String
owners List<String>
parent Property Map
password String
Password to authenticate the file server.
permissionResources List<Property Map>
protocol String
Communication protocol used by the file server (e.g. scp, sftp, or CIFS).* scp - Secure Copy Protocol (SCP) to access the file server.* sftp - SSH File Transfer Protocol (SFTP) to access file server.* cifs - Common Internet File System (CIFS) Protocol to access file server.
remoteHost String
Hostname of the remote file server.
remotePath String
File server directory or share name to copy the file.
remotePort Number
Remote TCP port on the file server (e.g. 22 for scp).
retentionCount Number
The number of backups before earliest backup is overwritten. Requires cleanup policy to be enabled.
retentionPolicyEnabled Boolean
If backup rotate policy is set, older backups will automatically be overwritten. The number of backups before overwriting is defined by the retentionCount property.
schedule 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.
tags List<Property Map>
username String
Username to authenticate the fileserver.
versionContext Property Map

getApplianceBackupPolicy Result

The following output properties are available:

Supporting Types

GetApplianceBackupPolicyAccount

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'.

GetApplianceBackupPolicyAncestor

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'.

GetApplianceBackupPolicyParent

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'.

GetApplianceBackupPolicyPermissionResource

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'.

GetApplianceBackupPolicyResult

AccountMoid This property is required. string
The Account ID for this managed object.
Accounts This property is required. List<GetApplianceBackupPolicyResultAccount>
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetApplianceBackupPolicyResultAncestor>
BackupTime This property is required. string
The next backup time set by the backup scheduler. Backup scheduler calculates the next backup time with the user-defined schedule set in the Schedule field.
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
Filename This property is required. string
Backup filename to backup or restore.
IsPasswordSet This property is required. bool
Indicates whether the value of the 'password' property has been set.
ManualBackup This property is required. bool
Backup mode of the appliance. Automatic backups of the appliance are not initiated if this property is set to 'true' and the backup schedule field is ignored.
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.
ObjectType This property is required. string
Owners This property is required. List<string>
Parents This property is required. List<GetApplianceBackupPolicyResultParent>
Password This property is required. string
Password to authenticate the file server.
PermissionResources This property is required. List<GetApplianceBackupPolicyResultPermissionResource>
Protocol This property is required. string
Communication protocol used by the file server (e.g. scp, sftp, or CIFS).* scp - Secure Copy Protocol (SCP) to access the file server.* sftp - SSH File Transfer Protocol (SFTP) to access file server.* cifs - Common Internet File System (CIFS) Protocol to access file server.
RemoteHost This property is required. string
Hostname of the remote file server.
RemotePath This property is required. string
File server directory or share name to copy the file.
RemotePort This property is required. double
Remote TCP port on the file server (e.g. 22 for scp).
RetentionCount This property is required. double
The number of backups before earliest backup is overwritten. Requires cleanup policy to be enabled.
RetentionPolicyEnabled This property is required. bool
If backup rotate policy is set, older backups will automatically be overwritten. The number of backups before overwriting is defined by the retentionCount property.
Schedules This property is required. List<GetApplianceBackupPolicyResultSchedule>
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.
Tags This property is required. List<GetApplianceBackupPolicyResultTag>
Username This property is required. string
Username to authenticate the fileserver.
VersionContexts This property is required. List<GetApplianceBackupPolicyResultVersionContext>
AccountMoid This property is required. string
The Account ID for this managed object.
Accounts This property is required. []GetApplianceBackupPolicyResultAccount
AdditionalProperties This property is required. string
Ancestors This property is required. []GetApplianceBackupPolicyResultAncestor
BackupTime This property is required. string
The next backup time set by the backup scheduler. Backup scheduler calculates the next backup time with the user-defined schedule set in the Schedule field.
ClassId This property is required. string
CreateTime This property is required. string
The time when this managed object was created.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
Filename This property is required. string
Backup filename to backup or restore.
IsPasswordSet This property is required. bool
Indicates whether the value of the 'password' property has been set.
ManualBackup This property is required. bool
Backup mode of the appliance. Automatic backups of the appliance are not initiated if this property is set to 'true' and the backup schedule field is ignored.
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.
ObjectType This property is required. string
Owners This property is required. []string
Parents This property is required. []GetApplianceBackupPolicyResultParent
Password This property is required. string
Password to authenticate the file server.
PermissionResources This property is required. []GetApplianceBackupPolicyResultPermissionResource
Protocol This property is required. string
Communication protocol used by the file server (e.g. scp, sftp, or CIFS).* scp - Secure Copy Protocol (SCP) to access the file server.* sftp - SSH File Transfer Protocol (SFTP) to access file server.* cifs - Common Internet File System (CIFS) Protocol to access file server.
RemoteHost This property is required. string
Hostname of the remote file server.
RemotePath This property is required. string
File server directory or share name to copy the file.
RemotePort This property is required. float64
Remote TCP port on the file server (e.g. 22 for scp).
RetentionCount This property is required. float64
The number of backups before earliest backup is overwritten. Requires cleanup policy to be enabled.
RetentionPolicyEnabled This property is required. bool
If backup rotate policy is set, older backups will automatically be overwritten. The number of backups before overwriting is defined by the retentionCount property.
Schedules This property is required. []GetApplianceBackupPolicyResultSchedule
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.
Tags This property is required. []GetApplianceBackupPolicyResultTag
Username This property is required. string
Username to authenticate the fileserver.
VersionContexts This property is required. []GetApplianceBackupPolicyResultVersionContext
accountMoid This property is required. String
The Account ID for this managed object.
accounts This property is required. List<GetApplianceBackupPolicyResultAccount>
additionalProperties This property is required. String
ancestors This property is required. List<GetApplianceBackupPolicyResultAncestor>
backupTime This property is required. String
The next backup time set by the backup scheduler. Backup scheduler calculates the next backup time with the user-defined schedule set in the Schedule field.
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
filename This property is required. String
Backup filename to backup or restore.
isPasswordSet This property is required. Boolean
Indicates whether the value of the 'password' property has been set.
manualBackup This property is required. Boolean
Backup mode of the appliance. Automatic backups of the appliance are not initiated if this property is set to 'true' and the backup schedule field is ignored.
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.
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<GetApplianceBackupPolicyResultParent>
password This property is required. String
Password to authenticate the file server.
permissionResources This property is required. List<GetApplianceBackupPolicyResultPermissionResource>
protocol This property is required. String
Communication protocol used by the file server (e.g. scp, sftp, or CIFS).* scp - Secure Copy Protocol (SCP) to access the file server.* sftp - SSH File Transfer Protocol (SFTP) to access file server.* cifs - Common Internet File System (CIFS) Protocol to access file server.
remoteHost This property is required. String
Hostname of the remote file server.
remotePath This property is required. String
File server directory or share name to copy the file.
remotePort This property is required. Double
Remote TCP port on the file server (e.g. 22 for scp).
retentionCount This property is required. Double
The number of backups before earliest backup is overwritten. Requires cleanup policy to be enabled.
retentionPolicyEnabled This property is required. Boolean
If backup rotate policy is set, older backups will automatically be overwritten. The number of backups before overwriting is defined by the retentionCount property.
schedules This property is required. List<GetApplianceBackupPolicyResultSchedule>
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.
tags This property is required. List<GetApplianceBackupPolicyResultTag>
username This property is required. String
Username to authenticate the fileserver.
versionContexts This property is required. List<GetApplianceBackupPolicyResultVersionContext>
accountMoid This property is required. string
The Account ID for this managed object.
accounts This property is required. GetApplianceBackupPolicyResultAccount[]
additionalProperties This property is required. string
ancestors This property is required. GetApplianceBackupPolicyResultAncestor[]
backupTime This property is required. string
The next backup time set by the backup scheduler. Backup scheduler calculates the next backup time with the user-defined schedule set in the Schedule field.
classId This property is required. string
createTime This property is required. string
The time when this managed object was created.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
filename This property is required. string
Backup filename to backup or restore.
isPasswordSet This property is required. boolean
Indicates whether the value of the 'password' property has been set.
manualBackup This property is required. boolean
Backup mode of the appliance. Automatic backups of the appliance are not initiated if this property is set to 'true' and the backup schedule field is ignored.
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.
objectType This property is required. string
owners This property is required. string[]
parents This property is required. GetApplianceBackupPolicyResultParent[]
password This property is required. string
Password to authenticate the file server.
permissionResources This property is required. GetApplianceBackupPolicyResultPermissionResource[]
protocol This property is required. string
Communication protocol used by the file server (e.g. scp, sftp, or CIFS).* scp - Secure Copy Protocol (SCP) to access the file server.* sftp - SSH File Transfer Protocol (SFTP) to access file server.* cifs - Common Internet File System (CIFS) Protocol to access file server.
remoteHost This property is required. string
Hostname of the remote file server.
remotePath This property is required. string
File server directory or share name to copy the file.
remotePort This property is required. number
Remote TCP port on the file server (e.g. 22 for scp).
retentionCount This property is required. number
The number of backups before earliest backup is overwritten. Requires cleanup policy to be enabled.
retentionPolicyEnabled This property is required. boolean
If backup rotate policy is set, older backups will automatically be overwritten. The number of backups before overwriting is defined by the retentionCount property.
schedules This property is required. GetApplianceBackupPolicyResultSchedule[]
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.
tags This property is required. GetApplianceBackupPolicyResultTag[]
username This property is required. string
Username to authenticate the fileserver.
versionContexts This property is required. GetApplianceBackupPolicyResultVersionContext[]
account_moid This property is required. str
The Account ID for this managed object.
accounts This property is required. Sequence[GetApplianceBackupPolicyResultAccount]
additional_properties This property is required. str
ancestors This property is required. Sequence[GetApplianceBackupPolicyResultAncestor]
backup_time This property is required. str
The next backup time set by the backup scheduler. Backup scheduler calculates the next backup time with the user-defined schedule set in the Schedule field.
class_id This property is required. str
create_time This property is required. str
The time when this managed object was created.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
filename This property is required. str
Backup filename to backup or restore.
is_password_set This property is required. bool
Indicates whether the value of the 'password' property has been set.
manual_backup This property is required. bool
Backup mode of the appliance. Automatic backups of the appliance are not initiated if this property is set to 'true' and the backup schedule field is ignored.
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.
object_type This property is required. str
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetApplianceBackupPolicyResultParent]
password This property is required. str
Password to authenticate the file server.
permission_resources This property is required. Sequence[GetApplianceBackupPolicyResultPermissionResource]
protocol This property is required. str
Communication protocol used by the file server (e.g. scp, sftp, or CIFS).* scp - Secure Copy Protocol (SCP) to access the file server.* sftp - SSH File Transfer Protocol (SFTP) to access file server.* cifs - Common Internet File System (CIFS) Protocol to access file server.
remote_host This property is required. str
Hostname of the remote file server.
remote_path This property is required. str
File server directory or share name to copy the file.
remote_port This property is required. float
Remote TCP port on the file server (e.g. 22 for scp).
retention_count This property is required. float
The number of backups before earliest backup is overwritten. Requires cleanup policy to be enabled.
retention_policy_enabled This property is required. bool
If backup rotate policy is set, older backups will automatically be overwritten. The number of backups before overwriting is defined by the retentionCount property.
schedules This property is required. Sequence[GetApplianceBackupPolicyResultSchedule]
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.
tags This property is required. Sequence[GetApplianceBackupPolicyResultTag]
username This property is required. str
Username to authenticate the fileserver.
version_contexts This property is required. Sequence[GetApplianceBackupPolicyResultVersionContext]
accountMoid This property is required. String
The Account ID for this managed object.
accounts This property is required. List<Property Map>
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
backupTime This property is required. String
The next backup time set by the backup scheduler. Backup scheduler calculates the next backup time with the user-defined schedule set in the Schedule field.
classId This property is required. String
createTime This property is required. String
The time when this managed object was created.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
filename This property is required. String
Backup filename to backup or restore.
isPasswordSet This property is required. Boolean
Indicates whether the value of the 'password' property has been set.
manualBackup This property is required. Boolean
Backup mode of the appliance. Automatic backups of the appliance are not initiated if this property is set to 'true' and the backup schedule field is ignored.
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.
objectType This property is required. String
owners This property is required. List<String>
parents This property is required. List<Property Map>
password This property is required. String
Password to authenticate the file server.
permissionResources This property is required. List<Property Map>
protocol This property is required. String
Communication protocol used by the file server (e.g. scp, sftp, or CIFS).* scp - Secure Copy Protocol (SCP) to access the file server.* sftp - SSH File Transfer Protocol (SFTP) to access file server.* cifs - Common Internet File System (CIFS) Protocol to access file server.
remoteHost This property is required. String
Hostname of the remote file server.
remotePath This property is required. String
File server directory or share name to copy the file.
remotePort This property is required. Number
Remote TCP port on the file server (e.g. 22 for scp).
retentionCount This property is required. Number
The number of backups before earliest backup is overwritten. Requires cleanup policy to be enabled.
retentionPolicyEnabled This property is required. Boolean
If backup rotate policy is set, older backups will automatically be overwritten. The number of backups before overwriting is defined by the retentionCount property.
schedules 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.
tags This property is required. List<Property Map>
username This property is required. String
Username to authenticate the fileserver.
versionContexts This property is required. List<Property Map>

GetApplianceBackupPolicyResultAccount

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

GetApplianceBackupPolicyResultAncestor

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

GetApplianceBackupPolicyResultParent

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

GetApplianceBackupPolicyResultPermissionResource

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

GetApplianceBackupPolicyResultSchedule

AdditionalProperties This property is required. string
ClassId This property is required. string
DayOfMonth This property is required. double
DayOfWeek This property is required. double
MonthOfYear This property is required. double
ObjectType This property is required. string
RepeatInterval This property is required. double
TimeOfDay This property is required. double
TimeZone This property is required. string
WeekOfMonth This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
DayOfMonth This property is required. float64
DayOfWeek This property is required. float64
MonthOfYear This property is required. float64
ObjectType This property is required. string
RepeatInterval This property is required. float64
TimeOfDay This property is required. float64
TimeZone This property is required. string
WeekOfMonth This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
dayOfMonth This property is required. Double
dayOfWeek This property is required. Double
monthOfYear This property is required. Double
objectType This property is required. String
repeatInterval This property is required. Double
timeOfDay This property is required. Double
timeZone This property is required. String
weekOfMonth This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
dayOfMonth This property is required. number
dayOfWeek This property is required. number
monthOfYear This property is required. number
objectType This property is required. string
repeatInterval This property is required. number
timeOfDay This property is required. number
timeZone This property is required. string
weekOfMonth This property is required. number
additional_properties This property is required. str
class_id This property is required. str
day_of_month This property is required. float
day_of_week This property is required. float
month_of_year This property is required. float
object_type This property is required. str
repeat_interval This property is required. float
time_of_day This property is required. float
time_zone This property is required. str
week_of_month This property is required. float
additionalProperties This property is required. String
classId This property is required. String
dayOfMonth This property is required. Number
dayOfWeek This property is required. Number
monthOfYear This property is required. Number
objectType This property is required. String
repeatInterval This property is required. Number
timeOfDay This property is required. Number
timeZone This property is required. String
weekOfMonth This property is required. Number

GetApplianceBackupPolicyResultTag

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

GetApplianceBackupPolicyResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetApplianceBackupPolicyResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetApplianceBackupPolicyResultVersionContextRefMo>
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. []GetApplianceBackupPolicyResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetApplianceBackupPolicyResultVersionContextRefMo
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<GetApplianceBackupPolicyResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetApplianceBackupPolicyResultVersionContextRefMo>
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. GetApplianceBackupPolicyResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetApplianceBackupPolicyResultVersionContextRefMo[]
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[GetApplianceBackupPolicyResultVersionContextInterestedMo]
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[GetApplianceBackupPolicyResultVersionContextRefMo]
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

GetApplianceBackupPolicyResultVersionContextInterestedMo

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

GetApplianceBackupPolicyResultVersionContextRefMo

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

GetApplianceBackupPolicySchedule

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.
DayOfMonth double
Schedule a task on a specific day of the month. Valid values are 1 through 31. If monthOfYear is specified, then dayOfMonth value must be valid for that month. DayOfMonth may not be set when dayOfWeek is specfied.
DayOfWeek double
Schedule a task on a specific day of the week. Valid values are 1 through 7, with 1 being Sunday. DayOfWeek may not be specfied when dayOfMonth is specified.
MonthOfYear double
Schedule a task on a specific month of the year. Valid values are 1 through 12, with 1 being January.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RepeatInterval double
Schedule a task to run periodically at an interval. Default unit of the RepeatInterval is in minutes. If the RepeateInterval value is set, then all other properties are ignored by the scheduler. RepeateInterval constraints are enforced by the services that use the schedule. Each service has pre-configured service specific properties for enforcing minimum and maximum values of the RepeatInterval.
TimeOfDay double
Time of the day in seconds. TimeOfDay is required for all schedule configurations, except when the RepeateInterval field is specified.
TimeZone string
Timezone to use for the schedule calculation. If a timezone value is not speficied, then the schedule calculation will be based on UTC.

  • 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 -
WeekOfMonth double
Schedule a task on a specific week of the month. Valid values are 1 through 5. Value of 5 means last week of the month. WeekOfMonth may not be set when dayOfMonth is specified.
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.
DayOfMonth float64
Schedule a task on a specific day of the month. Valid values are 1 through 31. If monthOfYear is specified, then dayOfMonth value must be valid for that month. DayOfMonth may not be set when dayOfWeek is specfied.
DayOfWeek float64
Schedule a task on a specific day of the week. Valid values are 1 through 7, with 1 being Sunday. DayOfWeek may not be specfied when dayOfMonth is specified.
MonthOfYear float64
Schedule a task on a specific month of the year. Valid values are 1 through 12, with 1 being January.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
RepeatInterval float64
Schedule a task to run periodically at an interval. Default unit of the RepeatInterval is in minutes. If the RepeateInterval value is set, then all other properties are ignored by the scheduler. RepeateInterval constraints are enforced by the services that use the schedule. Each service has pre-configured service specific properties for enforcing minimum and maximum values of the RepeatInterval.
TimeOfDay float64
Time of the day in seconds. TimeOfDay is required for all schedule configurations, except when the RepeateInterval field is specified.
TimeZone string
Timezone to use for the schedule calculation. If a timezone value is not speficied, then the schedule calculation will be based on UTC.

  • 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 -
WeekOfMonth float64
Schedule a task on a specific week of the month. Valid values are 1 through 5. Value of 5 means last week of the month. WeekOfMonth may not be set when dayOfMonth is specified.
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.
dayOfMonth Double
Schedule a task on a specific day of the month. Valid values are 1 through 31. If monthOfYear is specified, then dayOfMonth value must be valid for that month. DayOfMonth may not be set when dayOfWeek is specfied.
dayOfWeek Double
Schedule a task on a specific day of the week. Valid values are 1 through 7, with 1 being Sunday. DayOfWeek may not be specfied when dayOfMonth is specified.
monthOfYear Double
Schedule a task on a specific month of the year. Valid values are 1 through 12, with 1 being January.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
repeatInterval Double
Schedule a task to run periodically at an interval. Default unit of the RepeatInterval is in minutes. If the RepeateInterval value is set, then all other properties are ignored by the scheduler. RepeateInterval constraints are enforced by the services that use the schedule. Each service has pre-configured service specific properties for enforcing minimum and maximum values of the RepeatInterval.
timeOfDay Double
Time of the day in seconds. TimeOfDay is required for all schedule configurations, except when the RepeateInterval field is specified.
timeZone String
Timezone to use for the schedule calculation. If a timezone value is not speficied, then the schedule calculation will be based on UTC.

  • 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 -
weekOfMonth Double
Schedule a task on a specific week of the month. Valid values are 1 through 5. Value of 5 means last week of the month. WeekOfMonth may not be set when dayOfMonth is specified.
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.
dayOfMonth number
Schedule a task on a specific day of the month. Valid values are 1 through 31. If monthOfYear is specified, then dayOfMonth value must be valid for that month. DayOfMonth may not be set when dayOfWeek is specfied.
dayOfWeek number
Schedule a task on a specific day of the week. Valid values are 1 through 7, with 1 being Sunday. DayOfWeek may not be specfied when dayOfMonth is specified.
monthOfYear number
Schedule a task on a specific month of the year. Valid values are 1 through 12, with 1 being January.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
repeatInterval number
Schedule a task to run periodically at an interval. Default unit of the RepeatInterval is in minutes. If the RepeateInterval value is set, then all other properties are ignored by the scheduler. RepeateInterval constraints are enforced by the services that use the schedule. Each service has pre-configured service specific properties for enforcing minimum and maximum values of the RepeatInterval.
timeOfDay number
Time of the day in seconds. TimeOfDay is required for all schedule configurations, except when the RepeateInterval field is specified.
timeZone string
Timezone to use for the schedule calculation. If a timezone value is not speficied, then the schedule calculation will be based on UTC.

  • 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 -
weekOfMonth number
Schedule a task on a specific week of the month. Valid values are 1 through 5. Value of 5 means last week of the month. WeekOfMonth may not be set when dayOfMonth is specified.
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.
day_of_month float
Schedule a task on a specific day of the month. Valid values are 1 through 31. If monthOfYear is specified, then dayOfMonth value must be valid for that month. DayOfMonth may not be set when dayOfWeek is specfied.
day_of_week float
Schedule a task on a specific day of the week. Valid values are 1 through 7, with 1 being Sunday. DayOfWeek may not be specfied when dayOfMonth is specified.
month_of_year float
Schedule a task on a specific month of the year. Valid values are 1 through 12, with 1 being January.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
repeat_interval float
Schedule a task to run periodically at an interval. Default unit of the RepeatInterval is in minutes. If the RepeateInterval value is set, then all other properties are ignored by the scheduler. RepeateInterval constraints are enforced by the services that use the schedule. Each service has pre-configured service specific properties for enforcing minimum and maximum values of the RepeatInterval.
time_of_day float
Time of the day in seconds. TimeOfDay is required for all schedule configurations, except when the RepeateInterval field is specified.
time_zone str
Timezone to use for the schedule calculation. If a timezone value is not speficied, then the schedule calculation will be based on UTC.

  • 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 -
week_of_month float
Schedule a task on a specific week of the month. Valid values are 1 through 5. Value of 5 means last week of the month. WeekOfMonth may not be set when dayOfMonth is specified.
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.
dayOfMonth Number
Schedule a task on a specific day of the month. Valid values are 1 through 31. If monthOfYear is specified, then dayOfMonth value must be valid for that month. DayOfMonth may not be set when dayOfWeek is specfied.
dayOfWeek Number
Schedule a task on a specific day of the week. Valid values are 1 through 7, with 1 being Sunday. DayOfWeek may not be specfied when dayOfMonth is specified.
monthOfYear Number
Schedule a task on a specific month of the year. Valid values are 1 through 12, with 1 being January.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
repeatInterval Number
Schedule a task to run periodically at an interval. Default unit of the RepeatInterval is in minutes. If the RepeateInterval value is set, then all other properties are ignored by the scheduler. RepeateInterval constraints are enforced by the services that use the schedule. Each service has pre-configured service specific properties for enforcing minimum and maximum values of the RepeatInterval.
timeOfDay Number
Time of the day in seconds. TimeOfDay is required for all schedule configurations, except when the RepeateInterval field is specified.
timeZone String
Timezone to use for the schedule calculation. If a timezone value is not speficied, then the schedule calculation will be based on UTC.

  • 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 -
weekOfMonth Number
Schedule a task on a specific week of the month. Valid values are 1 through 5. Value of 5 means last week of the month. WeekOfMonth may not be set when dayOfMonth is specified.

GetApplianceBackupPolicyTag

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.

GetApplianceBackupPolicyVersionContext

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<GetApplianceBackupPolicyVersionContextInterestedMo>
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 GetApplianceBackupPolicyVersionContextRefMo
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 []GetApplianceBackupPolicyVersionContextInterestedMo
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 GetApplianceBackupPolicyVersionContextRefMo
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<GetApplianceBackupPolicyVersionContextInterestedMo>
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 GetApplianceBackupPolicyVersionContextRefMo
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 GetApplianceBackupPolicyVersionContextInterestedMo[]
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 GetApplianceBackupPolicyVersionContextRefMo
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[GetApplianceBackupPolicyVersionContextInterestedMo]
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 GetApplianceBackupPolicyVersionContextRefMo
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.

GetApplianceBackupPolicyVersionContextInterestedMo

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'.

GetApplianceBackupPolicyVersionContextRefMo

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.