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 | List of link | See Definition of link | |
enabled | xs:boolean | Boolean indicating whether this content server is enabled. | |
content-server-identifier | ContentServerIdentifier | The unique identifier of the content server. This is a system-generated identifier. | |
content-server-name | xs:string | Name of the content server. | |
description | Description | The description of this content server. | |
address | Address | Address of this content server. | Mandatory |
maximum-capacity | xs:long | Maximum capacity of this content server. | |
available-capacity | xs:long | Current available capacity of this content server. | |
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. | |
version | Version | Version of this content server. | |
last-heartbeat | xs:dateTime |
Name | Type | Restrictions |
---|---|---|
Version | xs:string | Length of value must be >=0 Length of value must be <=80 |
EntityTag | xs:string | Length of value must be >=1 Length of value must be <=64 |
Address | xs:string | Length of value must be >=1 Length of value must be <=128 |
Description | xs:string | Length of value must be >=0 Length of value must be <=80 |
ContentServerIdentifier | T0 | Length of value must be >=0 Length of value must be <=128 |
T0 | xs:string | Pattern of value must match the regular expression [0-9a-zA-Z~!@$%\*_\-\+={}\[\]\\/?\. ]* |