Let Oomnitza be your single source of truth!
You'll get visibility of your users as data from Cisco Prime Infrastructure is automatically transformed into consumable information and actionable insights.
Connect Oomnitza and Cisco Prime Infrastructure in minutes
Get the information and insights that you need by creating configurable workflows for:
-
- Onboarding and offboarding users.
- Creating and adjusting users as part of a user change or user onboarding workflow
Navigation
Before you start
Before you can create the integration with Oomnitza, you need to have added your Cisco Prime Infrastructure credentials to Oomnitza.
You will need at least NBI Write permissions to run workflows.
Creating workflows
Create user workflows
To create a user workflow, you must complete these steps:
- Click Configuration > Workflows
- Click Add (+) and select People from the list.
- Enter the name and description of the workflow.
- Edit the Begin Block and add rules to trigger the workflow. For example, if you set the Actions to Schedule and add a rule so that the Email Equals <EmployeeEmail> you can trigger a workflow to fetch a user matching a certain name on a specific date. Refer to Using the Begin block.
- Drag and drop the API block onto the Sandbox.
- Click Edit on the API block and enter Cisco Prime Infrastructure in the search field.
- Select a preset from the list below. To choose a preset, click the forward arrow (>).
- Select the credentials that you created in Creating an extended integration for Cisco Prime Infrastructure assets
- Enter any mandatory information when prompted.
- Select Advanced Mode.
- Select the Body tab. Review and ensure that the properties referenced in this location, are populated with the correct information before you run this workflow.
-
Select the Response tab. You can map the entire response by placing
{{response}}in the Response field and mapping it to an Oomnitza field. - Connect the Blocks.
- Save, validate, and activate your workflow.
Using the Cisco Prime Infrastructure Add User preset
The Cisco Prime Infrastructure Add User preset creates a user.
You will need to supply the name and password of the new user, as well as the User Groups and Virtual Domains the user is a member of. Enable Wireless User so that the user will only see wireless-specific navigation menu items. This option is not supported for root, Lobby Ambassador, and mDNS Policy Admin users.
Sample JSON Request Payload
{
"createUserDTO" : {
"name" : "String value",
"password" : "String value",
"userGroups" : {
"userGroup" : [ "String value", "Another string value" ]
},
"virtualDomains" : {
"virtualDomain" : [ "String value", "Another string value" ]
},
"wirelessUser" : true
}
}
Using the Cisco Prime Infrastructure Update User preset
The Cisco Prime Infrastructure Update User preset updates a Cisco Prime Infrastructure user. The name of the user is used to identify the user to be updated and cannot be changed. However, you can update the user's password, User Groups, and Virtual Domains.
Sample JSON Request Payload
{
"updateUserDTO" : {
"name" : "String value",
"password" : "String value",
"userGroups" : {
"userGroup" : [ "String value", "Another string value" ]
},
"virtualDomains" : {
"virtualDomain" : [ "String value", "Another string value" ]
},
"wirelessUser" : true
}
}
Using the Cisco Prime Infrastructure Delete User preset
The Cisco Prime Infrastructure Delete User preset deletes a Cisco Prime Infrastructure user. The name of the user is used to identify the user to be deleted.
Comments
0 comments
Please sign in to leave a comment.