Delete Network operation for the Infoblox NIOS adapter

The Delete Network operation deletes an IPv4 or IPv6 network from the Infoblox Grid Manager.

Adapter request element for the Delete Network operation

Element

Description

Required

<operation-name>

Specifies the name of the operation: delete-network

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 times out

Valid values: Any integer

Default value: 60 seconds

No

<parameters>

Contains the elements required to execute the operation

Yes

<network>

Specifies the IPv4 or IPv6 network or subnetwork to be deleted

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


<infoblox-vnios-actor-request>
  <operation-name>delete-network</operation-name>
  <target>
    <host>10.128.249.111</host>
    <user-name>ad***</user-name>
    <password>i@cbol</password>
    <timeout-secs>60</timeout-secs>
  </target>
  <parameters>
    <network>55.5.0.0</network>
    <scheduled-at>2012-11-29T18:30:19+05:30</scheduled-at>
  </parameters>
</infoblox-vnios-actor-request>



<infoblox-vnios-response>
  <metadata>
    <response-count>1</response-count>
    <status>success</status>
  </metadata>
  <responses>
    <delete-network-response>
      <metadata>
        <os-id>Linux</os-id>
        <os-version>2.6.18-1.2747.el5</os-version>
        <os-arch>i386</os-arch>
        <status>success</status>
        <target>10.128.249.111</target>
      </metadata>
      <commands-output>
        <command-output>
          <metadata>
            <command>perl "/home/user/LAPfor118/server/grids/GRID1/library/adapters/implementations/bmc-adapter-infoblox-vnios-actor_20.12.03.00_3/delete_network.pl"  "10.128.249.111" "ad***" "i@cbol" "network:55.5.0.0"</command>
            <line-count>2</line-count>
            <execution-milliseconds>3339</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-network-response>
  </responses>
</infoblox-vnios-response>

Was this page helpful? Yes No Submitting... Thank you

Comments