CDR client configuration.
| Name | Type | Description | Attributes |
|---|---|---|---|
| atomLinkList | List of link | See Definition of link | |
| enable-cdr | xs:boolean | Enable or disable CDR. | |
| server-address | ServerAddress | The CDR server address. | Mandatory |
| server-port | xs:unsignedShort | The CDR server port. | Mandatory |
| login-name | xs:string | User login name. | Mandatory |
| login-password | xs:string | User password. | Mandatory |
| 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 |
| ServerAddress | xs:string | Length of value must be >=1 Length of value must be <=256 |