Scope XML Tags

You use Scope XML tags to specify the scope of the information to be retrieved from Sentinel License Manager, using the AdminApi.adminGet method.

The available Scope XML tags are described in the table that follows.

Parent Tag

Child Tag

Description

none - root

<haspscope>

Root element for the Scope XML

<haspscope>

<product>

ID of the Product

<haspscope>

<vendor>

Vendor code

<haspscope>

<hasp>

ID of the Sentinel protection key

<haspscope>

<feature>

ID of the Feature

<haspscope>

<machine>

Name or IP address of the computer

<haspscope>

<client>

IP address of a client of a License Manager session (or Local for the local computer)

<haspscope>

<user>

User name of the License Manager user

<haspscope>

<identity>

Identity code of the client identity

<haspscope>

<filter>

Filter values for retrieving a list of client identities. Attributes are:

>limit = Number of records to retrieve.

>offset = Location in the list from which to start retrieving records.

For example - To retrieve 10 records starting from record number 100:

<filter limit = "10" offset = "100">

Notation

You can specify the scope using either of the following types of notation:

>Attribute Notation

For example:

<haspscope>
 <vendor id="37515"/>
</haspscope>

>Element Notation

For example:

<haspscope>
<vendor><id>37515</id></vendor>
</haspscope>

Related Topics

XML Tags for Admin API Methods

Examples of XML Code for Methods in Admin API