ISSU Commands
Install All NX-OS Bootflash Abort
Install All NX-OS Bootflash Abort
POST http://<mgmt0_IP>/api/mo/sys/action.json
{
"actionLCont": {
"children": [
{
"actionLSubj": {
"attributes": {
"dn": "sys/action/lsubj-[sys]"
},
"children" : [
{
"topSystemInstallLTask": {
"attributes": {
"dn": "sys/action/lsubj-[sys]/topSystemInstallLTask",
"adminSt": "start",
"imgPath": "bootflash:nxos.9.3.3.IDI9.0.635.bin.upg",
"operation": "abort",
"installType": "non-disruptive",
"packagePath": ""
}
}
}
]
}
}
]
}
}
Note: This example was added in Release 9.3(3).
CLI Command
install all nxos bootflash:nxos.9.3.3.IDI9.0.635.bin.upg non-disruptive non-interruptive
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
---|---|
actionLCont | sys/action |
actionLSubj | sys/action/lsubj-{[oDn]} |
topSystemInstallLTask | sys/action/lsubj-{[oDn]}/topSystemInstallLTask |
actionLSubj Properties
The following table contains information about the actionLSubj properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. |
topSystemInstallLTask Properties
The following table contains information about the topSystemInstallLTask properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. | |
adminSt | action:AdminSt scalar:Enum8 | The administrative state of the object or policy. | SELECTION:
|
imgPath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
operation | installer:InstOper scalar:Enum8 | NO COMMENTS | SELECTION:
|
installType | installer:InstType scalar:Enum8 | NO COMMENTS | SELECTION:
|
packagePath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
Install All NX-OS Bootflash Disruptive
Install All NX-OS Bootflash Disruptive
POST http://<mgmt0_IP>/api/mo/sys/action.json
{
"actionLCont": {
"children": [
{
"actionLSubj": {
"attributes": {
"dn": "sys/action/lsubj-[sys]"
},
"children" : [
{
"topSystemInstallLTask": {
"attributes": {
"dn": "sys/action/lsubj-[sys]/topSystemInstallLTask",
"adminSt": "start",
"imgPath": "bootflash:nxos.9.3.3.IDI9.0.635.bin.upg",
"operation": "install",
"installType": "disruptive",
"packagePath": ""
}
}
}
]
}
}
]
}
}
Note: This example was added in Release 9.3(3).
CLI Command
install all nxos bootflash:nxos.9.3.3.IDI9.0.635.bin non-interruptive
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
---|---|
actionLCont | sys/action |
actionLSubj | sys/action/lsubj-{[oDn]} |
topSystemInstallLTask | sys/action/lsubj-{[oDn]}/topSystemInstallLTask |
actionLSubj Properties
The following table contains information about the actionLSubj properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. |
topSystemInstallLTask Properties
The following table contains information about the topSystemInstallLTask properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. | |
adminSt | action:AdminSt scalar:Enum8 | The administrative state of the object or policy. | SELECTION:
|
imgPath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
operation | installer:InstOper scalar:Enum8 | NO COMMENTS | SELECTION:
|
installType | installer:InstType scalar:Enum8 | NO COMMENTS | SELECTION:
|
packagePath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
Install All NX-OS Bootflash Disruptive Bios-Force
Install All NX-OS Bootflash Disruptive Bios-Force
POST http://<mgmt0_IP>/api/mo/sys/action.json
{
"actionLCont": {
"children": [
{
"actionLSubj": {
"attributes": {
"dn": "sys/action/lsubj-[sys]"
},
"children" : [
{
"topSystemInstallLTask": {
"attributes": {
"dn": "sys/action/lsubj-[sys]/topSystemInstallLTask",
"adminSt": "start",
"imgPath": "bootflash:nxos.9.3.3.IDI9.0.635.bin.upg",
"operation": "install",
"installType": "disruptive",
"biosForce": "yes",
"packagePath": ""
}
}
}
]
}
}
]
}
}
Note: This example was added in Release 9.3(3).
CLI Command
install all nxos bootflash:nxos.9.3.3.IDI9.0.635.bin bios-force non-interruptive
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
---|---|
actionLCont | sys/action |
actionLSubj | sys/action/lsubj-{[oDn]} |
topSystemInstallLTask | sys/action/lsubj-{[oDn]}/topSystemInstallLTask |
actionLSubj Properties
The following table contains information about the actionLSubj properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. |
topSystemInstallLTask Properties
The following table contains information about the topSystemInstallLTask properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. | |
adminSt | action:AdminSt scalar:Enum8 | The administrative state of the object or policy. | SELECTION:
|
imgPath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
operation | installer:InstOper scalar:Enum8 | NO COMMENTS | SELECTION:
|
installType | installer:InstType scalar:Enum8 | NO COMMENTS | SELECTION:
|
biosForce | installer:InstEnum scalar:Enum8 | NO COMMENTS | SELECTION:
|
packagePath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
Install All NX-OS Bootflash Non-Disruptive
Install All NX-OS Bootflash Non-Disruptive
POST http://<mgmt0_IP>/api/mo/sys/action.json
{
"actionLCont": {
"children": [
{
"actionLSubj": {
"attributes": {
"dn": "sys/action/lsubj-[sys]"
},
"children" : [
{
"topSystemInstallLTask": {
"attributes": {
"dn": "sys/action/lsubj-[sys]/topSystemInstallLTask",
"adminSt": "start",
"imgPath": "bootflash:nxos.9.3.3.IDI9.0.635.bin.upg",
"operation": "install",
"installType": "non-disruptive",
"packagePath": ""
}
}
}
]
}
}
]
}
}
Note: This example was added in Release 9.3(3).
CLI Command
install all nxos bootflash:nxos.9.3.3.IDI9.0.635.bin non-disruptive non-interruptive
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
---|---|
actionLCont | sys/action |
actionLSubj | sys/action/lsubj-{[oDn]} |
topSystemInstallLTask | sys/action/lsubj-{[oDn]}/topSystemInstallLTask |
actionLSubj Properties
The following table contains information about the actionLSubj properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. |
topSystemInstallLTask Properties
The following table contains information about the topSystemInstallLTask properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. | |
adminSt | action:AdminSt scalar:Enum8 | The administrative state of the object or policy. | SELECTION:
|
imgPath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
operation | installer:InstOper scalar:Enum8 | NO COMMENTS | SELECTION:
|
installType | installer:InstType scalar:Enum8 | NO COMMENTS | SELECTION:
|
packagePath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
Install All NX-OS Bootflash Non-Disruptive Bios-Force
Install All NX-OS Bootflash Non-Disruptive Bios-Force
POST http://<mgmt0_IP>/api/mo/sys/action.json
{
"actionLCont": {
"children": [
{
"actionLSubj": {
"attributes": {
"dn": "sys/action/lsubj-[sys]"
},
"children" : [
{
"topSystemInstallLTask": {
"attributes": {
"dn": "sys/action/lsubj-[sys]/topSystemInstallLTask",
"adminSt": "start",
"imgPath": "bootflash:nxos.9.3.3.IDI9.0.635.bin.upg",
"operation": "install",
"installType": "non-disruptive",
"biosForce": "yes",
"packagePath": ""
}
}
}
]
}
}
]
}
}
Note: This example was added in Release 9.3(3).
CLI Command
install all nxos bootflash:nxos.9.3.3.IDI9.0.635.bin non-disruptive bios-force non-interruptive
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
---|---|
actionLCont | sys/action |
actionLSubj | sys/action/lsubj-{[oDn]} |
topSystemInstallLTask | sys/action/lsubj-{[oDn]}/topSystemInstallLTask |
actionLSubj Properties
The following table contains information about the actionLSubj properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. |
topSystemInstallLTask Properties
The following table contains information about the topSystemInstallLTask properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. | |
adminSt | action:AdminSt scalar:Enum8 | The administrative state of the object or policy. | SELECTION:
|
imgPath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
operation | installer:InstOper scalar:Enum8 | NO COMMENTS | SELECTION:
|
installType | installer:InstType scalar:Enum8 | NO COMMENTS | SELECTION:
|
biosForce | installer:InstEnum scalar:Enum8 | NO COMMENTS | SELECTION:
|
packagePath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
Install All NX-OS Bootflash Package Disruptive
Install All NX-OS Bootflash Package Disruptive
POST http://<mgmt0_IP>/api/mo/sys/action.json
{
"actionLCont": {
"children": [
{
"actionLSubj": {
"attributes": {
"dn": "sys/action/lsubj-[sys]"
},
"children" : [
{
"topSystemInstallLTask": {
"attributes": {
"dn": "sys/action/lsubj-[sys]/topSystemInstallLTask",
"adminSt": "start",
"imgPath": "bootflash:nxos.9.3.3.IDI9.0.635.bin.upg",
"operation": "install",
"installType": "disruptive",
"packagePath": "bootflash:nxos.CSC12345-n9k_ALL-1.0.0-9.3.3.lib32_n9000.rpm"
}
}
}
]
}
}
]
}
}
Note: This example was added in Release 9.3(3).
CLI Command
install all nxos bootflash:nxos.9.3.3.IDI9.0.635.bin package bootflash:nxos.CSC12345-n9k_ALL-1.0.0-9.3.3.lib32_n9000.rpm non-interruptive
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
---|---|
actionLCont | sys/action |
actionLSubj | sys/action/lsubj-{[oDn]} |
topSystemInstallLTask | sys/action/lsubj-{[oDn]}/topSystemInstallLTask |
actionLSubj Properties
The following table contains information about the actionLSubj properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. |
topSystemInstallLTask Properties
The following table contains information about the topSystemInstallLTask properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. | |
adminSt | action:AdminSt scalar:Enum8 | The administrative state of the object or policy. | SELECTION:
|
imgPath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
operation | installer:InstOper scalar:Enum8 | NO COMMENTS | SELECTION:
|
installType | installer:InstType scalar:Enum8 | NO COMMENTS | SELECTION:
|
packagePath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
Install All NX-OS Bootflash Package Non-Disruptive
Install All NX-OS Bootflash Package Non-Disruptive
POST http://<mgmt0_IP>/api/mo/sys/action.json
{
"actionLCont": {
"children": [
{
"actionLSubj": {
"attributes": {
"dn": "sys/action/lsubj-[sys]"
},
"children" : [
{
"topSystemInstallLTask": {
"attributes": {
"dn": "sys/action/lsubj-[sys]/topSystemInstallLTask",
"adminSt": "start",
"imgPath": "bootflash:nxos.9.3.3.IDI9.0.635.bin.upg",
"operation": "install",
"installType": "non-disruptive",
"packagePath": "bootflash:nxos.CSC12345-n9k_ALL-1.0.0-9.3.3.lib32_n9000.rpm"
}
}
}
]
}
}
]
}
}
Note: This example was added in Release 9.3(3).
CLI Command
install all nxos bootflash:nxos.9.3.3.IDI9.0.635.bin package bootflash:nxos.CSC12345-n9k_ALL-1.0.0-9.3.3.lib32_n9000.rpm non-disruptive non-interruptive
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
---|---|
actionLCont | sys/action |
actionLSubj | sys/action/lsubj-{[oDn]} |
topSystemInstallLTask | sys/action/lsubj-{[oDn]}/topSystemInstallLTask |
actionLSubj Properties
The following table contains information about the actionLSubj properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. |
topSystemInstallLTask Properties
The following table contains information about the topSystemInstallLTask properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. | |
adminSt | action:AdminSt scalar:Enum8 | The administrative state of the object or policy. | SELECTION:
|
imgPath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
operation | installer:InstOper scalar:Enum8 | NO COMMENTS | SELECTION:
|
installType | installer:InstType scalar:Enum8 | NO COMMENTS | SELECTION:
|
packagePath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
Install All NX-OS FTP Disruptive
Install All NX-OS FTP Disruptive
POST http://<mgmt0_IP>/api/mo/sys/action.json
{
"actionLCont": {
"children": [
{
"actionLSubj": {
"attributes": {
"dn": "sys/action/lsubj-[sys]"
},
"children" : [
{
"topSystemInstallLTask": {
"attributes": {
"dn": "sys/action/lsubj-[sys]/topSystemInstallLTask",
"adminSt": "start",
"imgPath": "ftp://tester:test123@172.27.250.42/auto/tftpboot/tester/nxos.9.3.3.IDI9.0.635.bin.upg",
"operation": "install",
"installType": "disruptive",
"packagePath": ""
}
}
}
]
}
}
]
}
}
Note: This example was added in Release 9.3(3).
CLI Command
install all nxos ftp://tester:test123@172.27.250.42/auto/tftpboot/tester/nxos.9.3.3.IDI9.0.635.bin.upg non-interruptive
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
---|---|
actionLCont | sys/action |
actionLSubj | sys/action/lsubj-{[oDn]} |
topSystemInstallLTask | sys/action/lsubj-{[oDn]}/topSystemInstallLTask |
actionLSubj Properties
The following table contains information about the actionLSubj properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. |
topSystemInstallLTask Properties
The following table contains information about the topSystemInstallLTask properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. | |
adminSt | action:AdminSt scalar:Enum8 | The administrative state of the object or policy. | SELECTION:
|
imgPath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
operation | installer:InstOper scalar:Enum8 | NO COMMENTS | SELECTION:
|
installType | installer:InstType scalar:Enum8 | NO COMMENTS | SELECTION:
|
packagePath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
Install All NX-OS FTP Disruptive-Override
Install All NX-OS FTP Disruptive-Override
POST http://<mgmt0_IP>/api/mo/sys/action.json
{
"actionLCont": {
"children": [
{
"actionLSubj": {
"attributes": {
"dn": "sys/action/lsubj-[sys]"
},
"children" : [
{
"topSystemInstallLTask": {
"attributes": {
"dn": "sys/action/lsubj-[sys]/topSystemInstallLTask",
"adminSt": "start",
"imgPath": "ftp://tester:test123@172.27.250.42/auto/tftpboot/tester/nxos.9.3.3.IDI9.0.635.bin.upg",
"operation": "install",
"installType": "disruptive",
"override": "yes",
"packagePath": ""
}
}
}
]
}
}
]
}
}
Note: This example was added in Release 9.3(3).
CLI Command
install all nxos ftp://tester:test123@172.27.250.42/auto/tftpboot/tester/nxos.9.3.3.IDI9.0.635.bin.upg non-interruptive override
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
---|---|
actionLCont | sys/action |
actionLSubj | sys/action/lsubj-{[oDn]} |
topSystemInstallLTask | sys/action/lsubj-{[oDn]}/topSystemInstallLTask |
actionLSubj Properties
The following table contains information about the actionLSubj properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. |
topSystemInstallLTask Properties
The following table contains information about the topSystemInstallLTask properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. | |
adminSt | action:AdminSt scalar:Enum8 | The administrative state of the object or policy. | SELECTION:
|
imgPath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
operation | installer:InstOper scalar:Enum8 | NO COMMENTS | SELECTION:
|
installType | installer:InstType scalar:Enum8 | NO COMMENTS | SELECTION:
|
override | installer:InstEnum scalar:Enum8 | NO COMMENTS | SELECTION:
|
packagePath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
Install All NX-OS FTP Non-Disruptive
Install All NX-OS FTP Non-Disruptive
POST http://<mgmt0_IP>/api/mo/sys/action.json
{
"actionLCont": {
"children": [
{
"actionLSubj": {
"attributes": {
"dn": "sys/action/lsubj-[sys]"
},
"children" : [
{
"topSystemInstallLTask": {
"attributes": {
"dn": "sys/action/lsubj-[sys]/topSystemInstallLTask",
"adminSt": "start",
"imgPath": "ftp://tester:test123@172.27.250.42/auto/tftpboot/tester/nxos.9.3.3.IDI9.0.635.bin.upg",
"operation": "install",
"installType": "non-disruptive",
"packagePath": ""
}
}
}
]
}
}
]
}
}
Note: This example was added in Release 9.3(3).
CLI Command
install all nxos ftp://tester:test123@172.27.250.42/auto/tftpboot/tester/nxos.9.3.3.IDI9.0.635.bin.upg non-disruptive non-interruptive
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
---|---|
actionLCont | sys/action |
actionLSubj | sys/action/lsubj-{[oDn]} |
topSystemInstallLTask | sys/action/lsubj-{[oDn]}/topSystemInstallLTask |
actionLSubj Properties
The following table contains information about the actionLSubj properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. |
topSystemInstallLTask Properties
The following table contains information about the topSystemInstallLTask properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. | |
adminSt | action:AdminSt scalar:Enum8 | The administrative state of the object or policy. | SELECTION:
|
imgPath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
operation | installer:InstOper scalar:Enum8 | NO COMMENTS | SELECTION:
|
installType | installer:InstType scalar:Enum8 | NO COMMENTS | SELECTION:
|
packagePath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
Install All NX-OS FTP Non-Disruptive Override
Install All NX-OS FTP Non-Disruptive Override
POST http://<mgmt0_IP>/api/mo/sys/action.json
{
"actionLCont": {
"children": [
{
"actionLSubj": {
"attributes": {
"dn": "sys/action/lsubj-[sys]"
},
"children" : [
{
"topSystemInstallLTask": {
"attributes": {
"dn": "sys/action/lsubj-[sys]/topSystemInstallLTask",
"adminSt": "start",
"imgPath": "ftp://tester:test123@172.27.250.42/auto/tftpboot/tester/nxos.9.3.3.IDI9.0.635.bin.upg",
"operation": "install",
"installType": "non-disruptive",
"override": "yes",
"packagePath": ""
}
}
}
]
}
}
]
}
}
Note: This example was added in Release 9.3(3).
CLI Command
install all nxos ftp://tester:test123@172.27.250.42/auto/tftpboot/tester/nxos.9.3.3.IDI9.0.635.bin.upg non-disruptive non-interruptive override
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
---|---|
actionLCont | sys/action |
actionLSubj | sys/action/lsubj-{[oDn]} |
topSystemInstallLTask | sys/action/lsubj-{[oDn]}/topSystemInstallLTask |
actionLSubj Properties
The following table contains information about the actionLSubj properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. |
topSystemInstallLTask Properties
The following table contains information about the topSystemInstallLTask properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. | |
adminSt | action:AdminSt scalar:Enum8 | The administrative state of the object or policy. | SELECTION:
|
imgPath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
operation | installer:InstOper scalar:Enum8 | NO COMMENTS | SELECTION:
|
installType | installer:InstType scalar:Enum8 | NO COMMENTS | SELECTION:
|
override | installer:InstEnum scalar:Enum8 | NO COMMENTS | SELECTION:
|
packagePath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
Install All NX-OS SCP Non-Disruptive
Install All NX-OS SCP Non-Disruptive
POST http://<mgmt0_IP>/api/mo/sys/action.json
{
"actionLCont": {
"children": [
{
"actionLSubj": {
"attributes": {
"dn": "sys/action/lsubj-[sys]"
},
"children" : [
{
"topSystemInstallLTask": {
"attributes": {
"dn": "sys/action/lsubj-[sys]/topSystemInstallLTask",
"adminSt": "start",
"imgPath": "scp://tester:test123@172.27.250.42/auto/tftpboot/tester/nxos.9.3.3.IDI9.0.635.bin.upg",
"operation": "install",
"installType": "non-disruptive",
"packagePath": ""
}
}
}
]
}
}
]
}
}
Note: This example was added in Release 9.3(3).
CLI Command
install all nxos scp://tester:test123@172.27.250.42/auto/tftpboot/tester/nxos.9.3.3.IDI9.0.635.bin.upg non-disruptive non-interruptive
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
---|---|
actionLCont | sys/action |
actionLSubj | sys/action/lsubj-{[oDn]} |
topSystemInstallLTask | sys/action/lsubj-{[oDn]}/topSystemInstallLTask |
actionLSubj Properties
The following table contains information about the actionLSubj properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. |
topSystemInstallLTask Properties
The following table contains information about the topSystemInstallLTask properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. | |
adminSt | action:AdminSt scalar:Enum8 | The administrative state of the object or policy. | SELECTION:
|
imgPath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
operation | installer:InstOper scalar:Enum8 | NO COMMENTS | SELECTION:
|
installType | installer:InstType scalar:Enum8 | NO COMMENTS | SELECTION:
|
packagePath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
Install All NX-OS SCP Disruptive
Install All NX-OS SCP Disruptive
POST http://<mgmt0_IP>/api/mo/sys/action.json
{
"actionLCont": {
"children": [
{
"actionLSubj": {
"attributes": {
"dn": "sys/action/lsubj-[sys]"
},
"children" : [
{
"topSystemInstallLTask": {
"attributes": {
"dn": "sys/action/lsubj-[sys]/topSystemInstallLTask",
"adminSt": "start",
"imgPath": "scp://tester:test123@172.27.250.42/auto/tftpboot/tester/nxos.9.3.3.IDI9.0.635.bin.upg",
"operation": "install",
"installType": "disruptive",
"packagePath": ""
}
}
}
]
}
}
]
}
}
Note: This example was added in Release 9.3(3).
CLI Command
install all nxos scp://tester:test123@172.27.250.42/auto/tftpboot/tester/nxos.9.3.3.IDI9.0.635.bin.upg non-interruptive
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
---|---|
actionLCont | sys/action |
actionLSubj | sys/action/lsubj-{[oDn]} |
topSystemInstallLTask | sys/action/lsubj-{[oDn]}/topSystemInstallLTask |
actionLSubj Properties
The following table contains information about the actionLSubj properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. |
topSystemInstallLTask Properties
The following table contains information about the topSystemInstallLTask properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. | |
adminSt | action:AdminSt scalar:Enum8 | The administrative state of the object or policy. | SELECTION:
|
imgPath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
operation | installer:InstOper scalar:Enum8 | NO COMMENTS | SELECTION:
|
installType | installer:InstType scalar:Enum8 | NO COMMENTS | SELECTION:
|
packagePath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
Install All NX-OS TFTP Disruptive
Install All NX-OS TFTP Disruptive
POST http://<mgmt0_IP>/api/mo/sys/action.json
{
"actionLCont": {
"children": [
{
"actionLSubj": {
"attributes": {
"dn": "sys/action/lsubj-[sys]"
},
"children" : [
{
"topSystemInstallLTask": {
"attributes": {
"dn": "sys/action/lsubj-[sys]/topSystemInstallLTask",
"adminSt": "start",
"imgPath": "tftp://172.27.250.42/auto/tftpboot/tester/nxos.9.3.3.IDI9.0.635.bin.upg",
"operation": "install",
"installType": "disruptive",
"packagePath": ""
}
}
}
]
}
}
]
}
}
Note: This example was added in Release 9.3(3).
CLI Command
install all nxos tftp://172.27.250.42/auto/tftpboot/tester/nxos.9.3.3.IDI9.0.635.bin.upg non-interruptive
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
---|---|
actionLCont | sys/action |
actionLSubj | sys/action/lsubj-{[oDn]} |
topSystemInstallLTask | sys/action/lsubj-{[oDn]}/topSystemInstallLTask |
actionLSubj Properties
The following table contains information about the actionLSubj properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. |
topSystemInstallLTask Properties
The following table contains information about the topSystemInstallLTask properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. | |
adminSt | action:AdminSt scalar:Enum8 | The administrative state of the object or policy. | SELECTION:
|
imgPath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
operation | installer:InstOper scalar:Enum8 | NO COMMENTS | SELECTION:
|
installType | installer:InstType scalar:Enum8 | NO COMMENTS | SELECTION:
|
packagePath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
Install All NX-OS TFTP Non-Disruptive
Install All NX-OS TFTP Non-Disruptive
POST http://<mgmt0_IP>/api/mo/sys/action.json
{
"actionLCont": {
"children": [
{
"actionLSubj": {
"attributes": {
"dn": "sys/action/lsubj-[sys]"
},
"children" : [
{
"topSystemInstallLTask": {
"attributes": {
"dn": "sys/action/lsubj-[sys]/topSystemInstallLTask",
"adminSt": "start",
"imgPath": "tftp://172.27.250.42/auto/tftpboot/tester/nxos.9.3.3.IDI9.0.635.bin.upg",
"operation": "install",
"installType": "non-disruptive",
"packagePath": ""
}
}
}
]
}
}
]
}
}
Note: This example was added in Release 9.3(3).
CLI Command
install all nxos tftp://172.27.250.42/auto/tftpboot/tester/nxos.9.3.3.IDI9.0.635.bin.upg non-disruptive non-interruptive
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
---|---|
actionLCont | sys/action |
actionLSubj | sys/action/lsubj-{[oDn]} |
topSystemInstallLTask | sys/action/lsubj-{[oDn]}/topSystemInstallLTask |
actionLSubj Properties
The following table contains information about the actionLSubj properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. |
topSystemInstallLTask Properties
The following table contains information about the topSystemInstallLTask properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. | |
adminSt | action:AdminSt scalar:Enum8 | The administrative state of the object or policy. | SELECTION:
|
imgPath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
operation | installer:InstOper scalar:Enum8 | NO COMMENTS | SELECTION:
|
installType | installer:InstType scalar:Enum8 | NO COMMENTS | SELECTION:
|
packagePath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
Show Install All Impact NX-OS Bootflash Disruptive
Show Install All Impact NX-OS Bootflash Disruptive
POST http://<mgmt0_IP>/api/mo/sys/action.json
{
"actionLCont": {
"children": [
{
"actionLSubj": {
"attributes": {
"dn": "sys/action/lsubj-[sys]"
},
"children" : [
{
"topSystemInstallLTask": {
"attributes": {
"dn": "sys/action/lsubj-[sys]/topSystemInstallLTask",
"adminSt": "start",
"imgPath": "bootflash:nxos.9.3.3.IDI9.0.635.bin.upg",
"operation": "impact",
"installType": "disruptive",
"packagePath": ""
}
}
}
]
}
}
]
}
}
Note: This example was added in Release 9.3(3).
CLI Command
show install all impact nxos bootflash:nxos.9.3.3.IDI9.0.635.bin
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
---|---|
actionLCont | sys/action |
actionLSubj | sys/action/lsubj-{[oDn]} |
topSystemInstallLTask | sys/action/lsubj-{[oDn]}/topSystemInstallLTask |
actionLSubj Properties
The following table contains information about the actionLSubj properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. |
topSystemInstallLTask Properties
The following table contains information about the topSystemInstallLTask properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. | |
adminSt | action:AdminSt scalar:Enum8 | The administrative state of the object or policy. | SELECTION:
|
imgPath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
operation | installer:InstOper scalar:Enum8 | NO COMMENTS | SELECTION:
|
installType | installer:InstType scalar:Enum8 | NO COMMENTS | SELECTION:
|
packagePath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
Show Install All Impact NX-OS Bootflash Nondisruptive
Show Install All Impact NX-OS Bootflash Nondisruptive
POST http://<mgmt0_IP>/api/mo/sys/action.json
{
"actionLCont": {
"children": [
{
"actionLSubj": {
"attributes": {
"dn": "sys/action/lsubj-[sys]"
},
"children" : [
{
"topSystemInstallLTask": {
"attributes": {
"dn": "sys/action/lsubj-[sys]/topSystemInstallLTask",
"adminSt": "start",
"imgPath": "bootflash:nxos.9.3.3.IDI9.0.635.bin.upg",
"operation": "impact",
"installType": "non-disruptive",
"packagePath": ""
}
}
}
]
}
}
]
}
}
Note: This example was added in Release 9.3(3).
CLI Command
show install all impact nxos bootflash:nxos.9.3.3.IDI9.0.635.bin non-disruptive
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
---|---|
actionLCont | sys/action |
actionLSubj | sys/action/lsubj-{[oDn]} |
topSystemInstallLTask | sys/action/lsubj-{[oDn]}/topSystemInstallLTask |
actionLSubj Properties
The following table contains information about the actionLSubj properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. |
topSystemInstallLTask Properties
The following table contains information about the topSystemInstallLTask properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. | |
adminSt | action:AdminSt scalar:Enum8 | The administrative state of the object or policy. | SELECTION:
|
imgPath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
operation | installer:InstOper scalar:Enum8 | NO COMMENTS | SELECTION:
|
installType | installer:InstType scalar:Enum8 | NO COMMENTS | SELECTION:
|
packagePath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
Show Install All Impact NX-OS FTP Disruptive
Show Install All Impact NX-OS FTP Disruptive
POST http://<mgmt0_IP>/api/mo/sys/action.json
{
"actionLCont": {
"children": [
{
"actionLSubj": {
"attributes": {
"dn": "sys/action/lsubj-[sys]"
},
"children" : [
{
"topSystemInstallLTask": {
"attributes": {
"dn": "sys/action/lsubj-[sys]/topSystemInstallLTask",
"adminSt": "start",
"imgPath": "ftp://tester:test123@172.27.250.42/auto/tftpboot/tester/nxos.9.3.3.IDI9.0.635.bin.upg",
"operation": "impact",
"installType": "disruptive",
"packagePath": ""
}
}
}
]
}
}
]
}
}
Note: This example was added in Release 9.3(3).
CLI Command
show install all impact nxos ftp://tester@test123@172.27.250.42/auto/tftpboot/tester/nxos.9.3.3.IDI9.0.635.bin
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
---|---|
actionLCont | sys/action |
actionLSubj | sys/action/lsubj-{[oDn]} |
topSystemInstallLTask | sys/action/lsubj-{[oDn]}/topSystemInstallLTask |
actionLSubj Properties
The following table contains information about the actionLSubj properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. |
topSystemInstallLTask Properties
The following table contains information about the topSystemInstallLTask properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. | |
adminSt | action:AdminSt scalar:Enum8 | The administrative state of the object or policy. | SELECTION:
|
imgPath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
operation | installer:InstOper scalar:Enum8 | NO COMMENTS | SELECTION:
|
installType | installer:InstType scalar:Enum8 | NO COMMENTS | SELECTION:
|
packagePath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
Show Install All Impact NX-OS FTP Non-Disruptive
Show Install All Impact NX-OS FTP Non-Disruptive
POST http://<mgmt0_IP>/api/mo/sys/action.json
{
"actionLCont": {
"children": [
{
"actionLSubj": {
"attributes": {
"dn": "sys/action/lsubj-[sys]"
},
"children" : [
{
"topSystemInstallLTask": {
"attributes": {
"dn": "sys/action/lsubj-[sys]/topSystemInstallLTask",
"adminSt": "start",
"imgPath": "ftp://tester:test123@172.27.250.42/auto/tftpboot/tester/nxos.9.3.3.IDI9.0.635.bin.upg",
"operation": "impact",
"installType": "non-disruptive",
"packagePath": ""
}
}
}
]
}
}
]
}
}
Note: This example was added in Release 9.3(3).
CLI Command
show install all impact nxos ftp://tester@test123@172.27.250.42/auto/tftpboot/tester/nxos.9.3.3.IDI9.0.635.bin non-disruptive
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
---|---|
actionLCont | sys/action |
actionLSubj | sys/action/lsubj-{[oDn]} |
topSystemInstallLTask | sys/action/lsubj-{[oDn]}/topSystemInstallLTask |
actionLSubj Properties
The following table contains information about the actionLSubj properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. |
topSystemInstallLTask Properties
The following table contains information about the topSystemInstallLTask properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. | |
adminSt | action:AdminSt scalar:Enum8 | The administrative state of the object or policy. | SELECTION:
|
imgPath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
operation | installer:InstOper scalar:Enum8 | NO COMMENTS | SELECTION:
|
installType | installer:InstType scalar:Enum8 | NO COMMENTS | SELECTION:
|
packagePath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
Show Install All Impact NX-OS SCP Disruptive
Show Install All Impact NX-OS SCP Disruptive
POST http://<mgmt0_IP>/api/mo/sys/action.json
{
"actionLCont": {
"children": [
{
"actionLSubj": {
"attributes": {
"dn": "sys/action/lsubj-[sys]"
},
"children" : [
{
"topSystemInstallLTask": {
"attributes": {
"dn": "sys/action/lsubj-[sys]/topSystemInstallLTask",
"adminSt": "start",
"imgPath": "scp://tester:test123@172.27.250.42/auto/tftpboot/tester/nxos.9.3.3.IDI9.0.635.bin.upg",
"operation": "impact",
"installType": "disruptive",
"packagePath": ""
}
}
}
]
}
}
]
}
}
Note: This example was added in Release 9.3(3).
CLI Command
show install all impact nxos scp://tester@test123@172.27.250.42/auto/tftpboot/tester/nxos.9.3.3.IDI9.0.635.bin
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
---|---|
actionLCont | sys/action |
actionLSubj | sys/action/lsubj-{[oDn]} |
topSystemInstallLTask | sys/action/lsubj-{[oDn]}/topSystemInstallLTask |
actionLSubj Properties
The following table contains information about the actionLSubj properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. |
topSystemInstallLTask Properties
The following table contains information about the topSystemInstallLTask properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. | |
adminSt | action:AdminSt scalar:Enum8 | The administrative state of the object or policy. | SELECTION:
|
imgPath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
operation | installer:InstOper scalar:Enum8 | NO COMMENTS | SELECTION:
|
installType | installer:InstType scalar:Enum8 | NO COMMENTS | SELECTION:
|
packagePath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
Show Install All Impact NX-OS SCP Non-Disruptive
Show Install All Impact NX-OS SCP Non-Disruptive
POST http://<mgmt0_IP>/api/mo/sys/action.json
{
"actionLCont": {
"children": [
{
"actionLSubj": {
"attributes": {
"dn": "sys/action/lsubj-[sys]"
},
"children" : [
{
"topSystemInstallLTask": {
"attributes": {
"dn": "sys/action/lsubj-[sys]/topSystemInstallLTask",
"adminSt": "start",
"imgPath": "scp://tester:test123@172.27.250.42/auto/tftpboot/tester/nxos.9.3.3.IDI9.0.635.bin.upg",
"operation": "impact",
"installType": "non-disruptive",
"packagePath": ""
}
}
}
]
}
}
]
}
}
Note: This example was added in Release 9.3(3).
CLI Command
show install all impact nxos scp://tester@test123@172.27.250.42/auto/tftpboot/tester/nxos.9.3.3.IDI9.0.635.bin non-disruptive
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
---|---|
actionLCont | sys/action |
actionLSubj | sys/action/lsubj-{[oDn]} |
topSystemInstallLTask | sys/action/lsubj-{[oDn]}/topSystemInstallLTask |
actionLSubj Properties
The following table contains information about the actionLSubj properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. |
topSystemInstallLTask Properties
The following table contains information about the topSystemInstallLTask properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. | |
adminSt | action:AdminSt scalar:Enum8 | The administrative state of the object or policy. | SELECTION:
|
imgPath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
operation | installer:InstOper scalar:Enum8 | NO COMMENTS | SELECTION:
|
installType | installer:InstType scalar:Enum8 | NO COMMENTS | SELECTION:
|
packagePath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
Show Install All Impact NX-OS TFTP Disruptive
Show Install All Impact NX-OS TFTP Disruptive
POST http://<mgmt0_IP>/api/mo/sys/action.json
{
"actionLCont": {
"children": [
{
"actionLSubj": {
"attributes": {
"dn": "sys/action/lsubj-[sys]"
},
"children" : [
{
"topSystemInstallLTask": {
"attributes": {
"dn": "sys/action/lsubj-[sys]/topSystemInstallLTask",
"adminSt": "start",
"imgPath": "tftp://172.27.250.42/auto/tftpboot/tester/nxos.9.3.3.IDI9.0.635.bin.upg",
"operation": "impact",
"installType": "disruptive",
"packagePath": ""
}
}
}
]
}
}
]
}
}
Note: This example was added in Release 9.3(3).
CLI Command
show install all impact nxos tftp://172.27.250.42/auto/tftpboot/tester/nxos.9.3.3.IDI9.0.635.bin
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
---|---|
actionLCont | sys/action |
actionLSubj | sys/action/lsubj-{[oDn]} |
topSystemInstallLTask | sys/action/lsubj-{[oDn]}/topSystemInstallLTask |
actionLSubj Properties
The following table contains information about the actionLSubj properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. |
topSystemInstallLTask Properties
The following table contains information about the topSystemInstallLTask properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. | |
adminSt | action:AdminSt scalar:Enum8 | The administrative state of the object or policy. | SELECTION:
|
imgPath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
operation | installer:InstOper scalar:Enum8 | NO COMMENTS | SELECTION:
|
installType | installer:InstType scalar:Enum8 | NO COMMENTS | SELECTION:
|
packagePath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide:
Show Install All Impact NX-OS TFTP Non-Disruptive
Show Install All Impact NX-OS TFTP Non-Disruptive
POST http://<mgmt0_IP>/api/mo/sys/action.json
{
"actionLCont": {
"children": [
{
"actionLSubj": {
"attributes": {
"dn": "sys/action/lsubj-[sys]"
},
"children" : [
{
"topSystemInstallLTask": {
"attributes": {
"dn": "sys/action/lsubj-[sys]/topSystemInstallLTask",
"adminSt": "start",
"imgPath": "tftp://172.27.250.42/auto/tftpboot/tester/nxos.9.3.3.IDI9.0.635.bin.upg",
"operation": "impact",
"installType": "non-disruptive",
"packagePath": ""
}
}
}
]
}
}
]
}
}
Note: This example was added in Release 9.3(3).
CLI Command
show install all impact nxos tftp://172.27.250.42/auto/tftpboot/tester/nxos.9.3.3.IDI9.0.635.bin non-disruptive
Note: The property information for this example was added in Release 9.3(3).
Verifying a DME Configuration
The following table contains the distinguished name (DN) for each managed object (MO) in the DME payload. Issue a GET request using the DN to verify the configuration was posted or to get information about the configured properties of a particular object.
MO | DN |
---|---|
actionLCont | sys/action |
actionLSubj | sys/action/lsubj-{[oDn]} |
topSystemInstallLTask | sys/action/lsubj-{[oDn]}/topSystemInstallLTask |
actionLSubj Properties
The following table contains information about the actionLSubj properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. |
topSystemInstallLTask Properties
The following table contains information about the topSystemInstallLTask properties in the DME payload. For more information about the properties and MOs, see the NX-API DME Model Reference linked in the Related Documentation section below.
Property Name | Data Type | Description | Values |
---|---|---|---|
dn | reference:BinRef | A tag or metadata is a non-hierarchical keyword or term assigned to the fabric module. | |
adminSt | action:AdminSt scalar:Enum8 | The administrative state of the object or policy. | SELECTION:
|
imgPath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
operation | installer:InstOper scalar:Enum8 | NO COMMENTS | SELECTION:
|
installType | installer:InstType scalar:Enum8 | NO COMMENTS | SELECTION:
|
packagePath | reference:URI string:Basic | NO COMMENTS | RANGE: Min: "0" Max: "512" |
Related Documentation
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide: