Infoblox-Block-Allow-IP-Domain
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
↑ Back to Content Index
The playbook will add/remove IP or Domain value in Named List of Infoblox.
Logic App Connectors
This playbook uses 2 Logic App connectors / built-in actions:
| Connector / Action |
Type |
Connections |
Actions |
teams |
Managed |
1 |
0 |
http |
Built-in |
0 |
2 |
Action parameters (URLs, paths, function IDs)
http (Built-in)
| Action |
Method |
Endpoint |
Other |
| HTTP_Call_To_Add_Remove_IP_or_Domain_in_Selected_Name_List |
PATCH |
@{variables('base_url')}/api/atcfw/v1/named_lists/@{variables('list_id')}/items |
— |
| HTTP_Call_For_Get_List_For_Named_List_Endpoint |
GET |
@{variables('base_url')}/api/atcfw/v1/named_lists |
— |
Additional Documentation
📄 Source: Infoblox Block Allow IP Domain/readme.md
Infoblox Block and Allow IP Domain
Summary
The playbook will add/remove IP or Domain value in Named List of Infoblox.
Prerequisites
- User must have a valid Infoblox API Key.
- Obtain Teams GroupId and ChannelId
- Create a Team with public channel.
- Click on three dots (...) present on right side of the your newly created teams channel and Get link to the channel.
- Copy the text from the link between /channel and /, decode it using online url decoder and copy it to use as channelId.
- Copy the text of groupId parameter from link to use as groupId.
Deployment instructions
- To deploy the Playbook, click the Deploy to Azure button. This will launch the ARM Template deployment wizard.
- Fill in the required parameters:
- Playbook Name: Enter the playbook name here
- Infoblox API Key: Enter valid value for API Key
- Infoblox Base Url: Enter baseurl for your Infoblox instance (e.g. https://csp.infoblox.com)
- TeamsGroupId: Enter Id of the Teams Group where the adaptive card will be posted
- TeamsChannelId: Enter Id of the Teams Channel where the adaptive card will be posted

Post-Deployment instructions
a. Authorize connections
Once deployment is complete, authorize connection.
- Go to your logic app → API connections → Select teams connection resource
- Go to General → edit API connection
- Click Authorize
- Sign in
- Click Save
b. Get Workflow URL for the playbook
Once deployment is complete, get Workflow URL
- Go to your logic app → Overview
- Copy Workflow URL
This URL can be use to trigger the Logic App directly
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
↑ Back to Playbooks · Back to Infoblox