Delete Fixed Address operation

The Delete Fixed Address operation changes the fixed IPv4 or IPv6 address status from used to unused in the Infoblox NIOS application. The fixed IP address is deleted from the DHCP tab in the Infoblox NIOS application.

Adapter request elements for the Delete Fixed Address operation

Element

Description

Required

<operation-name>

Specifies the name of the operation: delete-fixed-address

Yes

<target>

Contains the following elements:

  • <host>
  • <user-name>
  • <password>
  • <timeout-secs>

Conditional:

  • Required if not specified in the configuration
  • If specified in the configuration and request, the value in the request overrides the value in the configuration

<host>

Specifies the host name (fully qualified domain name) or IP address of the Infoblox Grid Manager

Valid value: Any string

Conditional:

  • Required if not specified in the configuration
  • If specified in the configuration and request, the value in the request overrides the value in the configuration

<user-name>

Specifies the user name required to connect to the Infoblox Grid Manager

Valid value: Any string

Conditional:

  • Required if not specified in the configuration
  • If specified in the configuration and request, the value in the request overrides the value in the configuration

<password>

Specifies the password that corresponds to <user-name>

The <password> element can contain an encryption-type attribute (the Encryption Type field on the form in the form view) that specifies whether the password is encrypted.

Valid value for <password>: Any string

Valid values for encryption-type: base64, plain (default)

Conditional:

  • Required if not specified in the request
  • If specified in the configuration and request, the value in the request overrides the value in the configuration

<timeout-secs>

Specifies the time, in seconds, after which the request expires

Valid values: Any integer

Default value: 60 seconds

No

<parameters>

Contains the elements required to execute the operation

Yes

<ip-address>

Specifies the IPv4 or IPv6 fixed address that you want to delete

You can only specify a single fixed IP address in a request.

Yes

<network-view>

Specifies the network view in which the fixed address is located

If you do not specify a network view, then the adapter searches for the fixed address in all the views.

Yes

<scheduled-at>

Specifies the date and time, in ISO 8601 extended format, at which you want to execute the operation

Example: 2008-10-21T10:56:00Z

No

Sample <items> XML for deleting a fixed address

<items>
    <item>
        <target>
            <host>localhost</host>
            <user-name>admin</user-name>
            <password encryption-type="Base64">YWRtaW4=</password>
            <timeout-secs>120</timeout-secs>
        </target>
           <parameters>
            <ip-address>10.0.0.12</ip-address>
            <network-view>default</network-view>
            <scheduled-at>2012-11-29T18:30:19+05:30</scheduled-at>
           </parameters>
      </item>
</items>


Sample adapter response for deleting a fixed address

<infoblox-vnios-response>
  <metadata>
    <response-count>1</response-count>
    <status>success</status>
  </metadata>
  <responses>
    <delete-fixed-address-response>
      <metadata>
        <os-id>Windows 2003</os-id>
        <os-version>5.2</os-version>
        <os-arch>x86</os-arch>
        <status>success</status>
        <target>10.128.36.17</target>
      </metadata>
      <commands-output>
        <command-output>
          <metadata>
            <command>perl "C:\BMC Software\AO\Server\7_6_02_01\CDP\server\grids\GRID1\library\adapters\implementations\bmc-adapter-infoblox-nios-actor_20.13.01.00_18\delete_fixed_address.pl"  "10.128.36.17" "admin" "infoblox" "ip-address:10.0.0.4" "network-view:default"</command>
            <line-count>2</line-count>
            <execution-milliseconds>9625</execution-milliseconds>
            <exit-code>0</exit-code>
            <status>success</status>
          </metadata>
          <output>
            <line index="1">Response Code:0</line>
            <line index="2">Response Description:Operation succeeded</line>
          </output>
        </command-output>
      </commands-output>
    </delete-fixed-address-response>
  </responses>
</infoblox-vnios-response>
Was this page helpful? Yes No Submitting... Thank you

Comments