psm autoanalyticsinst start-service

Use this command to resume an Oracle Analytics Cloud service that was paused temporarily. When the service resumes, users can sign-in and billing resumes.

Syntax

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

psm autoanalyticsinst start-service -s|--service-name service-name  
    [-of|--output-format json|html|short]

Parameters

All parameters are required unless otherwise noted.

Parameter Description

-s|--service-name service-name

Name of the service.

-of|-–output-format (Optional) Specifies the output format.

Accepted values: json, html, short

Examples

The following example resumes the Example1Service service.

$ psm autoanalyticsinst start-service -s Example1Service
"Accepted"
Job ID : 34348

The command returns a job ID. To see the status of your start operation, use this ID with the psm autoanalyticsinst operation-status command:

$ psm autoanalyticsinst operation-status -j 34348

When you see the following message, the service was successfully started.

    "operationId":364,
    "operationType":"START_SERVICE",
    "serviceId":364,
    "serviceName":"Example1Service",
    "serviceType":"autoanalyticsinst",
    "startDate":"2017-02-28T21:08:31.022+0000",
    "status":"SUCCEED",
    "summaryMessage":"START_SERVICE"