[Contents] [Prev] [Next] [Index] [Report an Error]

delete

Usage

delete attribute (JUNOS XML with JUNOScript)
<rpc>
<load-configuration>
<configuration>
<!- - opening tag for each parent of the element - ->

<!- - For a hierarchy level or object without an identifier - ->
<level-or-object delete="delete">

<!- - For an object with an identifier (here, called <name>) - ->
<object delete="delete">
<name>identifier</name>
<object>

<!- - For a single-value or fixed-form option of an object - ->
<object>
<name>identifier</name> <!- - if the object has an identifier - ->
<option delete="delete"/>
<object>

<!- - closing tag for each parent of the element - ->

<!- - For a value in a multivalued option of an object - ->
<!- - opening tag for each parent of the parent object - ->
<parent-object>
<name>identifier</name>
<object delete="delete">value</object>
<parent-object>
<!- - closing tag for each parent of the parent object - ->

</configuration>
</load-configuration>
</rpc>

Description

Specify that the JUNOScript server remove the configuration element from the candidate configuration. The only acceptable value for the attribute is delete.

Usage Guidelines

See Deleting Configuration Elements.

Related Topics

<load-configuration>, <rpc>


[Contents] [Prev] [Next] [Index] [Report an Error]