Cisco Nexus 5000 Series Manuel de référence - Page 8

Parcourez en ligne ou téléchargez le pdf Manuel de référence pour {nom_de_la_catégorie} Cisco Nexus 5000 Series. Cisco Nexus 5000 Series 12 pages. Configuring ip source guard
Également pour Cisco Nexus 5000 Series : Note de mise à jour (26 pages), Manuel de référence rapide (14 pages), Note de mise à jour (26 pages), Manuel de dépannage (8 pages), Manuel (11 pages), Manuel (6 pages), Manuel (7 pages), Manuel d'utilisation (45 pages), Manuel de configuration (6 pages)

Cisco Nexus 5000 Series Manuel de référence
NX-API Request Element
sid
input
output_format
NX-API Response Elements
The NX-API elements that respond to a CLI command are listed in the following table:
Table 3: NX-API Response Elements
NX-API Response Element
version
type
8
Description
The session ID element is valid only when the response message is chunked.
To retrieve the next chunk of the message, you must specify a sid to match
the sid of the previous response message.
Input can be one command or multiple commands. However, commands that
belong to different message types should not be mixed. For example, show
commands are cli_show message type and are not supported in cli_conf mode.
Note
Multiple commands are separated with " ; ". (The ; must be
surrounded with single blank characters.)
The following are examples of multiple commands:
cli_show
cli_conf
The available output message formats are the following:
xml
json
Note
The Cisco Nexus 5000 and 6000 Series CLI supports XML output,
which means that the JSON output is converted from XML. The
conversion is processed on the switch.
To manage the computational overhead, the JSON output is
determined by the amount of output. If the output exceeds 1 MB, the
output is returned in XML format. When the output is chunked, only
XML output is supported.
The content-type header in the HTTP/HTTPS headers indicate the
type of response format (XML or JSON).
Description
NX-API version.
Type of command to be executed.
show version ; show interface brief ; show vlan
interface Eth4/1 ; no shut ; switchport
Specifies output in XML format.
Specifies output in JSON format.