psm accs get-recordings

This command generates a recording for an Oracle Application Container Cloud Service application instance.

You must use this command before you can view recording details using the psm accs recording or psm accs recordings command.

Syntax

psm accs get-recordings 
-n|--app-name name 
-i|--instance-name name 
[-of|--output-format json|html|short]

Parameters

All parameters are required unless otherwise noted.

Parameter Description
-n, --app-name Name of the application.
-i, --instance-name Name of the application instance.

-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.

Example

$ psm accs get-recordings -n employees-app -i web.1 -of json
{
    "message":"Recording Request Accepted"
}

More Information

Exploring the Application Logs and Recordings Page in Using Oracle Application Container Cloud Service