pem.exchange.getMailboxStores

This method is supported by Operations starting from version 2.8

This method returns the list of Exchange Mailbox Stores with their properties.

The method has no the input parameters.

The method returns the array of structures:

Name

Type

Short Description

store_id

int

Store ID.

name

string

Store Name.

host_name

string

Name of host on which Store is located.

is_ready

boolean

Whether the Store is Ready to Provide.

reserved_size

bigint

Space allocated for mailboxes provisioned to this store (in Kilobytes).

store_size

bigint

Maximum space that can be allocated for mailboxes in this store (in Kilobytes).

used_size

bigint

Space occupied by contents of mailboxes provisioned to this store (in Kilobytes).

sync_status

int

Status of Store. Possible values are the following:

  • 0 – Ready.
  • 1 – Creating.
  • 2 – Deleting.
  • 4 – Failed.

entities_count

bigint

Number of mailboxes provisioned to this store.

windows_domain

string

Windows Domain DNS name in which Store's Exchange server is participated.

exchange_version

int

Exchange server version. Possible values are the following:

  • 2013 – MS Exchange 2013

[attributes]

array of string

List of Store's Provisioning Attributes.