This object contains all of the parameters necessary to configure the licensing authority
Name | Type | Description | Attributes |
---|---|---|---|
atomLinkList | List of link | See Definition of link | |
backup-server-address | PlcmServerAddress | If the use-auto-discovery flag is false, this is the address of the backup FNE Server. If the use-auto-discovery flag is true, this list is ignored for a PUT and returns the server/port that was discovered for a GET, or empty if a server could not be auto-discovered. This field is only meaningful when the FNEServer is configured for high availability. | |
main-server-address | PlcmServerAddress | If the use-auto-discovery flag is false, this is the address of the main FNE Server. If the use-auto-discovery flag is true, this list is ignored for a PUT and returns the server/port that was discovered for a GET, or empty if a server could not be auto-discovered. | |
use-auto-discovery | xs:boolean | This flag is used to configure the client to automatically discover the licensing server (true) or to use one of the server's in the supplied list to contact the licensing server (false). This capability is desired but not currently implemented : dszabo 13-Dec-2013 It was left here for the sake of completeness. | Mandatory |
current-status | xs:string | Current status of the licensing client. This is a read-only field. | |
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 |