psm analytics view-backup-config

Use this command to list backup configurations of a service created with Oracle Analytics Cloud - Classic.

Syntax

In the following syntax, line breaks have been added for clarity. Do not include them when entering the command.

psm analytics view-backup-config -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) Desired output format.

Accepted values: json, html, short

Example

$ psm analytics view-backup-config -s Example1Service 
{
    "backupDestination":"BOTH",
    "cloudStorageContainer":"Storage-StorageEval01admin/PaaSBackup",
    "cloudStorageUser":"Storageadmin",
    "defaultRetention":"30 days",
    "fullBackupSchedule":{
        "dayOfMonth":"*",
        "dayOfWeek":"Fri",
        "hour":"5",
        "minute":"25",
        "month":"*",
        "second":"0",
        "year":"*"
    },
    "incrementalBackupSchedule":{
        "dayOfMonth":"*",
        "dayOfWeek":"Sun,Mon,Tue,Wed,Thu,Sat",
        "hour":"5",
        "minute":"25",
        "month":"*",
        "second":"0",
        "year":"*"
    },
    "lastBackupDate":"Thu Apr 28 18:22:38 GMT 2016",
    "nextFullBackupDate":"Fri Apr 29 05:25:00 GMT 2016",
    "nextIncrementalBackupDate":"Sat Apr 30 05:25:00 GMT 2016",
    "percentBackupVolumeUsed":0.0033531999215483665,
    "totalBackupVolumeUsed":"6.9MB",
    "totalBackupVolumeUsedInBytes":7200942,
    "totalCloudStorageContainerUsed":"6.9MB",
    "totalCloudStorageContainerUsedInBytes":7200942
}