psm jcs snapshot

Use this command to display the details of a snapshot defined for an Oracle Java Cloud Service instance.

Syntax

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

psm jcs snapshot -s|--service-name instance-name 
    -n|--snapshot-name snapshot-name
    [-of|--output-format json|html|short]

Parameters

All parameters are required unless otherwise specified.

Parameter Description

-s|--service-name instance-name

Specifies the name of the Java Cloud Service instance.

-n|--snapshot-name snapshot-name

Specifies the name of the snapshot.

-of|--output-format json|html|short

(Optional) Specifies the 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.

Examples

$ psm jcs snapshot -s myjcs57-aas -n mysql57-snap1