The Delete Network operation deletes an IPv4 or IPv6 network from the Infoblox Grid Manager.
Adapter request element for the Delete Network operation
| | |
---|
| Specifies the name of the operation: delete-network | |
| 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
|
| 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
|
| 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
|
| 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
|
| Specifies the time, in seconds, after which the request times out
Valid values: Any integer
Default value: 60 seconds | |
| Contains the elements required to execute the operation | |
| Specifies the IPv4 or IPv6 network or subnetwork to be deleted | |
| Specifies the date and time, in ISO 8601 extended format, at which you want to execute the operation
Example: 2008-10-21T10:56:00Z | |
The [expand] macro is a standalone macro and it cannot be used inline.
Sample adapter response for the Delete Network operation
<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>