Product documentation Docs
    • English
    • Deutsch
    • 日本語
    • 한국어
    • Français
  • More Sites
    • Now Community
    • Developer Site
    • Knowledge Base
    • Product Information
    • ServiceNow.com
    • Training
    • Customer Success Center
    • ServiceNow Support Videos
  • Log in

Product documentation

  • Home
How search works:
  • Punctuation and capital letters are ignored
  • Special characters like underscores (_) are removed
  • Known synonyms are applied
  • The most relevant topics (based on weighting and matching to search terms) are listed first in search results
Topics are ranked in search results by how closely they match your search terms
  • A match on the entire phrase you typed
  • A match on part of the phrase you typed
  • A match on ALL of the terms in the phrase you typed
  • A match on ANY of the terms in the phrase you typed

Note: Matches in titles are always highly ranked.

  • Release version
    Table of Contents
    • Now Platform capabilities
Table of Contents
Choose your release version
    Home Orlando Now Platform Capabilities Now Platform capabilities Orchestration Orchestration activity packs Infoblox DDI activity pack Infoblox IPAM activities

    Infoblox IPAM activities

    • Save as PDF Selected topic Topic & subtopics All topics in contents
    • Unsubscribe Log in to subscribe to topics and get notified when content changes.
    • Share this page

    Infoblox IPAM activities

    The Infoblox IPAM activities manage IP addresses in your network using an Infoblox DDI Grid Server.

    Use these activities to register, reserve, list, or delete IP addresses.

    IPAM Register IP Address activity

    The IPAM Register IP Address activity registers an IP address in a network using Infoblox IPAM.

    The output of this activity produces an InfoBlox IP address record that can be used for other IPAM functions in the format fixedaddress/<encrypted key>:<reserved ip address>/<view>.

    The IPAM activities use the REST web service activity template to manage IP 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 Custom Activities > Infoblox DDI > IPAM.

    Input variables

    Table 1. IPAM Register IP Address input variables
    Variable Description
    InfobloxServer Name of the Infoblox DDI Grid Server.
    macAddress Mac address of the computer for which this IP address is registered.
    ipAddress Specific IP address to register.
    network Address of the network containing the registered IP address.
    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.
    Note: 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.
    Note: If the field is empty, the operation is treated as happening in the default view.

    Output variables

    Table 2. IPAM Register IP Address output variables
    Variable Description
    error Displays the message for any REST error encountered.
    IPAddressRecord IPAM record of the registered IP address.

    Conditions

    Table 3. IPAM Register IP Address conditions
    Variable Description
    Success Activity successfully registered the specified IP address.
    Failure Activity failed to register the specified IP address.

    IPAM Reserve IP Address activity

    The IPAM Reserve IP Address activity reserves an IP address in a network using Infoblox IPAM.

    The output of this activity produces an InfoBlox IP address record that can be used for other IPAM functions in the format fixedaddress/<encrypted key>:<reserved ip address>/<view>.

    The IPAM activities use the REST web service activity template to manage IP 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 Custom Activities > Infoblox DDI > IPAM.

    Input variables

    Table 4. IPAM Reserve IP Address input variables
    Variable Description
    InfobloxServer Name of the Infoblox DDI Grid Server.
    macAddress Mac address of the computer for which this IP address is reserved.
    network Address of the network containing the reserved IP address. The Infoblox server reserves the next available IP address from this network.
    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.
    Note: 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.
    Note: If the field is empty, the operation is treated as happening in the default view.

    Output variables

    Table 5. IPAM Reserve IP Address output variables
    Variable Description
    error Displays the message for any REST error encountered.
    IPAddressRecord IPAM record of the reserved IP address.
    IPAddress Selected IP address to reserve.

    Conditions

    Table 6. IPAM Reserve IP Address conditions
    Variable Description
    Success Activity successfully reserved the specified IP address.
    Failure Activity failed to reserve the specified IP address.

    IPAM List IP Reservations activity

    The IPAM List IP Reservations activity returns an array of all IP Address within the named InfoBlox Server.

    The IPAM activities use the REST web service activity template to manage IP 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 Custom Activities > Infoblox DDI > IPAM.

    Input variables

    Table 7. IPAM List IP Reservations 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.
    Note: 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.
    Note: 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

    The output of this activity produces an array of reserved IP addresses in the format fixedaddress/<encrypted key>:<reserved ip address>/<view>.

    Table 8. IPAM List IP Reservations output variables
    Variable Description
    reference Reference value of a reserved IP address contained in an array of addresses, such as fixedaddress/ZG5zLmZpeGVkX2FkZHJlc3MkMTAuMC4xMDMuMTEuMC4u:0.0.0.11/default" ipv4addr: "0.0.0.11"
    ipv4addr The reserved IPv4 address.
    network_view Routing domain associated with the network returned.
    error Displays the message for any REST error encountered.

    Conditions

    Table 9. IPAM List IP Reservations conditions
    Variable Description
    Success Activity successfully retrieved the list of reserved IP addresses from the Infoblox server.
    Failure Activity failed to retrieve the list of reserved IP addresses from the Infoblox server.

    IPAM Delete activity

    The IPAM Delete activity deletes an IP Address within a named InfoBlox server.

    The IPAM activities use the REST web service activity template to manage IP 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 Custom Activities > Infoblox DDI > IPAM.

    Input variables

    Table 10. IPAM Delete input variables
    Variable Description
    InfobloxServer Name of the Infoblox DDI Grid Server.
    itemToDelete The IP address to delete, in the format fixedaddress/<encrypted key>:<reserved ip address>/<view>.
    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.
    Note: This field is mandatory. If the field is empty, the orchestration activity will fail.

    Output variables

    Table 11. IPAM Delete output variables
    Variable Description
    DeletedRecord IPAM record of the deleted IP address.
    error Displays the message for any REST error encountered.

    Conditions

    Table 12. IPAM Delete conditions
    Variable Description
    Success Activity successfully deleted the specified IP address.
    Failure Activity failed to delete the specified IP address.

    Tags:

    Feedback
    On this page

    Previous topic

    Next topic

    • Contact Us
    • Careers
    • Terms of Use
    • Privacy Statement
    • Sitemap
    • © ServiceNow. All rights reserved.

    Release version
    Choose your release version

      Infoblox IPAM activities

      • Save as PDF Selected topic Topic & subtopics All topics in contents
      • Unsubscribe Log in to subscribe to topics and get notified when content changes.
      • Share this page

      Infoblox IPAM activities

      The Infoblox IPAM activities manage IP addresses in your network using an Infoblox DDI Grid Server.

      Use these activities to register, reserve, list, or delete IP addresses.

      IPAM Register IP Address activity

      The IPAM Register IP Address activity registers an IP address in a network using Infoblox IPAM.

      The output of this activity produces an InfoBlox IP address record that can be used for other IPAM functions in the format fixedaddress/<encrypted key>:<reserved ip address>/<view>.

      The IPAM activities use the REST web service activity template to manage IP 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 Custom Activities > Infoblox DDI > IPAM.

      Input variables

      Table 1. IPAM Register IP Address input variables
      Variable Description
      InfobloxServer Name of the Infoblox DDI Grid Server.
      macAddress Mac address of the computer for which this IP address is registered.
      ipAddress Specific IP address to register.
      network Address of the network containing the registered IP address.
      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.
      Note: 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.
      Note: If the field is empty, the operation is treated as happening in the default view.

      Output variables

      Table 2. IPAM Register IP Address output variables
      Variable Description
      error Displays the message for any REST error encountered.
      IPAddressRecord IPAM record of the registered IP address.

      Conditions

      Table 3. IPAM Register IP Address conditions
      Variable Description
      Success Activity successfully registered the specified IP address.
      Failure Activity failed to register the specified IP address.

      IPAM Reserve IP Address activity

      The IPAM Reserve IP Address activity reserves an IP address in a network using Infoblox IPAM.

      The output of this activity produces an InfoBlox IP address record that can be used for other IPAM functions in the format fixedaddress/<encrypted key>:<reserved ip address>/<view>.

      The IPAM activities use the REST web service activity template to manage IP 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 Custom Activities > Infoblox DDI > IPAM.

      Input variables

      Table 4. IPAM Reserve IP Address input variables
      Variable Description
      InfobloxServer Name of the Infoblox DDI Grid Server.
      macAddress Mac address of the computer for which this IP address is reserved.
      network Address of the network containing the reserved IP address. The Infoblox server reserves the next available IP address from this network.
      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.
      Note: 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.
      Note: If the field is empty, the operation is treated as happening in the default view.

      Output variables

      Table 5. IPAM Reserve IP Address output variables
      Variable Description
      error Displays the message for any REST error encountered.
      IPAddressRecord IPAM record of the reserved IP address.
      IPAddress Selected IP address to reserve.

      Conditions

      Table 6. IPAM Reserve IP Address conditions
      Variable Description
      Success Activity successfully reserved the specified IP address.
      Failure Activity failed to reserve the specified IP address.

      IPAM List IP Reservations activity

      The IPAM List IP Reservations activity returns an array of all IP Address within the named InfoBlox Server.

      The IPAM activities use the REST web service activity template to manage IP 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 Custom Activities > Infoblox DDI > IPAM.

      Input variables

      Table 7. IPAM List IP Reservations 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.
      Note: 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.
      Note: 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

      The output of this activity produces an array of reserved IP addresses in the format fixedaddress/<encrypted key>:<reserved ip address>/<view>.

      Table 8. IPAM List IP Reservations output variables
      Variable Description
      reference Reference value of a reserved IP address contained in an array of addresses, such as fixedaddress/ZG5zLmZpeGVkX2FkZHJlc3MkMTAuMC4xMDMuMTEuMC4u:0.0.0.11/default" ipv4addr: "0.0.0.11"
      ipv4addr The reserved IPv4 address.
      network_view Routing domain associated with the network returned.
      error Displays the message for any REST error encountered.

      Conditions

      Table 9. IPAM List IP Reservations conditions
      Variable Description
      Success Activity successfully retrieved the list of reserved IP addresses from the Infoblox server.
      Failure Activity failed to retrieve the list of reserved IP addresses from the Infoblox server.

      IPAM Delete activity

      The IPAM Delete activity deletes an IP Address within a named InfoBlox server.

      The IPAM activities use the REST web service activity template to manage IP 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 Custom Activities > Infoblox DDI > IPAM.

      Input variables

      Table 10. IPAM Delete input variables
      Variable Description
      InfobloxServer Name of the Infoblox DDI Grid Server.
      itemToDelete The IP address to delete, in the format fixedaddress/<encrypted key>:<reserved ip address>/<view>.
      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.
      Note: This field is mandatory. If the field is empty, the orchestration activity will fail.

      Output variables

      Table 11. IPAM Delete output variables
      Variable Description
      DeletedRecord IPAM record of the deleted IP address.
      error Displays the message for any REST error encountered.

      Conditions

      Table 12. IPAM Delete conditions
      Variable Description
      Success Activity successfully deleted the specified IP address.
      Failure Activity failed to delete the specified IP address.

      Tags:

      Feedback

          Share this page

          Got it! Feel free to add a comment
          To share your product suggestions, visit the Idea Portal.
          Please let us know how to improve this content

          Check any that apply

          To share your product suggestions, visit the Idea Portal.
          Confirm

          We were unable to find "Coaching" in Jakarta. Would you like to search instead?

          No Yes
          • Contact Us
          • Careers
          • Terms of Use
          • Privacy Statement
          • Sitemap
          • © ServiceNow. All rights reserved.

          Subscribe Subscribed Unsubscribe Last updated: Tags: January February March April May June July August September October November December No Results Found Versions Search preferences successfully updated My release version successfully updated My release version successfully deleted An error has occurred. Please try again later. You have been unsubscribed from all topics. You are now subscribed to and will receive notifications if any changes are made to this page. You have been unsubscribed from this content Thank you for your feedback. Form temporarily unavailable. Please try again or contact  docfeedback@servicenow.com  to submit your comments. The topic you requested does not exist in the release. You were redirected to a related topic instead. The available release versions for this topic are listed There is no specific version for this documentation. Explore products Click to go to the page. Release notes and upgrades Click to open the dropdown menu. Delete Remove No selected version Reset This field is required You are already subscribed to this topic Attach screenshot The file you uploaded exceeds the allowed file size of 20MB. Please try again with a smaller file. Please complete the reCAPTCHA step to attach a screenshot
          Log in to personalize your search results and subscribe to topics
          No, thanks Login