Skip to main content
Element Software
12.5 and 12.7

GetPatchInfo

Contributors netapp-pcarriga

You can use the GetPatchInfo method to get information about Element software patches installed on a storage node.

Parameters

This method has the following input parameters:

Name Description Type Default value Required

force

Force the method to run on all nodes in the storage cluster. You only need this when you issue the API to a cluster IP address instead of a single node. Possible values:

  • true

  • false

boolean

false

No

Return values

This method has the following return values:

Name Description Type

patches

Object containing information about the patches installed on this node.

JSON object

Request example

Requests for this method are similar to the following example:

{
   "method": "GetPatchInfo",
   "params": {
      "force": false,
      },
   "id": 1
}

Response example

This method returns a response similar to the following example:

{
    "id": 1,
    "result": {
        "patches": {
          "SUST936": {
          "date": "Wed 09 Dec 2020 10:41:59 PM UTC",
          "description": "BMC fixes",
          "newFiles": [
              "None"
          ],
          "patchedFiles": [
              "Patched_file_1.bin",
              "Patched_file_2.dat",
              "Patched_file_3.tgz"
          ]
          }
        }
    }
}

New since version

12.3