psm analytics available-patches

Use this command to list all available patches for a service created with Oracle Analytics Cloud - Classic.

Syntax

In the following syntax, line breaks have been added for clarity. Don’t include them when entering the command.

psm analytics available-patches -s|--service-name serviceName 
  [-of|--output-format json|html|short]
 

Parameters

All parameters are required unless otherwise noted.

Parameter Description
-s|--service-name Name of the service.
-of|--output-format (Optional) Output format of the command’s response:
  • json—output is formatted as a JSON array.

  • html—output is formatted as HTML

  • short—output is formatted as a brief summary.

The default output format is the one you specified when using the psm setup command to configure the psm CLI.

Example

$ psm analytics available-patches -s exampleService 
[
    {
        "availablePatchGuiMetadata":{
            "supportsPreCheck":true
        },
        "componentPatches":{
            "analytics":{
                "id":58,
                "preserveFiles":[],
                "releaseVersion":"1.8.0_85",
                "version":"1.8.0_85",
                "zipBundles":{
                    "analytics":{
                        "id":58,
                        "md5sum":"1c83952c16d11f65d9142d4bfa0e1cb9",
                        "provisioningObjectRef":"analytics/8.0.71/160106/analytics.zip",
                        "storageKey":"patch...",
                        "zipVersion":"1.8.0_85"
                    }
                }
            }
        },
        "displayName":"1.8.0_85",
        "entryDate":"Apr 1, 2016 8:01:41 AM",
        "entryUserId":"weblogic",
        "includesConfigUpgrade":false,
        "induceDownTime":false,
        "isAutoApply":false,
        "isCustomerVisible":false,
        "isDeleted":false,
        "patchCategory":"ANALYTICS",
        "patchComponents":[
            {
                "component":"ANALYTICS",
                "id":58,
                "md5sum":"1c83952c16d11f65d9142d4bfa0e1cb9",
                "patchingObjectRef":"PATCH/analytics/analytics.8.0_71",
                "preserveFiles":[],
                "provisioningObjectRef":"ANALYTICS/8.0.71/160106/analytics.zip",
                "version":"1.8.0_85"
            }
        ],
        "patchDescription":"Update to latest version of Analytics, 1.8.0_85. This is a test only patch",
        "patchId":"Test_Patch_analytics.8.0_85",
        "patchNumber":"1.8.0_85",
        "patchReleaseUrl":"http://www.oracle.com/technetwork/analytics/test/test-2773756.html",
        "patchSeverity":"Normal",
        "patchType":"analytics",
        "releaseDate":"Jan 14, 2016 8:00:00 AM",
        "releaseVersion":"1.8.0_85",
        "requiresRestart":true,
        "serviceType":"PaaS",
        "serviceTypeVersions":"ANY",
        "serviceVersion":"12cRelease2"
    }
]