Format XML Tags for Cloud Licensing

The table that follows describes all possible format XML tags that can be used with the AdminApi.adminGet method or the AdminApi.adminSet method to request or modify information related to a client identity.

For an example of how these tags can be used, see Managing Cloud Licensing

Child tags of the <admin> <identity> tag

Tag

Description and Output Values

<identity_code>

Identity code for the client identity.

<identity_secret>

Identity secret for the client identity.

<issued_to> Name of the person or entity for whom the client identity is assigned.
<allow_remote_login_access>

Whether a remote machine with the identity string is allowed to consume a license from the license server machine. Possible values are:

0 - No

1 - Yes

<allow_remote_detach_access>

Whether a remote machine with the identity string is allowed to detach a license from the license server machine. Possible values are:

0 - No

1 - Yes

<limit_to>
OR

<limit_to_key_Id> (Deprecated)

Optional. The Key IDs or the Products in the key for which the licensed user can consume a license. If this tag is not specified, the licensed user's machine can access licenses from any protection key located on the license server machine.

Syntax:

key_ID or keyID:product_ID

Multiple comma-separated entries can be specified. For example:

<limit_to>keyID1:product1,keyID1:product2,keyID2</limit_to>
<maximum_number_of_auto_registered_machines>

Contains one of the following:

>"unlimited" – An unlimited number of remote machines are allowed to use the identity string to access the license server machine. The machines will not be registered.

>A numeric value – The maximum number of remote machines that are allowed to use this identity string to access the license server machine. Each machine will be automatically registered the first time it accesses the license server machine. When the maximum number of machines are registered, no additional machines can use this identity string.

<registered_machines>

Information on all registered machines for the relevant client identity. For each machine, this tag contains the machine name, user name, IP address, and registration date.

Related Topics

Managing Cloud Licensing

XML Tags for Admin API Methods

Examples of XML Code for Methods in Admin API