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.

MODN
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 NameData TypeDescriptionValues
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 NameData TypeDescriptionValues
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:
  • 0 - unknown
  • 1 - start
  • 2 - stop
  • 3 - suspend
  • DEFAULT: unknown(0)
  • imgPath
    reference:URI
    string:Basic
    NO COMMENTS RANGE: Min: "0" Max: "512"
    operation
    installer:InstOper
    scalar:Enum8
    NO COMMENTSSELECTION:
  • 0 - none
  • 1 - install
  • 2 - impact
  • 3 - abort
  • DEFAULT: none(0)
  • installType
    installer:InstType
    scalar:Enum8
    NO COMMENTSSELECTION:
  • -1 - none
  • 0 - disruptive
  • 1 - non-disruptive
  • DEFAULT: none(-1)
  • 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:

    http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

    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:

    https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

    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.

    MODN
    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 NameData TypeDescriptionValues
    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 NameData TypeDescriptionValues
    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:
  • 0 - unknown
  • 1 - start
  • 2 - stop
  • 3 - suspend
  • DEFAULT: unknown(0)
  • imgPath
    reference:URI
    string:Basic
    NO COMMENTS RANGE: Min: "0" Max: "512"
    operation
    installer:InstOper
    scalar:Enum8
    NO COMMENTSSELECTION:
  • 0 - none
  • 1 - install
  • 2 - impact
  • 3 - abort
  • DEFAULT: none(0)
  • installType
    installer:InstType
    scalar:Enum8
    NO COMMENTSSELECTION:
  • -1 - none
  • 0 - disruptive
  • 1 - non-disruptive
  • DEFAULT: none(-1)
  • 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:

    http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

    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:

    https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

    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.

    MODN
    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 NameData TypeDescriptionValues
    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 NameData TypeDescriptionValues
    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:
  • 0 - unknown
  • 1 - start
  • 2 - stop
  • 3 - suspend
  • DEFAULT: unknown(0)
  • imgPath
    reference:URI
    string:Basic
    NO COMMENTS RANGE: Min: "0" Max: "512"
    operation
    installer:InstOper
    scalar:Enum8
    NO COMMENTSSELECTION:
  • 0 - none
  • 1 - install
  • 2 - impact
  • 3 - abort
  • DEFAULT: none(0)
  • installType
    installer:InstType
    scalar:Enum8
    NO COMMENTSSELECTION:
  • -1 - none
  • 0 - disruptive
  • 1 - non-disruptive
  • DEFAULT: none(-1)
  • biosForce
    installer:InstEnum
    scalar:Enum8
    NO COMMENTSSELECTION:
  • 0 - yes
  • 1 - no
  • DEFAULT: no(1)
  • 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:

    http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

    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:

    https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

    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.

    MODN
    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 NameData TypeDescriptionValues
    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 NameData TypeDescriptionValues
    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:
  • 0 - unknown
  • 1 - start
  • 2 - stop
  • 3 - suspend
  • DEFAULT: unknown(0)
  • imgPath
    reference:URI
    string:Basic
    NO COMMENTS RANGE: Min: "0" Max: "512"
    operation
    installer:InstOper
    scalar:Enum8
    NO COMMENTSSELECTION:
  • 0 - none
  • 1 - install
  • 2 - impact
  • 3 - abort
  • DEFAULT: none(0)
  • installType
    installer:InstType
    scalar:Enum8
    NO COMMENTSSELECTION:
  • -1 - none
  • 0 - disruptive
  • 1 - non-disruptive
  • DEFAULT: none(-1)
  • 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:

    http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

    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:

    https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

    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.

    MODN
    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 NameData TypeDescriptionValues
    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 NameData TypeDescriptionValues
    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:
  • 0 - unknown
  • 1 - start
  • 2 - stop
  • 3 - suspend
  • DEFAULT: unknown(0)
  • imgPath
    reference:URI
    string:Basic
    NO COMMENTS RANGE: Min: "0" Max: "512"
    operation
    installer:InstOper
    scalar:Enum8
    NO COMMENTSSELECTION:
  • 0 - none
  • 1 - install
  • 2 - impact
  • 3 - abort
  • DEFAULT: none(0)
  • installType
    installer:InstType
    scalar:Enum8
    NO COMMENTSSELECTION:
  • -1 - none
  • 0 - disruptive
  • 1 - non-disruptive
  • DEFAULT: none(-1)
  • biosForce
    installer:InstEnum
    scalar:Enum8
    NO COMMENTSSELECTION:
  • 0 - yes
  • 1 - no
  • DEFAULT: no(1)
  • 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:

    http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

    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:

    https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

    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.

    MODN
    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 NameData TypeDescriptionValues
    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 NameData TypeDescriptionValues
    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:
  • 0 - unknown
  • 1 - start
  • 2 - stop
  • 3 - suspend
  • DEFAULT: unknown(0)
  • imgPath
    reference:URI
    string:Basic
    NO COMMENTS RANGE: Min: "0" Max: "512"
    operation
    installer:InstOper
    scalar:Enum8
    NO COMMENTSSELECTION:
  • 0 - none
  • 1 - install
  • 2 - impact
  • 3 - abort
  • DEFAULT: none(0)
  • installType
    installer:InstType
    scalar:Enum8
    NO COMMENTSSELECTION:
  • -1 - none
  • 0 - disruptive
  • 1 - non-disruptive
  • DEFAULT: none(-1)
  • 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:

    http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

    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:

    https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

    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.

    MODN
    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 NameData TypeDescriptionValues
    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 NameData TypeDescriptionValues
    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:
  • 0 - unknown
  • 1 - start
  • 2 - stop
  • 3 - suspend
  • DEFAULT: unknown(0)
  • imgPath
    reference:URI
    string:Basic
    NO COMMENTS RANGE: Min: "0" Max: "512"
    operation
    installer:InstOper
    scalar:Enum8
    NO COMMENTSSELECTION:
  • 0 - none
  • 1 - install
  • 2 - impact
  • 3 - abort
  • DEFAULT: none(0)
  • installType
    installer:InstType
    scalar:Enum8
    NO COMMENTSSELECTION:
  • -1 - none
  • 0 - disruptive
  • 1 - non-disruptive
  • DEFAULT: none(-1)
  • 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:

    http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

    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:

    https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

    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.

    MODN
    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 NameData TypeDescriptionValues
    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 NameData TypeDescriptionValues
    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:
  • 0 - unknown
  • 1 - start
  • 2 - stop
  • 3 - suspend
  • DEFAULT: unknown(0)
  • imgPath
    reference:URI
    string:Basic
    NO COMMENTS RANGE: Min: "0" Max: "512"
    operation
    installer:InstOper
    scalar:Enum8
    NO COMMENTSSELECTION:
  • 0 - none
  • 1 - install
  • 2 - impact
  • 3 - abort
  • DEFAULT: none(0)
  • installType
    installer:InstType
    scalar:Enum8
    NO COMMENTSSELECTION:
  • -1 - none
  • 0 - disruptive
  • 1 - non-disruptive
  • DEFAULT: none(-1)
  • 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:

    http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

    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:

    https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

    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.

    MODN
    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 NameData TypeDescriptionValues
    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 NameData TypeDescriptionValues
    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:
  • 0 - unknown
  • 1 - start
  • 2 - stop
  • 3 - suspend
  • DEFAULT: unknown(0)
  • imgPath
    reference:URI
    string:Basic
    NO COMMENTS RANGE: Min: "0" Max: "512"
    operation
    installer:InstOper
    scalar:Enum8
    NO COMMENTSSELECTION:
  • 0 - none
  • 1 - install
  • 2 - impact
  • 3 - abort
  • DEFAULT: none(0)
  • installType
    installer:InstType
    scalar:Enum8
    NO COMMENTSSELECTION:
  • -1 - none
  • 0 - disruptive
  • 1 - non-disruptive
  • DEFAULT: none(-1)
  • override
    installer:InstEnum
    scalar:Enum8
    NO COMMENTSSELECTION:
  • 0 - yes
  • 1 - no
  • DEFAULT: no(1)
  • 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:

    http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

    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:

    https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

    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.

    MODN
    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 NameData TypeDescriptionValues
    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 NameData TypeDescriptionValues
    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:
  • 0 - unknown
  • 1 - start
  • 2 - stop
  • 3 - suspend
  • DEFAULT: unknown(0)
  • imgPath
    reference:URI
    string:Basic
    NO COMMENTS RANGE: Min: "0" Max: "512"
    operation
    installer:InstOper
    scalar:Enum8
    NO COMMENTSSELECTION:
  • 0 - none
  • 1 - install
  • 2 - impact
  • 3 - abort
  • DEFAULT: none(0)
  • installType
    installer:InstType
    scalar:Enum8
    NO COMMENTSSELECTION:
  • -1 - none
  • 0 - disruptive
  • 1 - non-disruptive
  • DEFAULT: none(-1)
  • 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:

    http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

    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:

    https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

    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.

    MODN
    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 NameData TypeDescriptionValues
    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 NameData TypeDescriptionValues
    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:
  • 0 - unknown
  • 1 - start
  • 2 - stop
  • 3 - suspend
  • DEFAULT: unknown(0)
  • imgPath
    reference:URI
    string:Basic
    NO COMMENTS RANGE: Min: "0" Max: "512"
    operation
    installer:InstOper
    scalar:Enum8
    NO COMMENTSSELECTION:
  • 0 - none
  • 1 - install
  • 2 - impact
  • 3 - abort
  • DEFAULT: none(0)
  • installType
    installer:InstType
    scalar:Enum8
    NO COMMENTSSELECTION:
  • -1 - none
  • 0 - disruptive
  • 1 - non-disruptive
  • DEFAULT: none(-1)
  • override
    installer:InstEnum
    scalar:Enum8
    NO COMMENTSSELECTION:
  • 0 - yes
  • 1 - no
  • DEFAULT: no(1)
  • 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:

    http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

    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:

    https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

    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.

    MODN
    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 NameData TypeDescriptionValues
    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 NameData TypeDescriptionValues
    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:
  • 0 - unknown
  • 1 - start
  • 2 - stop
  • 3 - suspend
  • DEFAULT: unknown(0)
  • imgPath
    reference:URI
    string:Basic
    NO COMMENTS RANGE: Min: "0" Max: "512"
    operation
    installer:InstOper
    scalar:Enum8
    NO COMMENTSSELECTION:
  • 0 - none
  • 1 - install
  • 2 - impact
  • 3 - abort
  • DEFAULT: none(0)
  • installType
    installer:InstType
    scalar:Enum8
    NO COMMENTSSELECTION:
  • -1 - none
  • 0 - disruptive
  • 1 - non-disruptive
  • DEFAULT: none(-1)
  • 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:

    http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

    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:

    https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

    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.

    MODN
    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 NameData TypeDescriptionValues
    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 NameData TypeDescriptionValues
    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:
  • 0 - unknown
  • 1 - start
  • 2 - stop
  • 3 - suspend
  • DEFAULT: unknown(0)
  • imgPath
    reference:URI
    string:Basic
    NO COMMENTS RANGE: Min: "0" Max: "512"
    operation
    installer:InstOper
    scalar:Enum8
    NO COMMENTSSELECTION:
  • 0 - none
  • 1 - install
  • 2 - impact
  • 3 - abort
  • DEFAULT: none(0)
  • installType
    installer:InstType
    scalar:Enum8
    NO COMMENTSSELECTION:
  • -1 - none
  • 0 - disruptive
  • 1 - non-disruptive
  • DEFAULT: none(-1)
  • 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:

    http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

    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:

    https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

    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.

    MODN
    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 NameData TypeDescriptionValues
    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 NameData TypeDescriptionValues
    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:
  • 0 - unknown
  • 1 - start
  • 2 - stop
  • 3 - suspend
  • DEFAULT: unknown(0)
  • imgPath
    reference:URI
    string:Basic
    NO COMMENTS RANGE: Min: "0" Max: "512"
    operation
    installer:InstOper
    scalar:Enum8
    NO COMMENTSSELECTION:
  • 0 - none
  • 1 - install
  • 2 - impact
  • 3 - abort
  • DEFAULT: none(0)
  • installType
    installer:InstType
    scalar:Enum8
    NO COMMENTSSELECTION:
  • -1 - none
  • 0 - disruptive
  • 1 - non-disruptive
  • DEFAULT: none(-1)
  • 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:

    http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

    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:

    https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

    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.

    MODN
    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 NameData TypeDescriptionValues
    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 NameData TypeDescriptionValues
    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:
  • 0 - unknown
  • 1 - start
  • 2 - stop
  • 3 - suspend
  • DEFAULT: unknown(0)
  • imgPath
    reference:URI
    string:Basic
    NO COMMENTS RANGE: Min: "0" Max: "512"
    operation
    installer:InstOper
    scalar:Enum8
    NO COMMENTSSELECTION:
  • 0 - none
  • 1 - install
  • 2 - impact
  • 3 - abort
  • DEFAULT: none(0)
  • installType
    installer:InstType
    scalar:Enum8
    NO COMMENTSSELECTION:
  • -1 - none
  • 0 - disruptive
  • 1 - non-disruptive
  • DEFAULT: none(-1)
  • 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:

    http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

    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:

    https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

    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.

    MODN
    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 NameData TypeDescriptionValues
    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 NameData TypeDescriptionValues
    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:
  • 0 - unknown
  • 1 - start
  • 2 - stop
  • 3 - suspend
  • DEFAULT: unknown(0)
  • imgPath
    reference:URI
    string:Basic
    NO COMMENTS RANGE: Min: "0" Max: "512"
    operation
    installer:InstOper
    scalar:Enum8
    NO COMMENTSSELECTION:
  • 0 - none
  • 1 - install
  • 2 - impact
  • 3 - abort
  • DEFAULT: none(0)
  • installType
    installer:InstType
    scalar:Enum8
    NO COMMENTSSELECTION:
  • -1 - none
  • 0 - disruptive
  • 1 - non-disruptive
  • DEFAULT: none(-1)
  • 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:

    http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

    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:

    https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

    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.

    MODN
    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 NameData TypeDescriptionValues
    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 NameData TypeDescriptionValues
    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:
  • 0 - unknown
  • 1 - start
  • 2 - stop
  • 3 - suspend
  • DEFAULT: unknown(0)
  • imgPath
    reference:URI
    string:Basic
    NO COMMENTS RANGE: Min: "0" Max: "512"
    operation
    installer:InstOper
    scalar:Enum8
    NO COMMENTSSELECTION:
  • 0 - none
  • 1 - install
  • 2 - impact
  • 3 - abort
  • DEFAULT: none(0)
  • installType
    installer:InstType
    scalar:Enum8
    NO COMMENTSSELECTION:
  • -1 - none
  • 0 - disruptive
  • 1 - non-disruptive
  • DEFAULT: none(-1)
  • 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:

    http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

    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:

    https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

    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.

    MODN
    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 NameData TypeDescriptionValues
    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 NameData TypeDescriptionValues
    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:
  • 0 - unknown
  • 1 - start
  • 2 - stop
  • 3 - suspend
  • DEFAULT: unknown(0)
  • imgPath
    reference:URI
    string:Basic
    NO COMMENTS RANGE: Min: "0" Max: "512"
    operation
    installer:InstOper
    scalar:Enum8
    NO COMMENTSSELECTION:
  • 0 - none
  • 1 - install
  • 2 - impact
  • 3 - abort
  • DEFAULT: none(0)
  • installType
    installer:InstType
    scalar:Enum8
    NO COMMENTSSELECTION:
  • -1 - none
  • 0 - disruptive
  • 1 - non-disruptive
  • DEFAULT: none(-1)
  • 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:

    http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

    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:

    https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

    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.

    MODN
    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 NameData TypeDescriptionValues
    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 NameData TypeDescriptionValues
    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:
  • 0 - unknown
  • 1 - start
  • 2 - stop
  • 3 - suspend
  • DEFAULT: unknown(0)
  • imgPath
    reference:URI
    string:Basic
    NO COMMENTS RANGE: Min: "0" Max: "512"
    operation
    installer:InstOper
    scalar:Enum8
    NO COMMENTSSELECTION:
  • 0 - none
  • 1 - install
  • 2 - impact
  • 3 - abort
  • DEFAULT: none(0)
  • installType
    installer:InstType
    scalar:Enum8
    NO COMMENTSSELECTION:
  • -1 - none
  • 0 - disruptive
  • 1 - non-disruptive
  • DEFAULT: none(-1)
  • 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:

    http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

    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:

    https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

    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.

    MODN
    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 NameData TypeDescriptionValues
    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 NameData TypeDescriptionValues
    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:
  • 0 - unknown
  • 1 - start
  • 2 - stop
  • 3 - suspend
  • DEFAULT: unknown(0)
  • imgPath
    reference:URI
    string:Basic
    NO COMMENTS RANGE: Min: "0" Max: "512"
    operation
    installer:InstOper
    scalar:Enum8
    NO COMMENTSSELECTION:
  • 0 - none
  • 1 - install
  • 2 - impact
  • 3 - abort
  • DEFAULT: none(0)
  • installType
    installer:InstType
    scalar:Enum8
    NO COMMENTSSELECTION:
  • -1 - none
  • 0 - disruptive
  • 1 - non-disruptive
  • DEFAULT: none(-1)
  • 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:

    http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

    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:

    https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

    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.

    MODN
    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 NameData TypeDescriptionValues
    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 NameData TypeDescriptionValues
    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:
  • 0 - unknown
  • 1 - start
  • 2 - stop
  • 3 - suspend
  • DEFAULT: unknown(0)
  • imgPath
    reference:URI
    string:Basic
    NO COMMENTS RANGE: Min: "0" Max: "512"
    operation
    installer:InstOper
    scalar:Enum8
    NO COMMENTSSELECTION:
  • 0 - none
  • 1 - install
  • 2 - impact
  • 3 - abort
  • DEFAULT: none(0)
  • installType
    installer:InstType
    scalar:Enum8
    NO COMMENTSSELECTION:
  • -1 - none
  • 0 - disruptive
  • 1 - non-disruptive
  • DEFAULT: none(-1)
  • 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:

    http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

    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:

    https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

    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.

    MODN
    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 NameData TypeDescriptionValues
    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 NameData TypeDescriptionValues
    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:
  • 0 - unknown
  • 1 - start
  • 2 - stop
  • 3 - suspend
  • DEFAULT: unknown(0)
  • imgPath
    reference:URI
    string:Basic
    NO COMMENTS RANGE: Min: "0" Max: "512"
    operation
    installer:InstOper
    scalar:Enum8
    NO COMMENTSSELECTION:
  • 0 - none
  • 1 - install
  • 2 - impact
  • 3 - abort
  • DEFAULT: none(0)
  • installType
    installer:InstType
    scalar:Enum8
    NO COMMENTSSELECTION:
  • -1 - none
  • 0 - disruptive
  • 1 - non-disruptive
  • DEFAULT: none(-1)
  • 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:

    http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

    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:

    https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html

    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.

    MODN
    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 NameData TypeDescriptionValues
    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 NameData TypeDescriptionValues
    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:
  • 0 - unknown
  • 1 - start
  • 2 - stop
  • 3 - suspend
  • DEFAULT: unknown(0)
  • imgPath
    reference:URI
    string:Basic
    NO COMMENTS RANGE: Min: "0" Max: "512"
    operation
    installer:InstOper
    scalar:Enum8
    NO COMMENTSSELECTION:
  • 0 - none
  • 1 - install
  • 2 - impact
  • 3 - abort
  • DEFAULT: none(0)
  • installType
    installer:InstType
    scalar:Enum8
    NO COMMENTSSELECTION:
  • -1 - none
  • 0 - disruptive
  • 1 - non-disruptive
  • DEFAULT: none(-1)
  • 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:

    http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html

    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:

    https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html