The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
GetPatchInfo
-
PDF of this doc site
-
Manage storage with Element software
-
Protect your data
-
Replication between NetApp Element software and ONTAP (ONTAP CLI)
-
-
-

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
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 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:
|
boolean |
|
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