Difference between revisions of "Management API - Function Reference"

[unchecked revision][checked revision]
(44 intermediate revisions by 3 users not shown)
Line 189: Line 189:
 
== CreateLicenseRequest ==
 
== CreateLicenseRequest ==
 
Create and return data of a license request.
 
Create and return data of a license request.
 
=== Arguments ===
 
{| class="wikitable"
 
! width=150px | Name
 
! width=120px | Type
 
! Description
 
|}
 
  
 
== CreateStore ==
 
== CreateStore ==
Line 262: Line 255:
  
 
=== Argument Values ===
 
=== Argument Values ===
 +
 +
==== config ====
 +
<source lang="js" smart-tabs="true" toolbar="false" gutter="false">
 +
{
 +
  "userName" : string,
 +
  "fullName" : string,
 +
  "emailAddress" : string
 +
}
 +
</source>
  
 
== DeleteClientAccessServer ==
 
== DeleteClientAccessServer ==
Line 398: Line 400:
  
 
== GetArchiveAdminEnabled ==
 
== GetArchiveAdminEnabled ==
Get currrent state of archive admin access.
+
Get current state of archive admin access.
  
 
=== Arguments ===
 
=== Arguments ===
Line 430: Line 432:
  
 
=== Argument Values ===
 
=== Argument Values ===
 +
 +
==== serverNameFilter ====
 +
{| class="wikitable"
 +
! width=270px | Name
 +
! Description
 +
|-
 +
| <tt>null</tt>
 +
| All servers
 +
|-
 +
| <tt>serverName</tt>
 +
| Only the given serverName. Must match exactly.
 +
|}
  
 
== GetDirectoriesOnInstanceHost ==
 
== GetDirectoriesOnInstanceHost ==
Line 451: Line 465:
 
== GetEnvironmentInfo ==
 
== GetEnvironmentInfo ==
 
Return general information about SPE environment.
 
Return general information about SPE environment.
 +
 +
== GetIndexConfiguration ==
 +
Get list of attachment file types to index.
  
 
=== Arguments ===
 
=== Arguments ===
Line 457: Line 474:
 
! width=120px | Type
 
! width=120px | Type
 
! Description
 
! Description
|}
+
|-
 
 
== GetIndexConfiguration ==
 
Get list of attachment file types to index.
 
 
 
=== Arguments ===
 
{| class="wikitable"
 
! width=150px | Name
 
! width=120px | Type
 
! Description
 
|-
 
 
| <tt>instanceID</tt>
 
| <tt>instanceID</tt>
 
| string  
 
| string  
Line 582: Line 589:
 
== GetServiceStatus ==
 
== GetServiceStatus ==
 
Get current status of all SPE services.
 
Get current status of all SPE services.
 
=== Arguments ===
 
{| class="wikitable"
 
! width=150px | Name
 
! width=120px | Type
 
! Description
 
|}
 
  
 
== GetStoreAutoCreateConfiguration ==
 
== GetStoreAutoCreateConfiguration ==
Line 603: Line 603:
 
| Unique ID of MailStore instance in which this command is invoked.
 
| Unique ID of MailStore instance in which this command is invoked.
 
|}
 
|}
 +
 +
== GetSystemSmtpConfiguration ==
 +
Get current system wide SMTP configuration.
  
 
== GetStores ==
 
== GetStores ==
Line 620: Line 623:
 
== GetSystemAdministrators ==
 
== GetSystemAdministrators ==
 
Get list of system administrators.
 
Get list of system administrators.
 
=== Arguments ===
 
{| class="wikitable"
 
! width=150px | Name
 
! width=120px | Type
 
! Description
 
|}
 
  
 
== MaintainFileSystemDatabases ==
 
== MaintainFileSystemDatabases ==
Line 692: Line 688:
 
=== Argument Values ===
 
=== Argument Values ===
  
== Ping ==
+
==== serverType ====
Send a keep alive packet.
+
{| class="wikitable"
 
+
! width=270px | Name
=== Arguments ===
 
{| class="wikitable"
 
! width=150px | Name
 
! width=120px | Type
 
 
! Description
 
! Description
 +
|-
 +
| <tt>instanceHost</tt>
 +
| Pairing an Instance Host.
 +
|-
 +
| <tt>clientAccessServer</tt>
 +
| Pairing a Client Access Server.
 
|}
 
|}
 +
 +
== Ping ==
 +
Send a keep alive packet.
  
 
== RebuildSelectedStoreIndexes ==
 
== RebuildSelectedStoreIndexes ==
Line 716: Line 717:
 
|}
 
|}
  
== RefreshAllStoreStatistics ==
+
== RecoverStore ==
Refresh archive store statistics.
+
Recreates a broken Firebird database from recovery records. The archive store must have been upgraded to the latest version and the recovery records must not be corrupt. The archive store must be in the ''Disabled'' or ''Error'' state.
  
 
=== Arguments ===
 
=== Arguments ===
Line 726: Line 727:
 
|-
 
|-
 
| <tt>instanceID</tt>
 
| <tt>instanceID</tt>
| string  
+
| string
 
| Unique ID of MailStore instance in which this command is invoked.
 
| Unique ID of MailStore instance in which this command is invoked.
 +
|-
 +
| <tt>id</tt>
 +
| number
 +
| Unique ID of archive store.
 +
|-
 +
| <tt>encryptionKey</tt>
 +
| string (optional)
 +
| Encryption key of the archive store.
 
|}
 
|}
  
== RenameStore ==
+
== RecreateRecoveryRecords ==
Rename archvive store
+
Recreates broken Recovery Records of an archive store. Use ''VerifyStore'' to verify the state of the Recovery Records.
  
 
=== Arguments ===
 
=== Arguments ===
Line 740: Line 749:
 
|-
 
|-
 
| <tt>instanceID</tt>
 
| <tt>instanceID</tt>
| string  
+
| string
 
| Unique ID of MailStore instance in which this command is invoked.
 
| Unique ID of MailStore instance in which this command is invoked.
 
|-
 
|-
Line 746: Line 755:
 
| number  
 
| number  
 
| Unique ID of archive store.
 
| Unique ID of archive store.
|-
 
| <tt>name</tt>
 
| string
 
| New name of archive store.
 
 
|}
 
|}
  
== RestartInstances ==
+
== RefreshAllStoreStatistics ==
Restart one or multiple instances.
+
Refresh archive store statistics.
  
 
=== Arguments ===
 
=== Arguments ===
Line 761: Line 766:
 
! Description
 
! Description
 
|-
 
|-
| <tt>instanceFilter</tt>
+
| <tt>instanceID</tt>
 
| string  
 
| string  
| Instance filter string.
+
| Unique ID of MailStore instance in which this command is invoked.
 
|}
 
|}
  
=== Argument Values ===
+
== ReloadBranding ==
 +
Reloads the SPE branding information from the filesystem. Newly connected clients are getting the updated branding.
 +
 
 +
== RenameStore ==
 +
Rename archive store
  
==== instanceFilter ====
+
=== Arguments ===
 
{| class="wikitable"
 
{| class="wikitable"
! width=270px | Name
+
! width=150px | Name
 +
! width=120px | Type
 
! Description
 
! Description
 
|-
 
|-
| <tt>*</tt>
+
| <tt>instanceID</tt>
| All instances
+
| string
 +
| Unique ID of MailStore instance in which this command is invoked.
 
|-
 
|-
| <tt>instance01 instance02 instance03</tt>
+
| <tt>id</tt>
| instance01, instance02 and instance03
+
| number
 +
| Unique ID of archive store.
 
|-
 
|-
| <tt>*instancehost01 *instancehost02</tt>
+
| <tt>name</tt>
| All instances on instancehost1 and instancehost2
+
| string
|-
+
| New name of archive store.
| <tt>* .running</tt>
 
| All running instances
 
|-
 
| <tt>* .stopped</tt>
 
| All stopped instances
 
 
|}
 
|}
  
== RetryOpenStores ==
+
== RestartInstances ==
Retry opening stores that failed previously
+
Restart one or multiple instances.
  
 
=== Arguments ===
 
=== Arguments ===
Line 798: Line 805:
 
! Description
 
! Description
 
|-
 
|-
| <tt>instanceID</tt>
+
| <tt>instanceFilter</tt>
 
| string  
 
| string  
| Unique ID of MailStore instance in which this command is invoked.
+
| Instance filter string.
 
|}
 
|}
  
== SelectAllStoreIndexesForRebuild ==
+
=== Argument Values ===
Select all archive store for rebuild.
 
  
=== Arguments ===
+
==== instanceFilter ====
 
{| class="wikitable"
 
{| class="wikitable"
! width=150px | Name
+
! width=270px | Name
! width=120px | Type
 
 
! Description
 
! Description
 
|-
 
|-
| <tt>instanceID</tt>
+
| <tt>*</tt>
| string
+
| All instances
| Unique ID of MailStore instance in which this command is invoked.
+
|-
|}
+
| <tt>instance01 instance02 instance03</tt>
 +
| instance01, instance02 and instance03
 +
|-
 +
| <tt>*instancehost01 *instancehost02</tt>
 +
| All instances on instancehost1 and instancehost2
 +
|-
 +
| <tt>* .running</tt>
 +
| All running instances
 +
|-
 +
| <tt>* .stopped</tt>
 +
| All stopped instances
 +
|}
  
== SetArchiveAdminEnabled ==
+
== RetryOpenStores ==
Enable or disable archive admin access.
+
Retry opening stores that failed previously
  
 
=== Arguments ===
 
=== Arguments ===
Line 829: Line 845:
 
| string  
 
| string  
 
| Unique ID of MailStore instance in which this command is invoked.
 
| Unique ID of MailStore instance in which this command is invoked.
|-
 
| <tt>enabled</tt>
 
| bool
 
| Enable or disable flag.
 
 
|}
 
|}
  
== SetClientAccessServerConfiguration ==
+
== SelectAllStoreIndexesForRebuild ==
Set the configuration of a Client Access Server.
+
Select all archive store for rebuild.
  
 
=== Arguments ===
 
=== Arguments ===
Line 844: Line 856:
 
! Description
 
! Description
 
|-
 
|-
| <tt>config</tt>
+
| <tt>instanceID</tt>
| json
+
| string
| Client Access Server configuration.
+
| Unique ID of MailStore instance in which this command is invoked.
 
|}
 
|}
  
=== Argument Values ===
+
== SetArchiveAdminEnabled ==
 
+
Enable or disable archive admin access.
==== config ====
 
<source lang="js" smart-tabs="true" toolbar="false" gutter="false">
 
{
 
  "serverName" : string,
 
  "port" : number,
 
  "serverCertificate" : {
 
    "thumbprint" : string
 
  }
 
}
 
</source>
 
 
 
== SetIndexConfiguration ==
 
Set full text search index configuration.
 
  
 
=== Arguments ===
 
=== Arguments ===
Line 875: Line 874:
 
| Unique ID of MailStore instance in which this command is invoked.
 
| Unique ID of MailStore instance in which this command is invoked.
 
|-
 
|-
| <tt>config</tt>
+
| <tt>enabled</tt>
| json
+
| bool
| Full text search index configuration.
+
| Enable or disable flag.
 
|}
 
|}
  
=== Argument Values ===
+
== SetClientAccessServerConfiguration ==
 +
Set the configuration of a Client Access Server.
  
==== config ====
+
=== Arguments ===
<source lang="js" smart-tabs="true" toolbar="false" gutter="false">
+
{| class="wikitable"
UseGetIndexConfigurationtoreveivesupportedvalue.
 
</source>
 
 
 
== SetInstanceConfiguration ==
 
Set configuration of MailStore Instance.
 
 
 
=== Arguments ===
 
{| class="wikitable"
 
 
! width=150px | Name
 
! width=150px | Name
 
! width=120px | Type
 
! width=120px | Type
Line 898: Line 890:
 
| <tt>config</tt>
 
| <tt>config</tt>
 
| json  
 
| json  
| Instance configuration.
+
| Client Access Server configuration.
 
|}
 
|}
  
Line 906: Line 898:
 
<source lang="js" smart-tabs="true" toolbar="false" gutter="false">
 
<source lang="js" smart-tabs="true" toolbar="false" gutter="false">
 
{
 
{
   "instanceID" : string,
+
   "serverName" : string,
   "alias" : string,
+
   "port" : number,
  "displayName" : string,
+
   "serverCertificate" : {
  "instanceHost" : string,
+
    "thumbprint" : string
   "startMode" : string,
+
   }
  "baseDirectory" : string,
 
  "debugLogEnabled" : bool,
 
   "vssWriterEnabled" : bool
 
 
}
 
}
 
</source>
 
</source>
  
== SetInstanceHostConfiguration ==
+
== SetIndexConfiguration ==
Set configuration of Instance Host.
+
Set full text search index configuration.
  
 
=== Arguments ===
 
=== Arguments ===
Line 926: Line 915:
 
! Description
 
! Description
 
|-
 
|-
| <tt>config</tt>
+
| <tt>instanceID</tt>
 +
| string
 +
| Unique ID of MailStore instance in which this command is invoked.
 +
|-
 +
| <tt>config</tt>
 
| json  
 
| json  
| Instance Host configuration.
+
| Full text search index configuration.
 
|}
 
|}
  
Line 934: Line 927:
  
 
==== config ====
 
==== config ====
<source lang="js" smart-tabs="true" toolbar="false" gutter="false">
+
Use GetIndexConfiguration to receive supported value.
{
 
  "serverName" : string,
 
  "port" : number,
 
  "serverCertificate" : {
 
    "thumbprint" : string
 
  },
 
  "baseDirectory" : string
 
}
 
</source>
 
  
== SetStoreAutoCreateConfiguration ==
+
== SetInstanceConfiguration ==
Set configuration for automatic archive store creation.
+
Set configuration of MailStore Instance.
  
 
=== Arguments ===
 
=== Arguments ===
Line 953: Line 937:
 
! width=120px | Type
 
! width=120px | Type
 
! Description
 
! Description
|-
 
| <tt>instanceID</tt>
 
| string
 
| Unique ID of MailStore instance in which this command is invoked.
 
 
|-
 
|-
 
| <tt>config</tt>
 
| <tt>config</tt>
 
| json  
 
| json  
| Archive store automatic creation configuration.
+
| Instance configuration.
 
|}
 
|}
  
Line 968: Line 948:
 
<source lang="js" smart-tabs="true" toolbar="false" gutter="false">
 
<source lang="js" smart-tabs="true" toolbar="false" gutter="false">
 
{
 
{
   "enabled" : bool,
+
   "instanceID" : string,
   "interval" : string,
+
  "alias" : string,
   "sizeThreshold" : string,
+
   "displayName" : string,
   "numberOfMessagesThreshold" : number,
+
   "instanceHost" : string,
   "baseDirectory" : string
+
   "startMode" : string,
 +
   "baseDirectory" : string,
 +
  "debugLogEnabled" : bool,
 +
  "vssWriterEnabled" : bool
 
}
 
}
 
</source>
 
</source>
  
== SetStorePath ==
+
== SetInstanceHostConfiguration ==
Set the path to archive store data.
+
Set configuration of Instance Host.
  
 
=== Arguments ===
 
=== Arguments ===
Line 985: Line 968:
 
! Description
 
! Description
 
|-
 
|-
| <tt>instanceID</tt>
+
| <tt>config</tt>
| string
+
| json
| Unique ID of MailStore instance in which this command is invoked.
+
| Instance Host configuration.
|-
 
| <tt>id</tt>
 
| number
 
| Unique ID of archive store.
 
|-
 
| <tt>path</tt>
 
| string
 
| Path to archvie store data.
 
 
|}
 
|}
  
== SetStoreRequestedState ==
+
=== Argument Values ===
Set state of archive store.
+
 
 +
==== config ====
 +
<source lang="js" smart-tabs="true" toolbar="false" gutter="false">
 +
{
 +
  "serverName" : string,
 +
  "port" : number,
 +
  "serverCertificate" : {
 +
    "thumbprint" : string
 +
  },
 +
  "baseDirectory" : string
 +
}
 +
</source>
 +
 
 +
== SetStoreAutoCreateConfiguration ==
 +
Set configuration for automatic archive store creation.
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,011: Line 1,000:
 
| Unique ID of MailStore instance in which this command is invoked.
 
| Unique ID of MailStore instance in which this command is invoked.
 
|-
 
|-
| <tt>id</tt>
+
| <tt>config</tt>
| number
+
| json
| Unique ID of archive store.
+
| Archive store automatic creation configuration.
|-
 
| <tt>requestedState</tt>
 
| string
 
| State of archive store.
 
 
|}
 
|}
  
 
=== Argument Values ===
 
=== Argument Values ===
  
==== requestedState ====
+
==== config ====
{| class="wikitable"
+
<source lang="js" smart-tabs="true" toolbar="false" gutter="false">
! width=270px | Name
+
{
! Description
+
  "enabled" : bool,
|-
+
  "interval" : string,
| <tt>current</tt>
+
  "sizeThreshold" : string,
| Same as Normal but new messages will be archived in the archive store that is set to Current.
+
  "numberOfMessagesThreshold" : number,
|-
+
  "baseDirectory" : string
| <tt>normal</tt>
+
}
| The content of archives store is available to users and can be modified if the user has the appropriate permission.
+
</source>
|-
 
| <tt>writeProtected</tt>
 
| The content of write protected archive stores is available to users, but cannot be modified (e.g. delete or move messages, rename or move folders)
 
|-
 
| <tt>disabled</tt>
 
| Disabled archive stores are not in use but the instance still knows about their existence. Therefore the content is not available to users.
 
|}
 
  
== SetSystemAdministratorConfiguration ==
+
== SetStorePath ==
Set SPE system adminstrator configuration.
+
Set the path to archive store data.
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,049: Line 1,027:
 
! Description
 
! Description
 
|-
 
|-
| <tt>config</tt>
+
| <tt>instanceID</tt>
| json
+
| string
| SPE system adminstrator configuration.
+
| Unique ID of MailStore instance in which this command is invoked.
 +
|-
 +
| <tt>id</tt>
 +
| number
 +
| Unique ID of archive store.
 +
|-
 +
| <tt>path</tt>
 +
| string
 +
| Path to archive store data.
 
|}
 
|}
  
=== Argument Values ===
+
== SetStoreRequestedState ==
 
+
Set state of archive store.
==== config ====
 
<source lang="js" smart-tabs="true" toolbar="false" gutter="false">
 
{
 
  "fullName" : string
 
}
 
</source>
 
 
 
== SetSystemAdministratorPassword ==
 
Set password for SPE system administrator.
 
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,072: Line 1,049:
 
! Description
 
! Description
 
|-
 
|-
| <tt>userName</tt>
+
| <tt>instanceID</tt>
 
| string  
 
| string  
| User name of SPE system administrator.
+
| Unique ID of MailStore instance in which this command is invoked.
 
|-
 
|-
| <tt>password</tt>
+
| <tt>id</tt>
| string
+
| number
| New password for SPE system administrator.
+
| Unique ID of archive store.
|}
 
 
 
== StartInstances ==
 
Start one or multiple MailStore Instances.
 
 
 
=== Arguments ===
 
{| class="wikitable"
 
! width=150px | Name
 
! width=120px | Type
 
! Description
 
 
|-
 
|-
| <tt>instanceFilter</tt>
+
| <tt>requestedState</tt>
 
| string  
 
| string  
| Instance filter string.
+
| State of archive store.
 
|}
 
|}
  
 
=== Argument Values ===
 
=== Argument Values ===
  
==== instanceFilter ====
+
==== requestedState ====
 
{| class="wikitable"
 
{| class="wikitable"
 
! width=270px | Name
 
! width=270px | Name
 
! Description
 
! Description
 
|-
 
|-
| <tt>*</tt>
+
| <tt>current</tt>
| All instances
+
| Same as Normal but new messages will be archived in the archive store that is set to Current.
 
|-
 
|-
| <tt>instance01 instance02 instance03</tt>
+
| <tt>normal</tt>
| instance01, instance02 and instance03
+
| The content of archives store is available to users and can be modified if the user has the appropriate permission.
 
|-
 
|-
| <tt>*instancehost01 *instancehost02</tt>
+
| <tt>writeProtected</tt>
| All instances on instancehost1 and instancehost2
+
| The content of write protected archive stores is available to users, but cannot be modified (e.g. delete or move messages, rename or move folders)
 
|-
 
|-
| <tt>* .running</tt>
+
| <tt>disabled</tt>
| All running instances
+
| Disabled archive stores are not in use but the instance still knows about their existence. Therefore the content is not available to users.
|-
 
| <tt>* .stopped</tt>
 
| All stopped instances
 
 
|}
 
|}
  
== StopInstances ==
+
== SetSystemAdministratorConfiguration ==
Stop one or multiple MailStore Instances.
+
Set SPE system administrator configuration.
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,127: Line 1,091:
 
! Description
 
! Description
 
|-
 
|-
| <tt>instanceFilter</tt>
+
| <tt>config</tt>
| string
+
| json
| Instance filter string.
+
| SPE system administrator configuration.
 
|}
 
|}
  
 
=== Argument Values ===
 
=== Argument Values ===
  
==== instanceFilter ====
+
==== config ====
 +
<source lang="js" smart-tabs="true" toolbar="false" gutter="false">
 +
{
 +
  "userName" : string,
 +
  "fullName" : string,
 +
  "emailAddress" : string
 +
}
 +
</source>
 +
 
 +
== SetSystemAdministratorPassword ==
 +
Set password for SPE system administrator.
 +
 
 +
=== Arguments ===
 
{| class="wikitable"
 
{| class="wikitable"
! width=270px | Name
+
! width=150px | Name
 +
! width=120px | Type
 
! Description
 
! Description
 
|-
 
|-
| <tt>*</tt>
+
| <tt>userName</tt>
| All instances
+
| string
 +
| User name of SPE system administrator.
 
|-
 
|-
| <tt>instance01 instance02 instance03</tt>
+
| <tt>password</tt>
| instance01, instance02 and instance03
+
| string
|-
+
| New password for SPE system administrator.
| <tt>*instancehost01 *instancehost02</tt>
 
| All instances on instancehost1 and instancehost2
 
|-
 
| <tt>* .running</tt>
 
| All running instances
 
|-
 
| <tt>* .stopped</tt>
 
| All stopped instances
 
 
|}
 
|}
  
== ThawInstances ==
+
== SetSystemSmtpConfiguration ==
Thaw one or multiple MailStore Instances.
+
Set system wide SMTP configuration.
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,164: Line 1,134:
 
! Description
 
! Description
 
|-
 
|-
| <tt>instanceFilter</tt>
+
| <tt>config</tt>
| string
+
| json
| Instance filter string.
+
| SMTP configuration.
 
|}
 
|}
  
 
=== Argument Values ===
 
=== Argument Values ===
  
==== instanceFilter ====
+
==== config ====
 +
Example config object:
 +
<source lang="js" smart-tabs="true" toolbar="false" gutter="false">
 +
{
 +
  "hostname": "mail.example.com",
 +
  "port": 587,
 +
  "protocol": "SMTP-TLS",
 +
  "ignoreSslPolicyErrors": false,
 +
  "authenticationRequired": true,
 +
  "username": "[email protected]",
 +
  "password": "userpassword",
 +
  "fromDisplayName": "Sending User",
 +
  "fromEmailAddress": "[email protected]",
 +
  "recipientSystemAdministrator": ["admin", "johndoe"]
 +
}
 +
</source>
 +
 
 +
== StartInstances ==
 +
Start one or multiple MailStore Instances.
 +
 
 +
=== Arguments ===
 +
{| class="wikitable"
 +
! width=150px | Name
 +
! width=120px | Type
 +
! Description
 +
|-
 +
| <tt>instanceFilter</tt>
 +
| string
 +
| Instance filter string.
 +
|-
 +
| <tt>safeMode</tt>
 +
| bool (optional)
 +
| Start instances in Safe Mode to perform maintenance.
 +
|}
 +
 
 +
=== Argument Values ===
 +
 
 +
==== instanceFilter ====
 
{| class="wikitable"
 
{| class="wikitable"
 
! width=270px | Name
 
! width=270px | Name
Line 1,192: Line 1,199:
 
|}
 
|}
  
== UpgradeStore ==
+
== StopInstances ==
Upgrade archive store from MailStore Server 5 or older to current format.
+
Stop one or multiple MailStore Instances.
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,201: Line 1,208:
 
! Description
 
! Description
 
|-
 
|-
| <tt>instanceID</tt>
+
| <tt>instanceFilter</tt>
 
| string  
 
| string  
| Unique ID of MailStore instance in which this command is invoked.
+
| Instance filter string.
|-
 
| <tt>id</tt>
 
| number
 
| Unique ID of archive store.
 
 
|}
 
|}
  
== VerifyStore ==
+
=== Argument Values ===
Verify archive stores consistency.
 
  
=== Arguments ===
+
==== instanceFilter ====
 
{| class="wikitable"
 
{| class="wikitable"
! width=150px | Name
+
! width=270px | Name
! width=120px | Type
 
 
! Description
 
! Description
 
|-
 
|-
| <tt>instanceID</tt>
+
| <tt>*</tt>
| string
+
| All instances
| Unique ID of MailStore instance in which this command is invoked.
+
|-
 +
| <tt>instance01 instance02 instance03</tt>
 +
| instance01, instance02 and instance03
 
|-
 
|-
| <tt>id</tt>
+
| <tt>*instancehost01 *instancehost02</tt>
| number
+
| All instances on instancehost1 and instancehost2
| Unique ID of archive store.
+
|-
|}
+
| <tt>* .running</tt>
 +
| All running instances
 +
|-
 +
| <tt>* .stopped</tt>
 +
| All stopped instances
 +
|}
  
== ClearUserPrivilegesOnFolders ==
+
== TestSystemSmtpConfiguration ==
Removes all privileges of a user on all archive folders.
+
Test current system wide SMTP configuration.
 +
 
 +
== ThawInstances ==
 +
Thaw one or multiple MailStore Instances.
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,237: Line 1,248:
 
! Description
 
! Description
 
|-
 
|-
| <tt>instanceID</tt>
+
| <tt>instanceFilter</tt>
 
| string  
 
| string  
| Unique ID of MailStore instance in which this command is invoked.
+
| Instance filter string.
|-
 
| <tt>userName</tt>
 
| string  
 
| User name of MailStore user.
 
 
|}
 
|}
  
== CreateProfile ==
+
=== Argument Values ===
Create a new archiving or exporting profile.
 
  
=== Arguments ===
+
==== instanceFilter ====
 
{| class="wikitable"
 
{| class="wikitable"
! width=150px | Name
+
! width=270px | Name
! width=120px | Type
 
 
! Description
 
! Description
 
|-
 
|-
| <tt>instanceID</tt>
+
| <tt>*</tt>
| string
+
| All instances
| Unique ID of MailStore instance in which this command is invoked.
+
|-
 +
| <tt>instance01 instance02 instance03</tt>
 +
| instance01, instance02 and instance03
 +
|-
 +
| <tt>*instancehost01 *instancehost02</tt>
 +
| All instances on instancehost1 and instancehost2
 
|-
 
|-
| <tt>properties</tt>
+
| <tt>* .running</tt>
| json
+
| All running instances
| Profile properties.
 
 
|-
 
|-
| <tt>raw</tt>
+
| <tt>* .stopped</tt>
| bool
+
| All stopped instances
| Currently only 'true' is supported.
 
 
|}
 
|}
  
=== Argument Values ===
+
== UpgradeStore ==
 
+
Upgrade archive store from MailStore Server 5 or older to current format.
== CreateUser ==
 
Create new MailStore user.
 
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,283: Line 1,289:
 
| Unique ID of MailStore instance in which this command is invoked.
 
| Unique ID of MailStore instance in which this command is invoked.
 
|-
 
|-
| <tt>userName</tt>
+
| <tt>id</tt>
| string
+
| number
| User name of new MailStore user.
+
| Unique ID of archive store.
|-
 
| <tt>privileges</tt>
 
| string
 
| Comma separated list of privileges.
 
|-
 
| <tt>fullName</tt>
 
| string (optional)
 
| Full name of user.
 
|-
 
| <tt>distinguishedName</tt>
 
| string (optional)
 
| LDAP DN string.
 
|-
 
| <tt>authentication</tt>
 
| string (optional)
 
| Authentication setting for user: 'Standard' or 'DirectoryService'.
 
|-
 
| <tt>password</tt>
 
| string (optional)
 
| Password of new user.
 
 
|}
 
|}
  
== DeleteEmptyFolders ==
+
== VerifyStore ==
Remove folders from folder tree that do not contain emails.
+
Verify archive stores consistency.
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,321: Line 1,307:
 
| Unique ID of MailStore instance in which this command is invoked.
 
| Unique ID of MailStore instance in which this command is invoked.
 
|-
 
|-
| <tt>folder</tt>
+
| <tt>id</tt>
| string (optional)
+
| number
| Entry point in folder tree.
+
| Unique ID of archive store.
 +
|-
 +
| <tt>includeIndexes</tt>
 +
| bool
 +
| Defines whether to verify the search indexes as well.
 
|}
 
|}
  
== DeleteMessage ==
+
== VerifyStores ==
Delete a single message
+
Verify consistency of all archive stores.
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,339: Line 1,329:
 
| Unique ID of MailStore instance in which this command is invoked.
 
| Unique ID of MailStore instance in which this command is invoked.
 
|-
 
|-
| <tt>id</tt>
+
| <tt>includeIndexes</tt>
| string (optional)
+
| bool
| Unique ID of message. Format: <store_id>:<message_num>
+
| Defines whether to verify the search indexes as well.
 
|}
 
|}
  
== DeleteProfile ==
+
== CancelJobAsync ==
Delete an archiving or exporting profile.
+
Cancel a running job asynchronously.
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,359: Line 1,349:
 
| <tt>id</tt>
 
| <tt>id</tt>
 
| number  
 
| number  
| Unique ID of profile.
+
| The unique identifier of the job to be canceled.
 
|}
 
|}
  
== DeleteUser ==
+
== ClearUserPrivilegesOnFolders ==
Delete a MailStore user.
+
Removes all privileges of a user on all archive folders.
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,380: Line 1,370:
 
|}
 
|}
  
== GetChildFolders ==
+
== CreateJob ==
Get child folders.
+
Create a new job to execute Management API commands.
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,393: Line 1,383:
 
| Unique ID of MailStore instance in which this command is invoked.
 
| Unique ID of MailStore instance in which this command is invoked.
 
|-
 
|-
| <tt>folder</tt>
+
| <tt>name</tt>
 +
| string (optional)
 +
| A meaningful name for the job. Example: ''Daily Backup''.
 +
|-
 +
| <tt>action</tt>
 +
| string (optional)
 +
| Management API command to execute.
 +
|-
 +
| <tt>owner</tt>
 +
| string (optional)
 +
| Username of the job owner; must be an administrator.
 +
|-
 +
| <tt>timeZoneId</tt>
 +
| string (optional)
 +
| The time zone id of the time zone the date should be converted to, e.g. $Local, which represents the time zone of the operating system.
 +
|-
 +
| <tt>date</tt>
 
| string (optional)
 
| string (optional)
| Parent folder.
+
| Datetime string (YYYY-MM-DDThh:mm:ss) for running the job once.
 
|-
 
|-
| <tt>maxLevels</tt>
+
| <tt>interval</tt>
 
| number (optional)
 
| number (optional)
| Depth of child folders.
+
| Interval for running job.
 +
|-
 +
| <tt>time</tt>
 +
| string (optional)
 +
| Time for running job. Without additional parameter, this means daily execution.
 +
|-
 +
| <tt>dayOfWeek</tt>
 +
| string (optional)
 +
| Day of week to run job. Parameter "time" also required.
 +
|-
 +
| <tt>dayOfMonth</tt>
 +
| string (optional)
 +
| Day of month to run job. Parameter "time" also required. dayOfWeek can optionally be used to define further.
 
|}
 
|}
  
== GetComplianceConfiguration ==
+
Use the API command ''GetTimeZones'' to retrieve a list of all available time zones.
Get current compliance configuration settings.
+
=== Argument Values ===
  
=== Arguments ===
+
==== interval ====
 
{| class="wikitable"
 
{| class="wikitable"
! width=150px | Name
+
! width=270px | Name
! width=120px | Type
 
 
! Description
 
! Description
 
|-
 
|-
| <tt>instanceID</tt>
+
| <tt>5</tt>
| string
+
| Every 5 minutes.
| Unique ID of MailStore instance in which this command is invoked.
+
|-
 +
| <tt>10</tt>
 +
| Every 10 minutes.
 +
|-
 +
| <tt>15</tt>
 +
| Every 15 minutes.
 +
|-
 +
| <tt>20</tt>
 +
| Every 20 minutes.
 +
|-
 +
| <tt>30</tt>
 +
| Every 30 minutes.
 +
|-
 +
| <tt>60</tt>
 +
| Every hour.
 +
|-
 +
| <tt>120</tt>
 +
| Every 2 hours.
 +
|-
 +
| <tt>180</tt>
 +
| Every 3 hours.
 +
|-
 +
| <tt>240</tt>
 +
| Every 4 hours.
 +
|-
 +
| <tt>360</tt>
 +
| Every 6 hours.
 +
|-
 +
| <tt>720</tt>
 +
| Every 12 hours.
 
|}
 
|}
  
== GetDirectoryServicesConfiguration ==
+
==== dayOfWeek ====
Get current Directory Services configuration settings.
 
 
 
=== Arguments ===
 
 
{| class="wikitable"
 
{| class="wikitable"
! width=150px | Name
+
! width=270px | Name
! width=120px | Type
 
 
! Description
 
! Description
 
|-
 
|-
| <tt>instanceID</tt>
+
| <tt>Sunday</tt>
| string
+
| Sunday
| Unique ID of MailStore instance in which this command is invoked.
+
|-
 +
| <tt>Monday</tt>
 +
| Monday
 +
|-
 +
| <tt>Tuesday</tt>
 +
| Tuesday
 +
|-
 +
| <tt>Wednesday</tt>
 +
| Wednesday
 +
|-
 +
| <tt>Thursday</tt>
 +
| Thursday
 +
|-
 +
| <tt>Friday</tt>
 +
| Friday
 +
|-
 +
| <tt>Saturday</tt>
 +
| Saturday
 
|}
 
|}
  
== GetFolderStatistics ==
+
==== dayOfMonth ====
Get folder statistics.
 
 
 
=== Arguments ===
 
 
{| class="wikitable"
 
{| class="wikitable"
! width=150px | Name
+
! width=270px | Name
! width=120px | Type
 
 
! Description
 
! Description
 
|-
 
|-
| <tt>instanceID</tt>
+
| <tt>1 to 31</tt>
| string
+
| Numeric representation of day of month.
| Unique ID of MailStore instance in which this command is invoked.
+
|-
 +
| <tt>Last</tt>
 +
| Last day of month.
 
|}
 
|}
  
== GetMessages ==
+
== CreateProfile ==
Get list of messages from a folder.
+
Create a new archiving or exporting profile.
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,457: Line 1,514:
 
| Unique ID of MailStore instance in which this command is invoked.
 
| Unique ID of MailStore instance in which this command is invoked.
 
|-
 
|-
| <tt>folder</tt>
+
| <tt>properties</tt>
| string (optional)
+
| json
| Folder whose content to list.
+
| Profile properties.
|}
 
 
 
== GetProfiles ==
 
Get list of archiving and exporting profiles.
 
 
 
=== Arguments ===
 
{| class="wikitable"
 
! width=150px | Name
 
! width=120px | Type
 
! Description
 
|-
 
| <tt>instanceID</tt>
 
| string
 
| Unique ID of MailStore instance in which this command is invoked.
 
 
|-
 
|-
 
| <tt>raw</tt>
 
| <tt>raw</tt>
Line 1,480: Line 1,523:
 
|}
 
|}
  
== GetTimeZones ==
+
=== Argument Values ===
Get list of available time zones.
+
 
 +
==== properties ====
 +
To receive available profile properties create a profile of the desired type via the Email Archive client and then use the GetProfiles method to receive supported values. The properties ''id'' and ''version'' must be omitted, the password field must be filled properly.
 +
 
 +
== CreateUser ==
 +
Create new MailStore user. Use ''SetPrivilegesOnFolder'' to grant that user privileges on the own archive.
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,492: Line 1,540:
 
| string  
 
| string  
 
| Unique ID of MailStore instance in which this command is invoked.
 
| Unique ID of MailStore instance in which this command is invoked.
|}
+
|-
 
+
| <tt>userName</tt>
== GetUserInfo ==
+
| string
Get detailed information about user.
+
| User name of new MailStore user.
 +
|-
 +
| <tt>privileges</tt>
 +
| string
 +
| Comma separated list of privileges.
 +
|-
 +
| <tt>fullName</tt>
 +
| string (optional)
 +
| Full name of user.
 +
|-
 +
| <tt>distinguishedName</tt>
 +
| string (optional)
 +
| LDAP DN string.
 +
|-
 +
| <tt>authentication</tt>
 +
| string (optional)
 +
| Authentication setting for user: 'integrated' or 'directoryServices'.
 +
|-
 +
| <tt>password</tt>
 +
| string (optional)
 +
| Password of new user.
 +
|}
 +
 
 +
=== Argument Values ===
 +
 
 +
==== privileges ====
 +
{{Template:Management_API_User_Privileges}}
 +
 
 +
== DeleteEmptyFolders ==
 +
Remove folders from folder tree that do not contain emails.
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,507: Line 1,584:
 
| Unique ID of MailStore instance in which this command is invoked.
 
| Unique ID of MailStore instance in which this command is invoked.
 
|-
 
|-
| <tt>userName</tt>
+
| <tt>folder</tt>
| string  
+
| string (optional)
| User name of MailStore user
+
| Entry point in folder tree.
 
|}
 
|}
  
== GetUsers ==
+
== DeleteJob ==
Get list of users.
+
Deletes a job.
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,524: Line 1,601:
 
| string  
 
| string  
 
| Unique ID of MailStore instance in which this command is invoked.
 
| Unique ID of MailStore instance in which this command is invoked.
 +
|-
 +
| <tt>id</tt>
 +
| string (optional)
 +
| The unique identifier of the job to be deleted.
 
|}
 
|}
  
== GetWorkerResults ==
+
== DeleteProfile ==
Get results of profile executions.
+
Delete an archiving or exporting profile.
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,539: Line 1,620:
 
| Unique ID of MailStore instance in which this command is invoked.
 
| Unique ID of MailStore instance in which this command is invoked.
 
|-
 
|-
| <tt>fromIncluding</tt>
+
| <tt>id</tt>
 +
| number
 +
| Unique ID of profile.
 +
|}
 +
 
 +
== DeleteUser ==
 +
Delete a MailStore user.
 +
 
 +
=== Arguments ===
 +
{| class="wikitable"
 +
! width=150px | Name
 +
! width=120px | Type
 +
! Description
 +
|-
 +
| <tt>instanceID</tt>
 
| string  
 
| string  
| Beginning of time range to fetch.
+
| Unique ID of MailStore instance in which this command is invoked.
 
|-
 
|-
| <tt>toExcluding</tt>
+
| <tt>userName</tt>
 
| string  
 
| string  
| End of time range to fetch.
+
| User name of MailStore user.
|-
 
| <tt>timeZoneID</tt>
 
| string
 
| Time zone in which timestamp should be returned.
 
|-
 
| <tt>profileID</tt>
 
| number (optional)
 
| Filter results by given profile ID.
 
|-
 
| <tt>userName</tt>
 
| string (optional)
 
| Filter results by given user name.
 
 
|}
 
|}
  
== MoveFolder ==
+
== GetChildFolders ==
Move folder.
+
Get child folders.
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,573: Line 1,656:
 
| Unique ID of MailStore instance in which this command is invoked.
 
| Unique ID of MailStore instance in which this command is invoked.
 
|-
 
|-
| <tt>fromFolder</tt>
+
| <tt>folder</tt>
| string  
+
| string (optional)
| Old folder name.
+
| Parent folder.
 
|-
 
|-
| <tt>toFolder</tt>
+
| <tt>maxLevels</tt>
| string
+
| number (optional)
| New folder name.
+
| Depth of child folders.
 
|}
 
|}
  
== RenameUser ==
+
== GetComplianceConfiguration ==
Rename a MailStore user.
+
Get current compliance configuration settings.
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,594: Line 1,677:
 
| string  
 
| string  
 
| Unique ID of MailStore instance in which this command is invoked.
 
| Unique ID of MailStore instance in which this command is invoked.
|-
 
| <tt>oldUserName</tt>
 
| string
 
| Old user name.
 
|-
 
| <tt>newUserName</tt>
 
| string
 
| New user name.
 
 
|}
 
|}
  
== RunProfile ==
+
== GetDirectoryServicesConfiguration ==
Run an existing archiving or exporting profile.
+
Get current Directory Services configuration settings.
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,616: Line 1,691:
 
| string  
 
| string  
 
| Unique ID of MailStore instance in which this command is invoked.
 
| Unique ID of MailStore instance in which this command is invoked.
|-
 
| <tt>id</tt>
 
| number
 
| Unique profile ID.
 
 
|}
 
|}
  
== RunTemporaryProfile ==
+
== GetFolderStatistics ==
Run a temporary/non-existent profile.
+
Get folder statistics.
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,634: Line 1,705:
 
| string  
 
| string  
 
| Unique ID of MailStore instance in which this command is invoked.
 
| Unique ID of MailStore instance in which this command is invoked.
 +
|}
 +
 +
== GetJobResults ==
 +
Retrieves list of finished job executions.
 +
 +
=== Arguments ===
 +
{| class="wikitable"
 +
! width=150px | Name
 +
! width=120px | Type
 +
! Description
 +
|-
 +
| <tt>instanceID</tt>
 +
| string
 +
| Unique ID of MailStore instance in which this command is invoked.
 +
|-
 +
| <tt>fromIncluding</tt>
 +
| string
 +
| Beginning of time range to fetch.
 +
|-
 +
| <tt>toExcluding</tt>
 +
| string
 +
| End of time range to fetch.
 +
|-
 +
| <tt>timeZoneId</tt>
 +
| string
 +
| The time zone id of the time zone the date should be converted to, e.g. $Local, which represents the time zone of the operating system.
 
|-
 
|-
| <tt>properties</tt>
+
| <tt>jobId</tt>
| json
+
| number (optional)
| Profile properties.
+
| The job id for which to retrieve results.
|-
 
| <tt>raw</tt>
 
| bool
 
| Currently only 'true' is supported.
 
 
|}
 
|}
  
=== Argument Values ===
+
Interactive Management Shell Example: ''GetJobResults --fromIncluding="2016-12-01T00:00:00" --toExcluding="2016-12-31T23:59:59" --timeZoneId="$Local" --jobId=1''
 +
 
 +
Use the API command ''GetTimeZones'' to retrieve a list of all available time zones.
  
== SetComplianceConfiguration ==
+
== GetJobs ==
Set compliance configuration settings.
+
Retrieve list of jobs
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,658: Line 1,753:
 
| string  
 
| string  
 
| Unique ID of MailStore instance in which this command is invoked.
 
| Unique ID of MailStore instance in which this command is invoked.
|-
 
| <tt>config</tt>
 
| json
 
| Compliance configuration.
 
 
|}
 
|}
  
=== Argument Values ===
+
== GetProfiles ==
 
+
Get list of archiving and exporting profiles.
==== config ====
 
<source lang="js" smart-tabs="true" toolbar="false" gutter="false">
 
UseGetComplianceConfigurationtoreceivesupportedvalue.
 
</source>
 
 
 
== SetDirectoryServicesConfiguration ==
 
Set directory services configuration settings.
 
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,684: Line 1,768:
 
| Unique ID of MailStore instance in which this command is invoked.
 
| Unique ID of MailStore instance in which this command is invoked.
 
|-
 
|-
| <tt>config</tt>
+
| <tt>raw</tt>
| json
+
| bool
| Directory services configuration.
+
| Currently only 'true' is supported.
 
|}
 
|}
  
=== Argument Values ===
+
== GetSmtpSettings ==
 
+
Get current SMTP configuration.
==== config ====
 
<source lang="js" smart-tabs="true" toolbar="false" gutter="false">
 
UseGetDirectoryServicesConfigurationtoreceivesupportedvalue.
 
</source>
 
 
 
== SetUserAuthentication ==
 
Set authentication settings of a MailStore user.
 
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,708: Line 1,785:
 
| string  
 
| string  
 
| Unique ID of MailStore instance in which this command is invoked.
 
| Unique ID of MailStore instance in which this command is invoked.
|-
+
|}
| <tt>userName</tt>
 
| string
 
| User name of MailStore user.
 
|-
 
| <tt>authentication</tt>
 
| string
 
| Authentication method. Either 'Standard' or 'Windows Authentication'.
 
|}
 
  
== SetUserDistinguishedName ==
+
== GetTimeZones ==
Set the LDAP distinguished name of a MailStore user.
+
Get list of available time zones.
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,730: Line 1,799:
 
| string  
 
| string  
 
| Unique ID of MailStore instance in which this command is invoked.
 
| Unique ID of MailStore instance in which this command is invoked.
|-
 
| <tt>userName</tt>
 
| string
 
| User name of MailStore user.
 
|-
 
| <tt>distinguishedName</tt>
 
| string (optional)
 
| LDAP DN string.
 
 
|}
 
|}
  
== SetUserEmailAddresses ==
+
== GetUserInfo ==
Set email addresses of MailStore user.
+
Get detailed information about user.
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,755: Line 1,816:
 
| <tt>userName</tt>
 
| <tt>userName</tt>
 
| string  
 
| string  
| User name of MailStore user.
+
| User name of MailStore user
|-
+
|}
| <tt>emailAddresses</tt>
+
 
| string (optional)
+
== GetUsers ==
| List of email addresses.
+
Get list of users.
|}
 
 
 
== SetUserFullName ==
 
Set full name of MailStore user.
 
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,774: Line 1,831:
 
| string  
 
| string  
 
| Unique ID of MailStore instance in which this command is invoked.
 
| Unique ID of MailStore instance in which this command is invoked.
|-
 
| <tt>userName</tt>
 
| string
 
| User name of MailStore user.
 
|-
 
| <tt>fullName</tt>
 
| string (optional)
 
| Full name of MailStore user.
 
 
|}
 
|}
  
== SetUserPassword ==
+
== GetWorkerResults ==
Set password of MailStore user.
+
Get results of profile executions.
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,797: Line 1,846:
 
| Unique ID of MailStore instance in which this command is invoked.
 
| Unique ID of MailStore instance in which this command is invoked.
 
|-
 
|-
| <tt>userName</tt>
+
| <tt>fromIncluding</tt>
 
| string  
 
| string  
| User name of MailStore user.
+
| Beginning of time range to fetch.
 
|-
 
|-
| <tt>password</tt>
+
| <tt>toExcluding</tt>
 
| string  
 
| string  
| Password of MailStore user.
+
| End of time range to fetch.
 +
|-
 +
| <tt>timeZoneID</tt>
 +
| string
 +
| The time zone id of the time zone the date should be converted to, e.g. $Local, which represents the time zone of the operating system.
 +
|-
 +
| <tt>profileID</tt>
 +
| number (optional)
 +
| Filter results by given profile ID.
 +
|-
 +
| <tt>userName</tt>
 +
| string (optional)
 +
| Filter results by given user name.
 
|}
 
|}
  
== SetUserPop3UserNames ==
+
Interactive Management Shell Example: ''GetWorkerResults --fromIncluding="2016-01-01T00:00:00" --toExcluding="2016-12-31T23:59:59" --timeZoneID="$Local" --profileID=1 --userName="admin"''
Set POP3 user name of MailStore user.
+
 
 +
Use the API command ''GetTimeZones'' to retrieve a list of all available time zones.
 +
 
 +
== MoveFolder ==
 +
Move folder.
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,819: Line 1,884:
 
| Unique ID of MailStore instance in which this command is invoked.
 
| Unique ID of MailStore instance in which this command is invoked.
 
|-
 
|-
| <tt>userName</tt>
+
| <tt>fromFolder</tt>
 
| string  
 
| string  
| User name of MailStore user.
+
| Old folder name.
 
|-
 
|-
| <tt>pop3UserNames</tt>
+
| <tt>toFolder</tt>
| string (optional)
+
| string  
| Comma seperated list of POP3 user names.
+
| New folder name.
 
|}
 
|}
  
== SetUserPrivileges ==
+
== RenameJob ==
Set privileges of MailStore user.
+
Rename job.
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,841: Line 1,906:
 
| Unique ID of MailStore instance in which this command is invoked.
 
| Unique ID of MailStore instance in which this command is invoked.
 
|-
 
|-
| <tt>userName</tt>
+
| <tt>id</tt>
 +
| number (optional)
 +
| The unique identifier of the job to be renamed.
 +
|-
 +
| <tt>name</tt>
 +
| string (optional)
 +
| The new job name.
 +
|}
 +
 
 +
== RenameUser ==
 +
Rename a MailStore user.
 +
 
 +
=== Arguments ===
 +
{| class="wikitable"
 +
! width=150px | Name
 +
! width=120px | Type
 +
! Description
 +
|-
 +
| <tt>instanceID</tt>
 +
| string
 +
| Unique ID of MailStore instance in which this command is invoked.
 +
|-
 +
| <tt>oldUserName</tt>
 
| string  
 
| string  
| User name of MailStore user.
+
| Old user name.
 
|-
 
|-
| <tt>privileges</tt>
+
| <tt>newUserName</tt>
 
| string  
 
| string  
| Comma separated list of privileges.
+
| New user name.
 
|}
 
|}
 +
 +
== RunJobAsync ==
 +
Run an existing job.
 +
 +
=== Arguments ===
 +
{| class="wikitable"
 +
! width=150px | Name
 +
! width=120px | Type
 +
! Description
 +
|-
 +
| <tt>instanceID</tt>
 +
| string
 +
| Unique ID of MailStore instance in which this command is invoked.
 +
|-
 +
| <tt>id</tt>
 +
| number
 +
| The identifier of the job to be run.
 +
|}
 +
 +
== RunProfile ==
 +
Run an existing archiving or exporting profile. Only profiles that are executed on server side can be started by this command. That are all profiles which are listed under ''E-Mail Servers'' in the E-Mail-Archive Client. Client side profiles can be started by using the ''MailStoreCmd'' and the commands ''import-execute'' and ''export-execute''.
 +
 +
=== Arguments ===
 +
{| class="wikitable"
 +
! width=150px | Name
 +
! width=120px | Type
 +
! Description
 +
|-
 +
| <tt>instanceID</tt>
 +
| string
 +
| Unique ID of MailStore instance in which this command is invoked.
 +
|-
 +
| <tt>id</tt>
 +
| number
 +
| Unique profile ID.
 +
|}
 +
 +
== RunTemporaryProfile ==
 +
Run a temporary/non-existent profile. Only profiles that are executed on server side can be started by this command. That are all profiles which are listed under ''E-Mail Servers'' in the E-Mail-Archive Client.
 +
 +
=== Arguments ===
 +
{| class="wikitable"
 +
! width=150px | Name
 +
! width=120px | Type
 +
! Description
 +
|-
 +
| <tt>instanceID</tt>
 +
| string
 +
| Unique ID of MailStore instance in which this command is invoked.
 +
|-
 +
| <tt>properties</tt>
 +
| json
 +
| Profile properties.
 +
|-
 +
| <tt>raw</tt>
 +
| bool
 +
| Currently only 'true' is supported.
 +
|}
 +
 +
=== Argument Values ===
 +
 +
==== properties ====
 +
To receive available profile properties create a profile of the desired type via MailStore Client and use the GetProfiles method to receive supported value. ''Id'' and ''Version'' attributes must not be set.
 +
 +
== SetComplianceConfiguration ==
 +
Set compliance configuration settings.
 +
 +
=== Arguments ===
 +
{| class="wikitable"
 +
! width=150px | Name
 +
! width=120px | Type
 +
! Description
 +
|-
 +
| <tt>instanceID</tt>
 +
| string
 +
| Unique ID of MailStore instance in which this command is invoked.
 +
|-
 +
| <tt>config</tt>
 +
| json
 +
| Compliance configuration.
 +
|}
 +
 +
=== Argument Values ===
 +
 +
==== config ====
 +
Use GetComplianceConfiguration to receive supported value.
 +
 +
Example settings object:
 +
<source lang="js" smart-tabs="true" toolbar="false" gutter="false">
 +
{
 +
  "adminEmailPreviewEnabled": true,
 +
  "legalHoldEnabled": false,
 +
  "logSuccessfulUserActivities": [
 +
    "AdminRestored",
 +
    "ComplianceChangeSettings",
 +
    "FileGroupAttach",
 +
    "FileGroupCreate",
 +
    "FileGroupDetach",
 +
    "FileGroupRename",
 +
    "FileGroupSetProperties",
 +
    "FileGroupSetRequestedState",
 +
    "ProfileChangeUserName",
 +
    "UserAdd",
 +
    "UserDelete",
 +
    "UserRename",
 +
    "UserSetFolderAccess",
 +
    "UserSetMappings",
 +
    "UserUpdate"
 +
  ]
 +
}
 +
</source>
 +
 +
== SetDirectoryServicesConfiguration ==
 +
Set directory services configuration settings.
 +
 +
=== Arguments ===
 +
{| class="wikitable"
 +
! width=150px | Name
 +
! width=120px | Type
 +
! Description
 +
|-
 +
| <tt>instanceID</tt>
 +
| string
 +
| Unique ID of MailStore instance in which this command is invoked.
 +
|-
 +
| <tt>config</tt>
 +
| json
 +
| Directory services configuration.
 +
|}
 +
 +
=== Argument Values ===
 +
 +
==== config ====
 +
Use GetDirectoryServicesConfiguration to receive supported value.
 +
 +
== SetJobEnabled ==
 +
Set enabled status of a job.
 +
 +
=== Arguments ===
 +
{| class="wikitable"
 +
! width=150px | Name
 +
! width=120px | Type
 +
! Description
 +
|-
 +
| <tt>instanceID</tt>
 +
| string
 +
| Unique ID of MailStore instance in which this command is invoked.
 +
|-
 +
| <tt>id</tt>
 +
| number (optional)
 +
| The unique identifier of the job to be modified.
 +
|-
 +
| <tt>enabled</tt>
 +
| bool (optional)
 +
| Boolean value of '''enabled''' attribute.
 +
|}
 +
 +
== SetJobSchedule ==
 +
Modify the schedule of a job.
 +
 +
=== Arguments ===
 +
{| class="wikitable"
 +
! width=150px | Name
 +
! width=120px | Type
 +
! Description
 +
|-
 +
| <tt>id</tt>
 +
| number
 +
| The unique identifier of the job to be modified.
 +
|-
 +
| <tt>timeZoneId</tt>
 +
| string
 +
| The time zone id of the time zone the date should be converted to, e.g. $Local, which represents the time zone of the operating system.
 +
|-
 +
| <tt>date</tt>
 +
| string (optional)
 +
| Datetime string (YYYY-MM-DDThh:mm:ss) for running the job once.
 +
|-
 +
| <tt>interval</tt>
 +
| number (optional)
 +
| Interval for running job.
 +
|-
 +
| <tt>time</tt>
 +
| string (optional)
 +
| Time for running job. Without additional parameter, this means daily execution.
 +
|-
 +
| <tt>dayOfWeek</tt>
 +
| string (optional)
 +
| Day of week to run job. Parameter "time" also required.
 +
|-
 +
| <tt>dayOfMonth</tt>
 +
| string (optional)
 +
| Day of month to run job. Parameter "time" also required. dayOfWeek can optionally be used to define further.
 +
|}
 +
 +
Use the API command ''GetTimeZones'' to retrieve a list of all available time zones.
 +
=== Argument Values ===
 +
 +
==== interval ====
 +
{| class="wikitable"
 +
! width=270px | Name
 +
! Description
 +
|-
 +
| <tt>5</tt>
 +
| Every 5 minutes.
 +
|-
 +
| <tt>10</tt>
 +
| Every 10 minutes.
 +
|-
 +
| <tt>15</tt>
 +
| Every 15 minutes.
 +
|-
 +
| <tt>20</tt>
 +
| Every 20 minutes.
 +
|-
 +
| <tt>30</tt>
 +
| Every 30 minutes.
 +
|-
 +
| <tt>60</tt>
 +
| Every hour.
 +
|-
 +
| <tt>120</tt>
 +
| Every 2 hours.
 +
|-
 +
| <tt>180</tt>
 +
| Every 3 hours.
 +
|-
 +
| <tt>260</tt>
 +
| Every 4 hours.
 +
|-
 +
| <tt>360</tt>
 +
| Every 6 hours.
 +
|-
 +
| <tt>720</tt>
 +
| Every 12 hours.
 +
|}
 +
 +
==== dayOfWeek ====
 +
{| class="wikitable"
 +
! width=270px | Name
 +
! Description
 +
|-
 +
| <tt>Sunday</tt>
 +
| Sunday
 +
|-
 +
| <tt>Monday</tt>
 +
| Monday
 +
|-
 +
| <tt>Tuesday</tt>
 +
| Tuesday
 +
|-
 +
| <tt>Wednesday</tt>
 +
| Wednesday
 +
|-
 +
| <tt>Thursday</tt>
 +
| Thursday
 +
|-
 +
| <tt>Friday</tt>
 +
| Friday
 +
|-
 +
| <tt>Saturday</tt>
 +
| Saturday
 +
|}
 +
 +
==== dayOfMonth ====
 +
{| class="wikitable"
 +
! width=270px | Name
 +
! Description
 +
|-
 +
| <tt>1 to 31</tt>
 +
| Numeric representation of day of month.
 +
|-
 +
| <tt>Last</tt>
 +
| Last day of month.
 +
|}
 +
 +
== SetSmtpSettings ==
 +
Set SMTP configuration.
 +
 +
=== Arguments ===
 +
{| class="wikitable"
 +
! width=150px | Name
 +
! width=120px | Type
 +
! Description
 +
|-
 +
| <tt>instanceID</tt>
 +
| string
 +
| Unique ID of MailStore instance in which this command is invoked.
 +
|-
 +
| <tt>settings</tt>
 +
| json
 +
| SMTP configuration.
 +
|}
 +
 +
=== Argument Values ===
 +
 +
==== settings====
 +
Example settings object:
 +
<source lang="js" smart-tabs="true" toolbar="false" gutter="false">
 +
{
 +
  "hostname": "mail.example.com",
 +
  "port": 587,
 +
  "protocol": "SMTP-TLS",
 +
  "ignoreSslPolicyErrors": false,
 +
  "authenticationRequired": true,
 +
  "username": "[email protected]",
 +
  "password": "userpassword",
 +
  "fromDisplayName": "Sending User",
 +
  "fromEmailAddress": "[email protected]",
 +
  "recipientEmailAddress": "[email protected]"
 +
}
 +
</source>
 +
 +
 +
== SetUserAuthentication ==
 +
Set authentication settings of a MailStore user.
 +
 +
=== Arguments ===
 +
{| class="wikitable"
 +
! width=150px | Name
 +
! width=120px | Type
 +
! Description
 +
|-
 +
| <tt>instanceID</tt>
 +
| string
 +
| Unique ID of MailStore instance in which this command is invoked.
 +
|-
 +
| <tt>userName</tt>
 +
| string
 +
| User name of MailStore user.
 +
|-
 +
| <tt>authentication</tt>
 +
| string
 +
| Authentication method. Either 'integrated' or 'directoryServices'.
 +
|}
 +
 +
== SetUserDistinguishedName ==
 +
Set the LDAP distinguished name of a MailStore user.
 +
 +
=== Arguments ===
 +
{| class="wikitable"
 +
! width=150px | Name
 +
! width=120px | Type
 +
! Description
 +
|-
 +
| <tt>instanceID</tt>
 +
| string
 +
| Unique ID of MailStore instance in which this command is invoked.
 +
|-
 +
| <tt>userName</tt>
 +
| string
 +
| User name of MailStore user.
 +
|-
 +
| <tt>distinguishedName</tt>
 +
| string (optional)
 +
| LDAP DN string.
 +
|}
 +
 +
== SetUserEmailAddresses ==
 +
Set email addresses of MailStore user.
 +
 +
=== Arguments ===
 +
{| class="wikitable"
 +
! width=150px | Name
 +
! width=120px | Type
 +
! Description
 +
|-
 +
| <tt>instanceID</tt>
 +
| string
 +
| Unique ID of MailStore instance in which this command is invoked.
 +
|-
 +
| <tt>userName</tt>
 +
| string
 +
| User name of MailStore user.
 +
|-
 +
| <tt>emailAddresses</tt>
 +
| string (optional)
 +
| List of email addresses.
 +
|}
 +
 +
== SetUserFullName ==
 +
Set full name of MailStore user.
 +
 +
=== Arguments ===
 +
{| class="wikitable"
 +
! width=150px | Name
 +
! width=120px | Type
 +
! Description
 +
|-
 +
| <tt>instanceID</tt>
 +
| string
 +
| Unique ID of MailStore instance in which this command is invoked.
 +
|-
 +
| <tt>userName</tt>
 +
| string
 +
| User name of MailStore user.
 +
|-
 +
| <tt>fullName</tt>
 +
| string (optional)
 +
| Full name of MailStore user.
 +
|}
 +
 +
== SetUserPassword ==
 +
Set password of MailStore user.
 +
 +
=== Arguments ===
 +
{| class="wikitable"
 +
! width=150px | Name
 +
! width=120px | Type
 +
! Description
 +
|-
 +
| <tt>instanceID</tt>
 +
| string
 +
| Unique ID of MailStore instance in which this command is invoked.
 +
|-
 +
| <tt>userName</tt>
 +
| string
 +
| User name of MailStore user.
 +
|-
 +
| <tt>password</tt>
 +
| string
 +
| Password of MailStore user.
 +
|}
 +
 +
== SetUserPop3UserNames ==
 +
Set POP3 user name of MailStore user.
 +
 +
=== Arguments ===
 +
{| class="wikitable"
 +
! width=150px | Name
 +
! width=120px | Type
 +
! Description
 +
|-
 +
| <tt>instanceID</tt>
 +
| string
 +
| Unique ID of MailStore instance in which this command is invoked.
 +
|-
 +
| <tt>userName</tt>
 +
| string
 +
| User name of MailStore user.
 +
|-
 +
| <tt>pop3UserNames</tt>
 +
| string (optional)
 +
| Comma separated list of POP3 user names.
 +
|}
 +
 +
== SetUserPrivileges ==
 +
Set privileges of MailStore user.
 +
 +
=== Arguments ===
 +
{| class="wikitable"
 +
! width=150px | Name
 +
! width=120px | Type
 +
! Description
 +
|-
 +
| <tt>instanceID</tt>
 +
| string
 +
| Unique ID of MailStore instance in which this command is invoked.
 +
|-
 +
| <tt>userName</tt>
 +
| string
 +
| User name of MailStore user.
 +
|-
 +
| <tt>privileges</tt>
 +
| string
 +
| Comma separated list of privileges.
 +
|}
 +
 +
=== Argument Values ===
 +
 +
==== privileges ====
 +
{{Template:Management_API_User_Privileges}}
  
 
== SetUserPrivilegesOnFolder ==
 
== SetUserPrivilegesOnFolder ==
Set privileges on folder for MailStore user.
+
Set privileges on folder for MailStore user.
 
+
 
=== Arguments ===
+
=== Arguments ===
{| class="wikitable"
+
{| class="wikitable"
! width=150px | Name
+
! width=150px | Name
! width=120px | Type
+
! width=120px | Type
! Description
+
! Description
|-
+
|-
| <tt>instanceID</tt>
+
| <tt>instanceID</tt>
| string  
+
| string  
| Unique ID of MailStore instance in which this command is invoked.
+
| Unique ID of MailStore instance in which this command is invoked.
|-
+
|-
| <tt>userName</tt>
+
| <tt>userName</tt>
| string  
+
| string  
| User name of MailStore user.
+
| User name of MailStore user.
|-
+
|-
| <tt>folder</tt>
+
| <tt>folder</tt>
| string  
+
| string  
| Folder name.
+
| Folder name.
|-
+
|-
| <tt>privileges</tt>
+
| <tt>privileges</tt>
| string  
+
| string  
| Comma separated list of folder privileges.
+
| Comma separated list of folder privileges.
 +
|}
 +
 
 +
=== Argument Values ===
 +
 
 +
==== privileges ====
 +
 
 +
{| class="wikitable"
 +
! width=270px | Name
 +
! Description
 +
|-
 +
| <tt>none</tt>
 +
| The user is denied access to the specified folder. If specified, this value has to be the only value in the list. This effectively removes all privileges on the specified folder.
 +
|-
 +
| <tt>read</tt>
 +
| The user is granted read access to the specified folder.
 +
|-
 +
| <tt>write</tt>
 +
| The user is granted write access to the specified folder. Messages can be moved within an archive.
 +
|-
 +
| <tt>delete</tt>
 +
| The user is granted delete access to the specified folder.
 +
|}
 +
 
 +
== SyncUsersWithDirectoryServices ==
 +
Sync users of MailStore instance with directory services.
 +
 
 +
=== Arguments ===
 +
{| class="wikitable"
 +
! width=150px | Name
 +
! width=120px | Type
 +
! Description
 +
|-
 +
| <tt>instanceID</tt>
 +
| string
 +
| Unique ID of MailStore instance in which this command is invoked.
 +
|-
 +
| <tt>dryRun</tt>
 +
| bool (optional)
 +
| Simulate sync only.
 
|}
 
|}
  
== SyncUsersWithDirectoryServices ==
+
== TestSmtpSettings ==
Sync users of MailStore instance with directory services.
+
Test current SMTP configuration.
  
 
=== Arguments ===
 
=== Arguments ===
Line 1,888: Line 2,486:
 
| string  
 
| string  
 
| Unique ID of MailStore instance in which this command is invoked.
 
| Unique ID of MailStore instance in which this command is invoked.
|-
 
| <tt>dryRun</tt>
 
| bool (optional)
 
| Simulate sync only.
 
 
|}
 
|}

Revision as of 10:04, 12 April 2019


AttachStore

Attach existing archive store.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
name string Meaningful name of archive store.
path string Path of directory containing archive store data.
requestedState string (optional) State of archive store after attaching.

Argument Values

requestedState

Name Description
current Same as Normal but new messages will be archived in the archive store that is set to Current.
normal The content of archives store is available to users and can be modified if the user has the appropriate permission.
writeProtected The content of write protected archive stores is available to users, but cannot be modified (e.g. delete or move messages, rename or move folders)
disabled Disabled archive stores are not in use but the instance still knows about their existence. Therefore the content is not available to users.

CompactStore

Compact archive store.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
id number Unique ID of archive store

CreateClientAccessServer

Register new client access server.

Arguments

Name Type Description
config json Configuration of new Client Access Server.

Argument Values

config

{
  "serverName" : string,
  "port" : number,
  "serverCertificate" : {
    "thumbprint" : string
  }
}

CreateClientOneTimeUrlForArchiveAdmin

Create URL including OTP for $archiveadmin access.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
instanceUrl string (optional) Base URL for accessing instance.

CreateDirectoryOnInstanceHost

Create a directory on an Instance Host

Arguments

Name Type Description
serverName string Name of Instance Host.
path string Path of directory to create.

CreateInstance

Create new MailStore instance.

Arguments

Name Type Description
config json Configuration of new instance.

Argument Values

config

{
  "instanceID" : string,
  "alias" : string,
  "displayName" : string,
  "instanceHost" : string,
  "startMode" : string,
  "baseDirectory" : string,
  "debugLogEnabled" : bool,
  "vssWriterEnabled" : bool
}

CreateInstanceHost

Create a new Instance Host.

Arguments

Name Type Description
config json Configuration of new Instance Host.

Argument Values

config

{
  "serverName" : string,
  "port" : number,
  "serverCertificate" : {
    "thumbprint" : string
  }
}

CreateLicenseRequest

Create and return data of a license request.

CreateStore

Create and attach a new archive store.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
name string Meaningful name of archive store.
path string Path of directory containing archive store data.
requestedState string (optional) State of archive store after attaching.

Argument Values

requestedState

Name Description
current Same as Normal but new messages will be archived in the archive store that is set to Current.
normal The content of archives store is available to users and can be modified if the user has the appropriate permission.
writeProtected The content of write protected archive stores is available to users, but cannot be modified (e.g. delete or move messages, rename or move folders)
disabled Disabled archive stores are not in use but the instance still knows about their existence. Therefore the content is not available to users.

CreateSystemAdministrator

Create a new SPE system administrator.

Arguments

Name Type Description
config json Configuration of new SPE system administrator.
password string Password of new SPE system administrator.

Argument Values

config

{
  "userName" : string,
  "fullName" : string,
  "emailAddress" : string
}

DeleteClientAccessServer

Delete Client Access Server from management database.

Arguments

Name Type Description
serverName string Name of Client Access Server.

DeleteInstanceHost

Delete Instance Host from management database.

Arguments

Name Type Description
serverName string Name of Instance Host.

DeleteInstances

Delete one or multiple MailStore Instances

Arguments

Name Type Description
instanceFilter string Instance filter string.

Argument Values

instanceFilter

Name Description
* All instances
instance01 instance02 instance03 instance01, instance02 and instance03
*instancehost01 *instancehost02 All instances on instancehost1 and instancehost2
* .running All running instances
* .stopped All stopped instances

DeleteSystemAdministrator

Delete SPE system administrator.

Arguments

Name Type Description
userName string User name of SPE system administrator.

DetachStore

Detach archive store

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
id number Unique ID of archive store.

FreezeInstances

Freeze a MailStore Instance

Arguments

Name Type Description
instanceFilter string Instance filter string.

Argument Values

instanceFilter

Name Description
* All instances
instance01 instance02 instance03 instance01, instance02 and instance03
*instancehost01 *instancehost02 All instances on instancehost1 and instancehost2
* .running All running instances
* .stopped All stopped instances

GetArchiveAdminEnabled

Get current state of archive admin access.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.

GetClientAccessServers

Get list of Client Access Servers.

Arguments

Name Type Description
serverNameFilter string (optional) Server name filter string.
withServiceStatus bool Include service status or not.

Argument Values

serverNameFilter

Name Description
null All servers
serverName Only the given serverName. Must match exactly.

GetDirectoriesOnInstanceHost

Get file system directory structure from Instance Host.

Arguments

Name Type Description
serverName string Name of Instance Host.
path string (optional) Path of directory to obtain subdirectories from.

GetEnvironmentInfo

Return general information about SPE environment.

GetIndexConfiguration

Get list of attachment file types to index.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.

GetInstanceConfiguration

Get configuration of MailStore Instance.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.

GetInstanceHosts

Get list of Instance Hosts.

Arguments

Name Type Description
serverNameFilter string (optional) Server name filter string.

Argument Values

serverNameFilter

Name Description
null All servers
serverName Only the given serverName. Must match exactly.

GetInstanceProcessLiveStatistics

Get live statistics from instance process.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.

GetInstances

Get list of instances.

Arguments

Name Type Description
instanceFilter string Instance filter string.

Argument Values

instanceFilter

Name Description
* All instances
instance01 instance02 instance03 instance01, instance02 and instance03
*instancehost01 *instancehost02 All instances on instancehost1 and instancehost2
* .running All running instances
* .stopped All stopped instances

GetInstanceStatistics

Get archive statistics from instance.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.

GetServiceStatus

Get current status of all SPE services.

GetStoreAutoCreateConfiguration

Get automatic archive store creation settings.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.

GetSystemSmtpConfiguration

Get current system wide SMTP configuration.

GetStores

Get list of archive stores.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.

GetSystemAdministrators

Get list of system administrators.

MaintainFileSystemDatabases

Execute maintenance task on archive store databases.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.

MergeStore

Merge two archive stores.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
id number Unique ID of destination archive store.
sourceId number Unique ID of source archive store.

PairWithManagementServer

Pair server role with Management Server.

Arguments

Name Type Description
serverType string Type of server role.
serverName string Name of server that hosts 'serverType' role.
port number TCP port on which 'serverType' role on 'serverName' accepts connections.
thumbprint string Thumbprint of SSL certificate used by serverType' role on 'serverName'

Argument Values

serverType

Name Description
instanceHost Pairing an Instance Host.
clientAccessServer Pairing a Client Access Server.

Ping

Send a keep alive packet.

RebuildSelectedStoreIndexes

Rebuild search indexes of selected archive stores.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.

RecoverStore

Recreates a broken Firebird database from recovery records. The archive store must have been upgraded to the latest version and the recovery records must not be corrupt. The archive store must be in the Disabled or Error state.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
id number Unique ID of archive store.
encryptionKey string (optional) Encryption key of the archive store.

RecreateRecoveryRecords

Recreates broken Recovery Records of an archive store. Use VerifyStore to verify the state of the Recovery Records.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
id number Unique ID of archive store.

RefreshAllStoreStatistics

Refresh archive store statistics.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.

ReloadBranding

Reloads the SPE branding information from the filesystem. Newly connected clients are getting the updated branding.

RenameStore

Rename archive store

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
id number Unique ID of archive store.
name string New name of archive store.

RestartInstances

Restart one or multiple instances.

Arguments

Name Type Description
instanceFilter string Instance filter string.

Argument Values

instanceFilter

Name Description
* All instances
instance01 instance02 instance03 instance01, instance02 and instance03
*instancehost01 *instancehost02 All instances on instancehost1 and instancehost2
* .running All running instances
* .stopped All stopped instances

RetryOpenStores

Retry opening stores that failed previously

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.

SelectAllStoreIndexesForRebuild

Select all archive store for rebuild.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.

SetArchiveAdminEnabled

Enable or disable archive admin access.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
enabled bool Enable or disable flag.

SetClientAccessServerConfiguration

Set the configuration of a Client Access Server.

Arguments

Name Type Description
config json Client Access Server configuration.

Argument Values

config

{
  "serverName" : string,
  "port" : number,
  "serverCertificate" : {
    "thumbprint" : string
  }
}

SetIndexConfiguration

Set full text search index configuration.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
config json Full text search index configuration.

Argument Values

config

Use GetIndexConfiguration to receive supported value.

SetInstanceConfiguration

Set configuration of MailStore Instance.

Arguments

Name Type Description
config json Instance configuration.

Argument Values

config

{
  "instanceID" : string,
  "alias" : string,
  "displayName" : string,
  "instanceHost" : string,
  "startMode" : string,
  "baseDirectory" : string,
  "debugLogEnabled" : bool,
  "vssWriterEnabled" : bool
}

SetInstanceHostConfiguration

Set configuration of Instance Host.

Arguments

Name Type Description
config json Instance Host configuration.

Argument Values

config

{
  "serverName" : string,
  "port" : number,
  "serverCertificate" : {
    "thumbprint" : string
  },
  "baseDirectory" : string
}

SetStoreAutoCreateConfiguration

Set configuration for automatic archive store creation.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
config json Archive store automatic creation configuration.

Argument Values

config

{
  "enabled" : bool,
  "interval" : string,
  "sizeThreshold" : string,
  "numberOfMessagesThreshold" : number,
  "baseDirectory" : string
}

SetStorePath

Set the path to archive store data.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
id number Unique ID of archive store.
path string Path to archive store data.

SetStoreRequestedState

Set state of archive store.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
id number Unique ID of archive store.
requestedState string State of archive store.

Argument Values

requestedState

Name Description
current Same as Normal but new messages will be archived in the archive store that is set to Current.
normal The content of archives store is available to users and can be modified if the user has the appropriate permission.
writeProtected The content of write protected archive stores is available to users, but cannot be modified (e.g. delete or move messages, rename or move folders)
disabled Disabled archive stores are not in use but the instance still knows about their existence. Therefore the content is not available to users.

SetSystemAdministratorConfiguration

Set SPE system administrator configuration.

Arguments

Name Type Description
config json SPE system administrator configuration.

Argument Values

config

{
  "userName" : string,
  "fullName" : string,
  "emailAddress" : string
}

SetSystemAdministratorPassword

Set password for SPE system administrator.

Arguments

Name Type Description
userName string User name of SPE system administrator.
password string New password for SPE system administrator.

SetSystemSmtpConfiguration

Set system wide SMTP configuration.

Arguments

Name Type Description
config json SMTP configuration.

Argument Values

config

Example config object:

{
  "hostname": "mail.example.com",
  "port": 587,
  "protocol": "SMTP-TLS",
  "ignoreSslPolicyErrors": false,
  "authenticationRequired": true,
  "username": "[email protected]",
  "password": "userpassword",
  "fromDisplayName": "Sending User",
  "fromEmailAddress": "[email protected]",
  "recipientSystemAdministrator": ["admin", "johndoe"]
}

StartInstances

Start one or multiple MailStore Instances.

Arguments

Name Type Description
instanceFilter string Instance filter string.
safeMode bool (optional) Start instances in Safe Mode to perform maintenance.

Argument Values

instanceFilter

Name Description
* All instances
instance01 instance02 instance03 instance01, instance02 and instance03
*instancehost01 *instancehost02 All instances on instancehost1 and instancehost2
* .running All running instances
* .stopped All stopped instances

StopInstances

Stop one or multiple MailStore Instances.

Arguments

Name Type Description
instanceFilter string Instance filter string.

Argument Values

instanceFilter

Name Description
* All instances
instance01 instance02 instance03 instance01, instance02 and instance03
*instancehost01 *instancehost02 All instances on instancehost1 and instancehost2
* .running All running instances
* .stopped All stopped instances

TestSystemSmtpConfiguration

Test current system wide SMTP configuration.

ThawInstances

Thaw one or multiple MailStore Instances.

Arguments

Name Type Description
instanceFilter string Instance filter string.

Argument Values

instanceFilter

Name Description
* All instances
instance01 instance02 instance03 instance01, instance02 and instance03
*instancehost01 *instancehost02 All instances on instancehost1 and instancehost2
* .running All running instances
* .stopped All stopped instances

UpgradeStore

Upgrade archive store from MailStore Server 5 or older to current format.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
id number Unique ID of archive store.

VerifyStore

Verify archive stores consistency.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
id number Unique ID of archive store.
includeIndexes bool Defines whether to verify the search indexes as well.

VerifyStores

Verify consistency of all archive stores.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
includeIndexes bool Defines whether to verify the search indexes as well.

CancelJobAsync

Cancel a running job asynchronously.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
id number The unique identifier of the job to be canceled.

ClearUserPrivilegesOnFolders

Removes all privileges of a user on all archive folders.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
userName string User name of MailStore user.

CreateJob

Create a new job to execute Management API commands.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
name string (optional) A meaningful name for the job. Example: Daily Backup.
action string (optional) Management API command to execute.
owner string (optional) Username of the job owner; must be an administrator.
timeZoneId string (optional) The time zone id of the time zone the date should be converted to, e.g. $Local, which represents the time zone of the operating system.
date string (optional) Datetime string (YYYY-MM-DDThh:mm:ss) for running the job once.
interval number (optional) Interval for running job.
time string (optional) Time for running job. Without additional parameter, this means daily execution.
dayOfWeek string (optional) Day of week to run job. Parameter "time" also required.
dayOfMonth string (optional) Day of month to run job. Parameter "time" also required. dayOfWeek can optionally be used to define further.

Use the API command GetTimeZones to retrieve a list of all available time zones.

Argument Values

interval

Name Description
5 Every 5 minutes.
10 Every 10 minutes.
15 Every 15 minutes.
20 Every 20 minutes.
30 Every 30 minutes.
60 Every hour.
120 Every 2 hours.
180 Every 3 hours.
240 Every 4 hours.
360 Every 6 hours.
720 Every 12 hours.

dayOfWeek

Name Description
Sunday Sunday
Monday Monday
Tuesday Tuesday
Wednesday Wednesday
Thursday Thursday
Friday Friday
Saturday Saturday

dayOfMonth

Name Description
1 to 31 Numeric representation of day of month.
Last Last day of month.

CreateProfile

Create a new archiving or exporting profile.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
properties json Profile properties.
raw bool Currently only 'true' is supported.

Argument Values

properties

To receive available profile properties create a profile of the desired type via the Email Archive client and then use the GetProfiles method to receive supported values. The properties id and version must be omitted, the password field must be filled properly.

CreateUser

Create new MailStore user. Use SetPrivilegesOnFolder to grant that user privileges on the own archive.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
userName string User name of new MailStore user.
privileges string Comma separated list of privileges.
fullName string (optional) Full name of user.
distinguishedName string (optional) LDAP DN string.
authentication string (optional) Authentication setting for user: 'integrated' or 'directoryServices'.
password string (optional) Password of new user.

Argument Values

privileges

Name Description
none The user is granted no global privileges. If specified, this value has to be the only value in the list.
admin The user is granted administrator privileges. If specified, this value has to be the only value in the list.
login The user can log on to MailStore Server.
changePassword The user can change his own MailStore Server password. This only makes sense if the authentication is set to integrated.
archive The user can run archiving profiles.
modifyArchiveProfiles The user can create, modify and delete archiving profiles.
export The user can run export profiles.
modifyExportProfiles The user can create, modify and delete export profiles.
delete The user can delete messages. Please note that a non-admin user can only delete messages in folders where he has been granted delete access. In addition, compliance settings may be in effect, keeping administrators and users from deleting messages even if they have been granted the privilege to do so.

DeleteEmptyFolders

Remove folders from folder tree that do not contain emails.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
folder string (optional) Entry point in folder tree.

DeleteJob

Deletes a job.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
id string (optional) The unique identifier of the job to be deleted.

DeleteProfile

Delete an archiving or exporting profile.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
id number Unique ID of profile.

DeleteUser

Delete a MailStore user.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
userName string User name of MailStore user.

GetChildFolders

Get child folders.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
folder string (optional) Parent folder.
maxLevels number (optional) Depth of child folders.

GetComplianceConfiguration

Get current compliance configuration settings.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.

GetDirectoryServicesConfiguration

Get current Directory Services configuration settings.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.

GetFolderStatistics

Get folder statistics.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.

GetJobResults

Retrieves list of finished job executions.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
fromIncluding string Beginning of time range to fetch.
toExcluding string End of time range to fetch.
timeZoneId string The time zone id of the time zone the date should be converted to, e.g. $Local, which represents the time zone of the operating system.
jobId number (optional) The job id for which to retrieve results.

Interactive Management Shell Example: GetJobResults --fromIncluding="2016-12-01T00:00:00" --toExcluding="2016-12-31T23:59:59" --timeZoneId="$Local" --jobId=1

Use the API command GetTimeZones to retrieve a list of all available time zones.

GetJobs

Retrieve list of jobs

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.

GetProfiles

Get list of archiving and exporting profiles.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
raw bool Currently only 'true' is supported.

GetSmtpSettings

Get current SMTP configuration.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.

GetTimeZones

Get list of available time zones.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.

GetUserInfo

Get detailed information about user.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
userName string User name of MailStore user

GetUsers

Get list of users.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.

GetWorkerResults

Get results of profile executions.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
fromIncluding string Beginning of time range to fetch.
toExcluding string End of time range to fetch.
timeZoneID string The time zone id of the time zone the date should be converted to, e.g. $Local, which represents the time zone of the operating system.
profileID number (optional) Filter results by given profile ID.
userName string (optional) Filter results by given user name.

Interactive Management Shell Example: GetWorkerResults --fromIncluding="2016-01-01T00:00:00" --toExcluding="2016-12-31T23:59:59" --timeZoneID="$Local" --profileID=1 --userName="admin"

Use the API command GetTimeZones to retrieve a list of all available time zones.

MoveFolder

Move folder.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
fromFolder string Old folder name.
toFolder string New folder name.

RenameJob

Rename job.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
id number (optional) The unique identifier of the job to be renamed.
name string (optional) The new job name.

RenameUser

Rename a MailStore user.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
oldUserName string Old user name.
newUserName string New user name.

RunJobAsync

Run an existing job.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
id number The identifier of the job to be run.

RunProfile

Run an existing archiving or exporting profile. Only profiles that are executed on server side can be started by this command. That are all profiles which are listed under E-Mail Servers in the E-Mail-Archive Client. Client side profiles can be started by using the MailStoreCmd and the commands import-execute and export-execute.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
id number Unique profile ID.

RunTemporaryProfile

Run a temporary/non-existent profile. Only profiles that are executed on server side can be started by this command. That are all profiles which are listed under E-Mail Servers in the E-Mail-Archive Client.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
properties json Profile properties.
raw bool Currently only 'true' is supported.

Argument Values

properties

To receive available profile properties create a profile of the desired type via MailStore Client and use the GetProfiles method to receive supported value. Id and Version attributes must not be set.

SetComplianceConfiguration

Set compliance configuration settings.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
config json Compliance configuration.

Argument Values

config

Use GetComplianceConfiguration to receive supported value.

Example settings object:

{
  "adminEmailPreviewEnabled": true,
  "legalHoldEnabled": false,
  "logSuccessfulUserActivities": [
    "AdminRestored",
    "ComplianceChangeSettings",
    "FileGroupAttach",
    "FileGroupCreate",
    "FileGroupDetach",
    "FileGroupRename",
    "FileGroupSetProperties",
    "FileGroupSetRequestedState",
    "ProfileChangeUserName",
    "UserAdd",
    "UserDelete",
    "UserRename",
    "UserSetFolderAccess",
    "UserSetMappings",
    "UserUpdate"
  ]
}

SetDirectoryServicesConfiguration

Set directory services configuration settings.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
config json Directory services configuration.

Argument Values

config

Use GetDirectoryServicesConfiguration to receive supported value.

SetJobEnabled

Set enabled status of a job.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
id number (optional) The unique identifier of the job to be modified.
enabled bool (optional) Boolean value of enabled attribute.

SetJobSchedule

Modify the schedule of a job.

Arguments

Name Type Description
id number The unique identifier of the job to be modified.
timeZoneId string The time zone id of the time zone the date should be converted to, e.g. $Local, which represents the time zone of the operating system.
date string (optional) Datetime string (YYYY-MM-DDThh:mm:ss) for running the job once.
interval number (optional) Interval for running job.
time string (optional) Time for running job. Without additional parameter, this means daily execution.
dayOfWeek string (optional) Day of week to run job. Parameter "time" also required.
dayOfMonth string (optional) Day of month to run job. Parameter "time" also required. dayOfWeek can optionally be used to define further.

Use the API command GetTimeZones to retrieve a list of all available time zones.

Argument Values

interval

Name Description
5 Every 5 minutes.
10 Every 10 minutes.
15 Every 15 minutes.
20 Every 20 minutes.
30 Every 30 minutes.
60 Every hour.
120 Every 2 hours.
180 Every 3 hours.
260 Every 4 hours.
360 Every 6 hours.
720 Every 12 hours.

dayOfWeek

Name Description
Sunday Sunday
Monday Monday
Tuesday Tuesday
Wednesday Wednesday
Thursday Thursday
Friday Friday
Saturday Saturday

dayOfMonth

Name Description
1 to 31 Numeric representation of day of month.
Last Last day of month.

SetSmtpSettings

Set SMTP configuration.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
settings json SMTP configuration.

Argument Values

settings

Example settings object:

{
  "hostname": "mail.example.com",
  "port": 587,
  "protocol": "SMTP-TLS",
  "ignoreSslPolicyErrors": false,
  "authenticationRequired": true,
  "username": "[email protected]",
  "password": "userpassword",
  "fromDisplayName": "Sending User",
  "fromEmailAddress": "[email protected]",
  "recipientEmailAddress": "[email protected]"
}


SetUserAuthentication

Set authentication settings of a MailStore user.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
userName string User name of MailStore user.
authentication string Authentication method. Either 'integrated' or 'directoryServices'.

SetUserDistinguishedName

Set the LDAP distinguished name of a MailStore user.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
userName string User name of MailStore user.
distinguishedName string (optional) LDAP DN string.

SetUserEmailAddresses

Set email addresses of MailStore user.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
userName string User name of MailStore user.
emailAddresses string (optional) List of email addresses.

SetUserFullName

Set full name of MailStore user.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
userName string User name of MailStore user.
fullName string (optional) Full name of MailStore user.

SetUserPassword

Set password of MailStore user.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
userName string User name of MailStore user.
password string Password of MailStore user.

SetUserPop3UserNames

Set POP3 user name of MailStore user.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
userName string User name of MailStore user.
pop3UserNames string (optional) Comma separated list of POP3 user names.

SetUserPrivileges

Set privileges of MailStore user.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
userName string User name of MailStore user.
privileges string Comma separated list of privileges.

Argument Values

privileges

Name Description
none The user is granted no global privileges. If specified, this value has to be the only value in the list.
admin The user is granted administrator privileges. If specified, this value has to be the only value in the list.
login The user can log on to MailStore Server.
changePassword The user can change his own MailStore Server password. This only makes sense if the authentication is set to integrated.
archive The user can run archiving profiles.
modifyArchiveProfiles The user can create, modify and delete archiving profiles.
export The user can run export profiles.
modifyExportProfiles The user can create, modify and delete export profiles.
delete The user can delete messages. Please note that a non-admin user can only delete messages in folders where he has been granted delete access. In addition, compliance settings may be in effect, keeping administrators and users from deleting messages even if they have been granted the privilege to do so.

SetUserPrivilegesOnFolder

Set privileges on folder for MailStore user.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
userName string User name of MailStore user.
folder string Folder name.
privileges string Comma separated list of folder privileges.

Argument Values

privileges

Name Description
none The user is denied access to the specified folder. If specified, this value has to be the only value in the list. This effectively removes all privileges on the specified folder.
read The user is granted read access to the specified folder.
write The user is granted write access to the specified folder. Messages can be moved within an archive.
delete The user is granted delete access to the specified folder.

SyncUsersWithDirectoryServices

Sync users of MailStore instance with directory services.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.
dryRun bool (optional) Simulate sync only.

TestSmtpSettings

Test current SMTP configuration.

Arguments

Name Type Description
instanceID string Unique ID of MailStore instance in which this command is invoked.