CAA Tenants are External Lync Systems Content-Type: application/vnd.plcm.plcm-caa-tenant-v2+xml. All attributes are used in ETag calculation except for entity-tag, atom-link, mcu-pool-queue-name, conference-template-name, and virtual-entry-queues.
Name | Type | Description | Attributes |
---|---|---|---|
atomLinkList | List of link | See Definition of link | |
caa-tenant-identifier | xs:string | Internal identifier. Provided to protect against a name update. | |
name | Name | A meaningful name for the CAA Tenant. This field is mandatory. Max size 128 characters. | Mandatory |
description | Description | A brief description of the CAA Tenant. Max size 128 characters. | |
caa-prefix | CaaPrefix | The dialed prefix for use with this tenant. Prefixes must be unique, and at most one tenant may use a blank prefix, in which case, all dial strings in a dial rule that include the blank prefix will match, and no further dial rules will be tried. | |
dial-in-sip-uri | DialInSipUri | The SIP URI for the CAA Tenant. | Mandatory |
conference-template-key-value | xs:int | The conference template key for use with this CAA Tenant. | |
conference-template-name | ConferenceTemplateName | The name of the conference template with this key. This is provided only for readability, and is neither required nor used when setting the CAA Tenant Conference Template. | |
mcu-pool-queue-uid | McuPoolQueueUid | The UID of the MCU Pool Order to use with this CAA Tenant | |
mcu-pool-queue-name | McuPoolQueueName | The name of the MCU Pool Order in use with this CAA Tenant. This is provided only for readability, and is neither required nor used when setting the CAA Tenant MCU Pool Order. | |
mcu-first-caller-mcu-affinity | xs:boolean | If the first caller's site contains MCUs in the designated MCU pool order, start the conference on one of them. | |
virtual-entry-queues | List of xs:string | A list of Virtual Entry Queues that use this CaaTenant. This is provided only for readability, and is neither required nor used when updating or creating a CAA Tenant. | |
passback | Passback | User defined value for that is opaque to the system | |
override-default-conference-template-key-value | xs:boolean | When true, conference-template-key-value must be specified in the request. When false, conference-template-key-value value will be determined by the system default. | |
override-default-mcu-pool-queue-uid | xs:boolean | When true, mcu-pool-queue-uid must be specified in the request. When false, mcu-pool-queue-uid value will be determined by the system default. | |
override-default-first-caller-mcu-affinity | xs:boolean | When true, mcu-first-caller-mcu-affinity must be specified in the request. When false, mcu-first-caller-mcu-affinity value will be determined by the system default. | |
entity-tag | EntityTag | The unique value generated from the server object instance. This value is the same value that MUST be applied to the HTTP Entity Tag (ETag) header for a single instance of this object. Client modification of this field is not allowed for this instance. |
Name | Type | Restrictions |
---|---|---|
EntityTag | xs:string | Length of value must be >=1 Length of value must be <=64 |
Passback | xs:string | Length of value must be >=1 Length of value must be <=512 |
McuPoolQueueName | xs:string | Length of value must be >=0 Length of value must be <=128 |
McuPoolQueueUid | xs:string | Length of value must be >=0 Length of value must be <=128 |
ConferenceTemplateName | xs:string | Length of value must be >=0 Length of value must be <=128 |
DialInSipUri | xs:string | Length of value must be >=0 Length of value must be <=128 |
CaaPrefix | T0 | Length of value must be >=0 Length of value must be <=8 |
Description | xs:string | Length of value must be >=0 Length of value must be <=128 |
Name | xs:string | Length of value must be >=1 Length of value must be <=128 |
T0 | xs:string | Pattern of value must match the regular expression [0-9]* |