A content server. A content server manages content transcoding in conferences that require it. Content-Type: application/vnd.plcm.plcm-content-server+xml or application/vnd.plcm.plcm-content-server+json. All attributes are used in ETag calculation except for entity-tag.
| Name | Type | Description | Attributes |
|---|---|---|---|
| atomLinkList | Array of Link | See Definition of Link | |
| enabled | boolean | Boolean indicating whether this content server is enabled. | |
| contentServerIdentifier | ContentServerIdentifier | The unique identifier of the content server. This is a system-generated identifier. | |
| contentServerName | string | Name of the content server. | |
| description | Description | The description of this content server. | |
| address | Address | Address of this content server. | Mandatory |
| maximumCapacity | long | Maximum capacity of this content server. | |
| availableCapacity | long | Current available capacity of this content server. | |
| entityTag | 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. | |
| version | Version | Version of this content server. | |
| lastHeartbeat | dateTime |
| Name | Type | Restrictions |
|---|---|---|
| Version | string | Length of value must be >=0 Length of value must be <=80 |
| EntityTag | string | Length of value must be >=1 Length of value must be <=64 |
| Address | string | Length of value must be >=1 Length of value must be <=128 |
| Description | string | Length of value must be >=0 Length of value must be <=80 |
| ContentServerIdentifier | Length of value must be >=0 Length of value must be <=128 | |
| T0 | string | Pattern of value must match the regular expression [0-9a-zA-Z~!@$%\*_\-\+={}\[\]\\/?\. ]* |