Contains raw information related to a single endpoint's registration record, pointing back to the host server.
Name | Type | Description | Attributes |
---|---|---|---|
id | string | UUID of the registration record. | Mandatory |
sourceHost | string | Source IP/FQDN of the registration share. This is the signaling host to contact where the actual endpoint registration lives. | Mandatory |
sourcePort | string | Source port of the registration share. This is the signaling port to contact where the actual endpoint registration lives. | Mandatory |
registrationRecord | string | Raw JSON data format for the endpoint's registration record. Exact structure of the JSON data is not specified and is application specific. Relates roughly to fields in an H350 schema CommObject but may use application defined numerical values for the field idendifiers, as well as containing additional fields not normally found in standard H350 structures. The only formatting garuntee is that field numbers, and their data types, shall not be altered or removed and that only new fields will be added to the representation. | Mandatory |
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. |
Name | Type | Restrictions |
---|---|---|
EntityTag | string | Length of value must be >=1 Length of value must be <=64 |