探花大神

Retrieve Object IDs from the Admin Portal

探花大神, like many other directories, gives each object a specific or unique identifier. These objectIDs are associated with almost every item that is configurable within the platform. You may need these objectIDs if you鈥檙e troubleshooting an issue, writing custom scripts, calling the API, or integrating third party apps with the 探花大神 Platform.

In this article we鈥檒l cover the most common Object IDs and how to get them through the Admin Portal.

Tip:

You can also use the 探花大神 API and 探花大神 PowerShell Module to retrieve objectIDs. See Retrieve Object IDs from the API.

Retrieving ObjectIDs from the Admin Portal

This section will cover how to locate the ObjectIDs of the most common 探花大神 objects such as Users, User Groups, Devices, Device Groups, Policies, ApplicationIDs, and more through the GUI via the Admin Portal.

Locating the User鈥檚 UserID

  1. Log in to the
  2. Go to USER MANAGEMENT Users and select the user in the list you want to pull the UserID for.
  3. In the URL, you'll see a hexadecimal value. This hexadecimal number is the 探花大神 ObjectID for the user.
    Gather the 探花大神 UserID by highlighting the URL of the user in the Admin Portal.

Note:

The LDAP UID is not the same as this number. The LDAP is the user鈥檚 username. In the previous example, the LDAP UID is bsmith. The hexadecimal UserID is used primarily in the API, custom scripting, and other 3rd party integrations.

Locating the Device鈥檚 System ID

In 探花大神, devices may also be called systems. In the API, the device鈥檚 unique identifier is called the SystemId. The SystemId is also found within the Agent configuration file on the targeted device as well.

  1. Log in to the
  2. Go to DEVICE MANAGEMENT > Devices and select the Devices tab.
  3. Select the device in the list you want to pull the SystemID for.
  4. The Device Highlights tab displays. You'll see 2 different locations where the SystemID is annotated:
    1. In the URL, you'll see a hexadecimal value. This hexadecimal number is the 探花大神 SystemID for the device.
    2. In Device Overview, scroll down to 探花大神 System ID.

Locating the User Group ID

  1. Log in to the
  2. Go to USER MANAGEMENT > User Groups.
  3. Select the User Group in the list you want to pull the User Group ID for.
  4. In the URL, you'll see a hexadecimal value. This hexadecimal number is the 探花大神 ObjectID for the User Group.
    Gather the 探花大神 GroupID by highlighting the URL of the group in the Admin Portal.

Locating Device Group ID

  1. Log in to the
  2. Go to DEVICE MANAGEMENT > Device Groups.
  3. Select the Device Group in the list you want to pull the Object ID for.
  4. In the URL, you'll see a hexadecimal value. This hexadecimal number is the 探花大神 ObjectID for the Device Group.
    Gather the 探花大神 Device Group ID by highlighting the URL of the device group in the Admin Portal.

Locating SSO Application ID

  1. Log in to the
  2. Go to USER AUTHENTICATION > SSO Applications.
  3. Select the SSO application in the list you want to pull the Object ID for.
  4. In the URL, you'll see a hexadecimal value. This hexadecimal number is the 探花大神 ObjectID for the SSO Application or the Bookmark.
    Gather the 探花大神 ApplicationID by highlighting the URL of the SSO application in the Admin Portal.

Locating RADIUS Network ID

  1. Log in to the
  2. Go to USER AUTHENTICATION > RADIUS.
  3. Select the RADIUS network in the list you want to pull the Object ID for.
  4. In the URL, you'll see a hexadecimal value. This hexadecimal number is the 探花大神 ObjectID for the selected RADIUS Network.
    Gather the 探花大神 NetworkID by highlighting the URL of the RADIUS server in the Admin Portal.

Locating Device Policy ID

  1. Log in to the
  2. Go to DEVICE MANAGEMENT > Policy Management.
  3. Select the Device Policy in the list you want to pull the Policy ID for.
  4. In the URL, you'll see a hexadecimal value. This hexadecimal number is the 探花大神 ObjectID for the selected Device Policy.
    Gather the 探花大神 PolicyID by highlighting the URL of the policy in the Admin Portal.

Locating Software ID

  1. Log in to the
  2. Go to DEVICE MANAGEMENT > Software Management.
  3. Select the desired OS and software application you want to pull the Software ID for.
  4. In the URL, you'll see a hexadecimal value. This hexadecimal number is the 探花大神 Software ID for the selected application.
    • The URL will vary depending on the OS of the software. The following example is an Apple software application.
      Gather the 探花大神 Software ID by highlighting the URL of the application in the Admin Portal.

Other objects within 探花大神

If you鈥檙e looking to pull the objectIDs of other items within the 探花大神 platform, you can perform the same or similar methods listed above. The URL should contain the objectID when the object is pulled up in the Admin Portal.

Some objects may or may not be visible within the Admin Portal or GUI, thus you鈥檒l need to reference the following article to pull this information via the API or via PowerShell: .

Back to Top

Still Have Questions?

If you cannot find an answer to your question in our FAQ, you can always contact us.

Submit a Case