SUR CETTE PAGE
junos:changed
Utilisation
<rpc-reply xmlns:junos="URL"> <configuration standard-attributes junos:changed="changed"> <!-- opening-tag-for-each-parent-level junos:changed="changed" --> <!-- If the changed element is an empty tag --> <element junos:changed="changed"/> <!-- If the changed element has child tag elements --> <element junos:changed="changed"> <first-child-of-element junos:changed="changed"> <second-child-of-element junos:changed="changed"> <!-- additional children of element - -> </element> <!-- closing-tag-for-each-parent-level --> </configuration> </rpc-reply>
Description
Indiquez qu’un élément de configuration a changé depuis la dernière opération de validation. Le serveur de protocole XML Junos inclut l’attribut lorsque l’application cliente inclut l’attribut changed
dans une <get-configuration>
opération. L’attribut apparaît dans la balise d’ouverture de chaque élément de balise parente du chemin d’accès à l’élément de configuration modifié, y compris la balise de niveau <configuration>
supérieur d’ouverture.
L’attribut n’apparaît pas si le client demande une sortie ASCII formatée en incluant l’attribut format="text"
dans la balise vide <get-configuration/>
ou la balise d’ouverture <get-configuration>
.
Pour plus d’informations sur les attributs standard de la balise d’ouverture <configuration>
, voir Spécification de la source des demandes d’informations de configuration dans une session du protocole Junos XML.