Infoblox network activities
The Infoblox network activities manage networks using an Infoblox DDI Grid Server.
Use these activities to create, list, or delete networks on an Infoblox server.
Create Network activity
The Create Network activity creates new networks on a specified Infoblox server.
The network activities use the REST web service activity template to manage network addresses using an Infoblox DDI Grid Server. These activities are configured to use a MID Server with REST capabilities.
Input variables
| Variable | Description |
|---|---|
| InfobloxServer | Name of the Infoblox DDI Grid Server. |
| network | Address of the network to create. |
| restCredentials | The sys_id of the REST credentials from the ServiceNow instance. |
| api_version | Defines the version of WAPI to use for the integration endpoints. The default
value is 2.0. 注: This field is mandatory. If the field
is empty, the orchestration activity will fail. |
| view | Name of the Infoblox network view. The default value is
default. 注: If the field is empty, the operation is
treated as happening in the default view. |
Output variables
| Variable | Description |
|---|---|
| NetworkCreated | Address of the network created. |
| error | Displays the message for any REST error encountered. |
Conditions
| Variable | Description |
|---|---|
| Success | Activity successfully created the network. |
| Failure | Activity failed to create the network. |
Get Network Details activity
The Get Network Details activity retrieves the information about a specific network on an Infoblox server.
The network activities use the REST web service activity template to manage network addresses using an Infoblox DDI Grid Server. These activities are configured to use a MID Server with REST capabilities.
To access this activity in the Workflow Editor, select the Custom tab, and then navigate to .
Input variables
| Variable | Description |
|---|---|
| InfobloxServer | Name of the Infoblox DDI Grid Server. |
| network | Address of the network whose details you want to see. |
| restCredentials | The sys_id of the REST credentials from the ServiceNow instance. |
| api_version | Defines the version of WAPI to use for the integration endpoints. The default
value is 2.0. 注: This field is mandatory. If the field
is empty, the orchestration activity will fail. |
| view | Name of the Infoblox network view. The default value is
default. 注: If the field is empty, the operation is
treated as happening in the default view. |
Output variables
The output variables from this activity are objects on the Infoblox server used to identify network details. For more information, refer to the Infoblox documentation.
| Variable | Description |
|---|---|
| error | Displays the message for any REST error encountered. |
| NetworkOptions | The NetworkOptions array contains these attributes:
|
Conditions
| Variable | Description |
|---|---|
| Success | Activity successfully retrieved network details from the Infoblox server. |
| Failure | Activity failed to retrieve network details from the Infoblox server. |
Delete Network activity
The Delete Network activity deletes a network from an Infoblox server.
The network activities use the REST web service activity template to manage network addresses using an Infoblox DDI Grid Server. These activities are configured to use a MID Server with REST capabilities.
To access this activity in the Workflow Editor, select the Custom tab, and then navigate to .
Input variables
| Variable | Description |
|---|---|
| InfobloxServer | Name of the Infoblox DDI Grid Server. |
| networkToDelete | Reference number of the network to delete from the Infoblox server. You can obtain this value either by using the List Registered Networks activity or when creating a network with the Create Network activity. An example of the network reference value is: network/ZG5zLm5ldHdvcmskMTUuMC40NS4wLzI0LzA:15.0.45.0/24/default. |
| restCredentials | The sys_id of the REST credentials from the ServiceNow instance. |
| api_version | Defines the version of WAPI to use for the integration endpoints. The default
value is 2.0. 注: This field is mandatory. If the field
is empty, the orchestration activity will fail. |
Output variables
| Variable | Description |
|---|---|
| DeletedNetwork | Reference number of the deleted network from the Infoblox server. |
| error | Displays the message for any REST error encountered. |
Conditions
| Variable | Description |
|---|---|
| Success | Activity successfully deleted the network. |
| Failure | Activity failed to delete the network. |
List Registered Networks activity
The List Registered Networks activity retrieves all the networks associated with an Infoblox server.
The network activities use the REST web service activity template to manage network addresses using an Infoblox DDI Grid Server. These activities are configured to use a MID Server with REST capabilities.
To access this activity in the Workflow Editor, select the Custom tab, and then navigate to .
Input variables
| Variable | Description |
|---|---|
| InfobloxServer | Name of the Infoblox DDI Grid Server. |
| restCredentials | The sys_id of the REST credentials from the ServiceNow instance. |
| api_version | Defines the version of WAPI to use for the integration endpoints. The default
value is 2.0. 注: This field is mandatory. If field is
empty, the orchestration activity will fail. |
| view | Name of the Infoblox network view. The default value is
default. 注: If the field is empty, the operation is
treated as happening with no view and returns the values with data from all
views. |
Output variables
| Variable | Description |
|---|---|
| reference | Reference value of a registered network. |
| network | Network address. |
| network_view | Routing doman associated with the network returned. |
| error | Displays the message for any REST error encountered. |
Conditions
| Variable | Description |
|---|---|
| Success | Activity successfully retrieved the list of registered networks available on the Infoblox server. |
| Failure | Activity failed to retrieve the list of registered networks available on the Infoblox server. |