Let Oomnitza be your single source of truth!
You'll get complete visibility of your assets as data from SolarWinds Web Help Desk is automatically transformed into consumable information and actionable insights.
Connect Oomnitza and SolarWinds Web Help Desk in minutes
Get the information and insights that you need to reduce costs and the time that you spend on administration tasks such as:
- Configurable dashboards and list views of key asset and software information
- Configurable reports to share information about assets and software with your colleagues and management such as corporate-wide reports that detail the distribution and status of the assets and software in your environment
- Configurable workflows that you can easily create to automate tasks such as:
- Managing SolarWinds assets, including creating and updating assets.
- Retrieving detailed asset information, including asset status, purchase information, and location.
Navigation
Before you start
You must complete these tasks before you begin the integration:
Creating the asset integration
- In Oomnitza, click Configuration> Integrations> Overview.
- Click Block view
- Scroll down to the Extended section for asset integrations.
- Click NEW INTEGRATION.
- Select the integration in the sidebar.
- Click ADD.
Integration Overview
More information is provided about the following fields to help you complete the integration:
- Integration preferences: By default, the option Create & Update is selected, which allows for editing existing asset records and adding new ones. If your goal is only to edit existing asset records, choose Update Only. On the other hand, if you only want to add new records, select Create Only.
Integration details
To review or update the integrations details, click the pencil:
- Update the integration name if necessary.
- For installation type decide whether you want to store the credentials locally or in Oomnitza:
- Select Local if you want to store credentials locally. This mode does not support OAuth or AWS authentication.
- Select Cloud if you want to store credentials in your Oomnitza instance.
- For integration preferences, select an option.
- Enter the name of the integration user.
Credential details
Choose one of the following options:
- Select the credentials that were created for the integration.
- Edit the credentials that were created for the integration.
- Create new credentials
Schedule
By default, user data is streamed to Oomnitza once every day.
You can configure the schedule to meet your needs such as changing the interval or changing the time so that the data is streamed when your system isn't busy.
- Click the pencil.
- Configure your schedule.
- Click Update.
Mappings
To map the fields to Oomnitza, click the pencil.
Creating custom mappings
Map SolarWinds fields to Oomnitza fields to get the asset information that you need. For the field mapping, it is recommended to follow these steps:
- Click SMART MAPPING.
- Create a custom mapping for the SolarWinds Id. To do this, complete the following steps:
- Select the down arrow on the Id field that you want to map.
- Select Add new Oomnitza assets field.
- Change the name of the field to Solar Winds Asset Id.
- Click CREATE.
- Map and assign a sync key to the Serial Number field.
- Click UPDATE.
Custom mappings
Asset Number
Assetstatus Id
Billingrate Id
Connect: Credentials
Connector Sync Time
Contract Expiration
Id
Is Deleted
Is notes Visible To Clients
Is Reservable
Is Synchronization Disabled
Lease Expiration Date
Location Address
Location City
Location Default Priority Type Id
Location Id
Location Name
Location Postal Code
Location State
Location Type
Mac Address
Model Asset Type Id
Model Assettype Asset Type
Model Assettype Id
Model Assettype Type
Model Id
Model Id
Model Manufacturer Address
Model Manufacturer City
Model Manufacturer Country
Model Manufacturer Fax
Model Manufacturer Full Name
Model Manufacturer Id
Model Manufacturer Id
Model Manufacturer Id
Model Manufacturer Name
Model Manufacturer Phone
Model Manufacturer Postal Code
Model Manufacturer State
Model Manufacturer Type
Model Manufacturer Url
Model Name
Model Type
Model Warranty Type Id
Network Address
Network Name
notes
Purchase Date
Serial Number
Type
Version
Warranty Expiration Date
Warrantytype Id
Did you know?
You can define rules for your integration by selecting Edit integration on the mapping page. For example, you may only want to run the integration if a certain contact or region exists. See Filtering integration results.
You can add new fields to your integration by selecting Add new field on the mapping page. All you need to do is specify the property name. See Creating custom API fields.
Launching the integration
Your integration is in Draft mode until all the required mandatory fields are added. Once you have added all of the required fields, select Launch to activate your integration.
If you selected Cloud as the installation type when creating the integration, refer to Running an extended integration
If you selected Local as the installation type when creating the integration, refer to Running an extended integration locally.
Getting your results
To view the information that is collected about your assets, click Assets. To view the information about software, click the Software tab.
To view the information that is collected about your users, click People. If you selected User plus SaaS User when running the user integration, you can also find a list of users in the Software > SaaS menu
Related Links
Creating workflows
Creating asset workflows with the API block
To reduce your workload and automate complex and repetitive tasks, you can create asset workflows with the API block by following the steps in Using the API block. To locate the available presets, enter SolarWinds in the Select Preset search field. Select your preset of choice and for every preset enter the following information in the Configure section:
- Your correct SolarWinds Credentials that you created in Adding the credentials.
- Your hostname and port number should be derived from the global variable you created when Setting the SolarWinds hostname and port number as a global variable. Alternatively, click Set Manually to manually enter your hostname and port number.
The SolarWinds API block workflow comes with the following presets for assets:
Using the SolarWinds Get Asset Details preset
The SolarWinds Asset Details preset allows you to retrieve details of a specific asset in the SolarWinds Web Help Desk. When you select this preset, use the Advanced Mode to configure the message payload. To do this, complete the following steps:
- In the API block window, click the Advanced Mode button located in the upper right of the window.
- In the Information tab, you will notice that the SolarWinds asset id is referenced in the field
{{solar_winds_asset_id}}
that you created in Creating custom mappings. If you did not create this custom mapping, you can replace the value{{solar_winds_asset_id}}
} in the URL with the correct field or asset id. - Select the Response tab. You can map the entire response by placing
{{response}}
in the Response field and mapping it to a custom long text Oomnitza field, such as API Response. For information on creating custom fields, see Creating Custom Fields in Oomnitza. Once you have the entire response, you can then map individual JSON values to custom fields. For further information, refer to the Enhanced API Block.
For further information, refer to the SolarWinds API Documentation: Get Asset Details.
Using the SolarWinds Update Asset Details preset
The SolarWinds Update Asset Details preset allows you to update a specific asset in SolarWinds Web Help Desk.
When using this preset, the Update to fields are the fields which will be used in the request body. Ensure that these files are populated with the relevant information in Oomnitza.
-
Update to Serial Number. For example,
serial_number
. The serial number of the asset. -
Update to Asset Type ID. For example,
asset_type_id
. The asset type id asset. -
Update to Model ID. For example,
model_id
. The model id. -
Update to Manufacturer ID. For example,
manufacturer_id
. The manufacturer id.
When you select this preset, use the Advanced Mode to configure the message payload by following the steps in Using the SolarWinds Get Asset Details preset.
Using the SolarWinds Create Asset preset
The SolarWinds Create Asset preset allows you to create an asset in SolarWinds Web Help Desk. When using this preset, the following fields are the fields which will be used in the request body. Ensure that these files are populated with the relevant information in Oomnitza.
- New Asset Serial Number.
- Asset Type ID.
- Model ID.
- Manufacturer ID.
When you select this preset, use the Advanced Mode to map the API response. To do this, complete the following steps:
- In the API block window, click the Advanced Mode button located in the upper right of the window.
- Select the Response tab. You can map the entire response by placing
{{response}}
in the Response field and mapping it to a custom long text Oomnitza field, such as API Response. For information on creating custom fields, see Creating Custom Fields in Oomnitza. Once you have the entire response, you can then map individual JSON values to custom fields. For further information, refer to the Enhanced API Block.
Note
Make sure that all relevant entities referenced by this asset currently exist. These
entities are mainly Asset Type, Manufacturer and Model. If you need to create these entities, refer to the SolarWinds Web Help Desk: API Documentation.
Unleash the power of Oomnitza
To get valuable actionable insights that help you manage your users, learn how to:
- Configure dashboards for your users and software
- Configure custom reports about your users and software
- Create workflows to automate tasks
See Getting started for more information.
Did you know
You can also create extended connector integrations for SolarWinds users. Creating an extended integration for SolarWinds Web Help Desk users
Comments
0 comments
Please sign in to leave a comment.