Review the Details of Your First Service Instance

After the service instance is created, view the service instance details using the following cURL command. Specify your user name and password, and the identity domain for your Oracle SOA Cloud Service account on the cURL command line.

Note:

This examples uses the URL prefix for the United States ( soacs). For information about the URL prefixes for other regions of the world, see Send Requests.
C:> curl -i -X GET -u yourUserName:yourPassword -H X-ID-TENANT-NAME:yourIdentityDomain https://psm.us.oraclecloud.com/paas/api/v1.1/instancemgmt/IdentityDomain/services/soa/instances/MyFirstInstance

The following example shows the contents of the response in JSON format.

{
     "service_id": "TBD-GloballyUniqueID",
     "service_name": "MyFirstInstance",
     "service_type": "Stack",
     "resource_count": "2",
     "status": "Provisioning completed",
     "description": "MyFi aggregate service stack",
     "identity_domain": "ExampleIdentityDomain",
     "creation_job_id": "115",
     "creation_time": "Tue Sep 30 13:58:22 GMT 2014",
     "last_modified_time": "Tue Sep 30 13:58:22 GMT 2014",
     "created_by": "weblogic",
     "service_uri": "http:\/\/<host>:7103\/paas\/v1.1\/stack\/instances\/ ExampleIdentityDomain\/MyFirstInstance",
     "resources": {
          "midtier": {
               "service_name": "MyFi-soacs500",
               "version": "12c",
               "wlsVersion": "12.1.2.0.2",
               "status": "Running",
               "description": "MyFi aggregate service stack",
               "identity_domain": "ExampleIdentityDomain",
               "creation_time": "Tue Sep 30 14:43:54 GMT 2014",
               "last_modified_time": "Tue Sep 30 14:43:54 GMT 2014",
               "created_by": "weblogic",
               "service_uri": "http:\/\/<host>:7103\/paas\/api\/v1.1\/instances\/ ExampleIdentityDomain\/MyFi-soacs500",
               "domain_name": "MyFi-soacs_domain",
               "domain_mode": "PRODUCTION",
               "cluster_name": "MyFi-soacs_cluster",
               "num_nodes": 1,
               "level": "PAAS",
               "subscription_type": "HOURLY",
               "edition": "SUITE",
               "shape": "oc3",
               "otd_provisioned": "no",
               "creation_job_id": "126",
               "db_info": "MyFi-db500:1521\/psm.us.oraclecloud.com",
               "num_ip_reservations": 1,
               "wls_admin_url": "https:\/\/10.241.253.234:7002\/console",
               "fmw_control_url": "https:\/\/10.241.253.234:7002\/em",
               "content_url": "http:\/\/10.241.253.234:8001",
               "wls_deployment_channel_port": 9001,
               "type": "soacs"
          },
          "oradb": {
               "service_name": "MyFi-db500",
               "version": "11.2.0.4",
               "status": "Running",
               "description": "DB Service part of the MyFi aggregate stack",
               "identity_domain": "ExampleIdentityDomain",
               "creation_time": "Tue Sep 30 13:58:23 GMT 2014",
               "last_modified_time": "Tue Sep 30 13:58:23 GMT 2014",
               "created_by": "weblogic",
               "service_uri": "http:\/\/<host>:7103\/paas\/db\/api\/v1.1\/instances\/ ExampleIdentityDomain\/MyFi-db500",
               "num_nodes": 1,
               "level": "PAAS",
               "edition": "SUITE",
               "shape": "oc3",
               "subscriptionType": "HOURLY",
               "creation_job_id": "117",
               "num_ip_reservations": 1,
               "backup_destination": "BOTH",
               "cloud_storage_container": "Storage-StorageEval01admin\/JaaSBackup",
               "sid": "ORCL",
               "listenerPort": 1521,
               "em_url": "https:\/\/10.241.253.241:1158\/em",
               "connect_descriptor": "MyFi-db500:1521\/psm.us.oraclecloud.com",
               "type": "dcs"
          }
     }
}