psm accs apps

This command lists all Oracle Application Container Cloud Service applications in the identity domain.

Syntax

psm accs apps 
[-of|--output-format json|html|short]

Parameters

All parameters are required unless otherwise noted.

Parameter Description

-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 apps -of json
{
    "applications":[
        {
            "appId":"cc427540-bd17-443c-99fe-b332a28e579a",
            "appURL":"https://psm.us.oraclecloud.com/paas/service/apaas/api/v1.1/apps/ExampleDomain/employees-app",
            "createdBy":"jane.user@example.com",
            "creationTime":"2016-04-14T20:18:45.410+0000",
            "identityDomain":"ExampleDomain",
            "instances":[
                {
                    "instanceURL":"https://psm.us.oraclecloud.com/paas/service/apaas/api/v1.1/apps/ExampleDomain/employees-app/instances/web.1",
                    "memory":"1G",
                    "name":"web.1",
                    "status":"RUNNING"
                }
            ],
            "lastModifiedTime":"2016-04-14T20:18:45.394+0000",
            "lastestDeployment":{
                "deploymentId":"c48c3546-34b1-48ca-b368-49e4f24f5d3e",
                "deploymentStatus":"READY",
                "deploymentURL":"https://psm.us.oraclecloud.com/paas/service/apaas/api/v1.1/apps/ExampleDomain/employees-app/deployments/c48c3546-34b1-48ca-b368-49e4f24f5d3e"
            },
            "name":"employees-app",
            "runningDeployment":{
                "deploymentId":"c48c3546-34b1-48ca-b368-49e4f24f5d3e",
                "deploymentStatus":"READY",
                "deploymentURL":"https://psm.us.oraclecloud.com/paas/service/apaas/api/v1.1/apps/ExampleDomain/employees-app/deployments/c48c3546-34b1-48ca-b368-49e4f24f5d3e"
            },
            "status":"RUNNING",
            "subscriptionType":"MONTHLY",
            "webURL":"https://employees-app-ExampleDomain.apaas.us2.oraclecloud.com"
        }
    ]
}

More Information

Using the Applications Page in Using Oracle Application Container Cloud Service