psm jcs service

This command displays the details of 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 service -s|--service-name serviceName
    [-of|-–output-format json|html|short]

Parameters

All parameters are required unless otherwise noted.

Parameter Description
-s|--service-name serviceName The Oracle Java Cloud Service instance for which you want to display information.
-of|-–output-format json|html|short (Optional) Output format of the command’s response:

Accepted values: json, html, short

The default output format is the one you specified when using the psm setup command to configure the psm CLI.

Example

$ psm jcs service -s MyService01 -of json
{
    "auto_update":"true",
    "cluster_name":"MyServic_cluster",
    "compliance_status":"",
    "compliance_status_desc":"",
    "compute_site_name":"abca",
    "content_url":"http://198.51.100.1",
    "created_by":"weblogic",
    "creation_job_id":"8516",
    "creation_time":"Mon Apr 18 17:5:38 UTC 2016",
    "db_info":"MKEJCSIDB11g:1521/ORCL.opcwlaasqa.corpcloud.internal",
    "db_service_name":"MKEJCSIDB11g",
    "deletion_job_id":0,
    "description":"Example Instance 12-2-1 created via REST API",
    "domain_mode":"PRODUCTION",
    "domain_name":"MyServic_domain",
    "edition":"SUITE",
    "error_status_desc":"",
    "fmw_control_url":"https://198.51.100.1:7002/em",
    "identity_domain":"myteam-abca",
    "last_modified_time":"Mon Apr 18 17:5:37 UTC 2016",
    "level":"PAAS",
    "lifecycle_control_job_id":8526,
    "num_ip_reservations":1,
    "num_nodes":1,
    "otd_provisioned":"no",
    "psm_plugin_version":"16.2.3-0-1604090504",
    "sample_app_url":"https://198.51.100.1/sample-app/",
    "secure_content_url":"https://198.51.100.1",
    "service_components":[
        {
            "type":"OTD_JDK",
            "version":"1.8.0_71"
        },
        {
            "type":"WLS",
            "version":"12.2.1.0.160119"
        },
        {
            "type":"OTD",
            "version":"12.2.1.0.0"
        },
        {
            "type":"JDK",
            "version":"1.8.0_71"
        }
    ],
    "service_name":"MyService01",
    "service_uri":"http://myserver.us.mycorp.com:7103/paas/service/jcs/api/v1.1/instances/myteam-abca/MyService01",
    "shape":"oc3",
    "status":"Running",
    "subscription_type":"MONTHLY",
    "version":"12cRelease2",
    "wlsVersion":"12.2.1.0.160119",
    "wls_admin_url":"https://198.51.100.1:7002/console",
    "wls_deployment_channel_port":9001
}