Review the Details of Your First Service Instance

After the service instance is created, use the following cURL command to view the service instance details. On the cURL command line, specify the user name and password for your Oracle Java Cloud Service account, and the identity domain ID.

This topic assumes you have created your request document as shown in Create the Request Document.

Sample cURL Command and Service Instance Details

curl -i -X GET -u username:password -H X-ID-TENANT-NAME:identitydomain https://rest_server_url/paas/api/v1.1/instancemgmt/identitydomain/services/jaas/instances/ExampleInstance

The command in the example uses Basic authentication and the URL structure https://rest_server_url/resource-path, where rest_server_url is the REST server to contact for your identity domain or Cloud Account. See Send Requests.

The following are examples of the response document in JSON format for a service instance provisioned on Oracle Cloud Infrastructure and an instance provisioned on Oracle Cloud Infrastructure Classic . Your response output will differ depending on your service instance configuration and Oracle Java Cloud Service release.

On Oracle Cloud Infrastructure:

{
    "serviceId": 954095036,
    "serviceName": "myocidbv",
    "serviceType": "JaaS",
    "domainName": "idcs-youridentitydomain",
    "serviceVersion": "12cRelease214",
    "releaseVersion": "12.2.1.4.190115",
    "baseReleaseVersion": "12.2.1.4.190115",
    "metaVersion": "19.1.4-190307024542",
    "originalMetaVersion": "19.1.4-190307024542",
    "serviceLevel": "PAAS",
    "subscription": "HOURLY",
    "meteringFrequency": "HOURLY",
    "edition": "EE",
    "state": "READY",
    "serviceStateDisplayName": "Ready",
    "clone": false,
    "creator": "yourusername",
    "creationDate": "2019-03-27T00:18:37.546+0000",
    "serviceEntitlementId": "616942398",
    "isBYOL": false,
    "isSharedManaged": false,
    "isNonSharedmanaged": true,
    "isDefaultManaged": false,
    "isManaged": false,
    "isOAuthForStorageConfigured": false,
    "iaasProvider": "OCI",
    "attributes": {
        "WLS_ROOT": {
            "displayName": "Open WebLogic Server Administration Console",
            "type": "URL",
            "value": "https://youripaddress:7002/console",
            "displayValue": "https://youripaddress:7002/console",
            "isKeyBinding": true
        },
        "jdkVersion": {
            "displayName": "JDK",
            "type": "STRING",
            "value": "1.8.0_201",
            "displayValue": "1.8.0_201",
            "isKeyBinding": false
        },
        "SAMPLE_ROOT": {
            "displayName": "Open Sample Application",
            "type": "STRING",
            "value": "https://yourinstanceloadbalancerurl:443/sample-app/",
            "displayValue": "https://yourinstanceloadbalancerurl:443/sample-app/",
            "isKeyBinding": false
        },
        "cloudStorageContainer": {
            "displayName": "Object Storage Container",
            "type": "STRING",
            "value": "",
            "displayValue": "",
            "isKeyBinding": false
        },
        "FMW_ROOT": {
            "displayName": "Open Fusion Middleware Control Console",
            "type": "URL",
            "value": "https://youripaddress:7002/em",
            "displayValue": "https://youripaddress:7002/em",
            "isKeyBinding": true
        },
        "BACKUP_DESTINATION": {
            "displayName": "Backup Destination",
            "type": "STRING",
            "value": "NONE",
            "displayValue": "None",
            "isKeyBinding": false
        }
    },
    "tags": {
        "items": [],
        "totalResults": 0,
        "hasMore": false
    },
    "totalSSDStorage": 0,
    "isMultipleSite": false,
    "keyComponentInstance": "WLS",
    "adminHostName": "myocidbv-wls-1",
    "adminFqHostName": "myocidbv-wls-1.your.host.name",
    "components": {
        "WLS": {
            "serviceId": 954095036,
            "componentId": 954223358,
            "state": "READY",
            "componentStateDisplayName": "Ready",
            "version": "12.2.1.4.6",
            "componentType": "WLS",
            "creationDate": "2019-03-27T00:18:37.000+0000",
            "instanceName": "WLS",
            "instanceRole": "PRIMARY",
            "isKeyComponent": true,
            "region": "us-ashburn-1",
            "availabilityDomain": "NsfH:US-ASHBURN-AD-1",
            "attributes": {
                "upperStackProductName": {
                    "displayName": "Fusion Middleware",
                    "type": "STRING",
                    "value": "",
                    "displayValue": "",
                    "isKeyBinding": false
                }
            },
            "vmInstances": {
                "myocidbv-wls-1": {
                    "vmId": 1104650359,
                    "id": 1104650359,
                    "uuid": "5F065B39C0F74A069AF852B6F63446EC",
                    "hostName": "myocidbv-wls-1",
                    "fqHostName": "myocidbv-wls-1.your.host.name",
                    "availabilityDomain": "NsfH:US-ASHBURN-AD-1",
                    "faultDomain": "FAULT-DOMAIN-1",
                    "subnet": "ocid1.subnet.oc1.iad.aaayourlongstring",
                    "label": "myocidbv wls 1",
                    "ipAddress": "ip-address",
                    "publicIpAddress": "ip-address",
                    "usageType": "ADMIN_SERVER",
                    "role": "ADMIN_SERVER",
                    "componentType": "WLS",
                    "state": "READY",
                    "vmStateDisplayName": "Ready",
                    "shapeId": "VM.Standard2.1",
                    "totalStorage": 201728,
                    "creationDate": "2019-03-27T00:18:37.000+0000",
                    "isAdminNode": true,
                    "servers": {
                        "myocidbv_adminserver": {
                            "serverId": 1003892195,
                            "serverName": "myocidbv_adminserver",
                            "serverType": "ADMIN",
                            "serverRole": "JAAS_ROLE",
                            "state": "READY",
                            "serverStateDisplayName": "Ready",
                            "creationDate": "2019-03-27T00:18:37.000+0000",
                            "attributes": {},
                            "isPermanent": false
                        },
                        "myocidbv_server_1": {
                            "serverId": 1003892196,
                            "serverName": "myocidbv_server_1",
                            "serverType": "MS",
                            "serverRole": "JAAS_ROLE",
                            "state": "READY",
                            "serverStateDisplayName": "Ready",
                            "creationDate": "2019-03-27T00:18:37.000+0000",
                            "attributes": {},
                            "isPermanent": false
                        }
                    },
                    "storageVolumes": {
                        "jdk": {
                            "name": "jdk",
                            "size": "4GB",
                            "partitions": "1",
                            "isUserVisible": false
                        },
                        "backup": {
                            "name": "backup",
                            "size": "50GB",
                            "partitions": "1",
                            "displayName": "Backup Storage",
                            "isUserVisible": true
                        },
                        "tools": {
                            "name": "tools",
                            "size": "22GB",
                            "partitions": "0",
                            "isUserVisible": false
                        },
                        "domain": {
                            "name": "domain",
                            "size": "50GB",
                            "partitions": "1",
                            "displayName": "Domain Storage",
                            "isUserVisible": true
                        },
                        "middleware": {
                            "name": "middleware",
                            "size": "24GB",
                            "partitions": "0",
                            "displayName": "Middleware Storage",
                            "isUserVisible": true
                        }
                    }
                }
            },
            "adminHostName": "myocidbv-wls-1",
            "adminFqHostName": "myocidbv-wls-1.your.host.name",
            "storageVolumes": {
                "jdk": {
                    "name": "jdk",
                    "size": "4G",
                    "mount": "/u01/jdk"
                },
                "backup": {
                    "name": "backup",
                    "size": "50G",
                    "mount": "/u01/data/backup"
                },
                "tools": {
                    "name": "tools",
                    "size": "22G",
                    "mount": "/u01/app/oracle/tools"
                },
                "domain": {
                    "name": "domain",
                    "size": "50G",
                    "mount": "/u01/data/domains"
                },
                "middleware": {
                    "name": "middleware",
                    "size": "24G",
                    "mount": "/u01/app/oracle/middleware"
                }
            },
            "hosts": {
                "userHosts": {
                    "myocidbv-wls-1": {
                        "vmId": 1104650359,
                        "id": 1104650359,
                        "uuid": "5F065B39C0F74A069AF852B6F63446EC",
                        "hostName": "myocidbv-wls-1",
                        "fqHostName": "myocidbv-wls-1.your.host.name",
                        "availabilityDomain": "NsfH:US-ASHBURN-AD-1",
                        "faultDomain": "FAULT-DOMAIN-1",
                        "subnet": "ocid1.subnet.oc1.iad.aaayourlongstring",
                        "label": "myocidbv wls 1",
                        "ipAddress": "ip-address",
                        "publicIpAddress": "ip-address",
                        "usageType": "ADMIN_SERVER",
                        "role": "ADMIN_SERVER",
                        "componentType": "WLS",
                        "state": "READY",
                        "vmStateDisplayName": "Ready",
                        "shapeId": "VM.Standard2.1",
                        "totalStorage": 201728,
                        "creationDate": "2019-03-27T00:18:37.000+0000",
                        "isAdminNode": true,
                        "servers": {
                            "myocidbv_adminserver": {
                                "serverId": 1003892195,
                                "serverName": "myocidbv_adminserver",
                                "serverType": "ADMIN",
                                "serverRole": "JAAS_ROLE",
                                "state": "READY",
                                "serverStateDisplayName": "Ready",
                                "creationDate": "2019-03-27T00:18:37.000+0000",
                                "attributes": {
                                    "server_type": "WLS",
                                    "ssl_port": "9072",
                                    "port": "9071",
                                    "role": "admin",
                                    "max_metaspace_size": "512",
                                    "heap_start": "256",
                                    "additional_jvm_args": " ",
                                    "heap_size": "1536"
                                }
                            },
                            "myocidbv_server_1": {
                                "serverId": 1003892196,
                                "serverName": "myocidbv_server_1",
                                "serverType": "MS",
                                "serverRole": "JAAS_ROLE",
                                "state": "READY",
                                "serverStateDisplayName": "Ready",
                                "creationDate": "2019-03-27T00:18:37.000+0000",
                                "attributes": {
                                    "additional_jvm_args": "  -Dtangosol.coherence.transport.reliable=tmb -Dtangosol.coherence.socketprovider=tcp",
                                    "port": "9073",
                                    "role": "managed",
                                    "server_type": "WLS",
                                    "heap_size": "8192",
                                    "ccsr": "DataGridConfig",
                                    "max_metaspace_size": "2048",
                                    "cluster": "myocidbv_cluster",
                                    "template": "myocidbv_cluster_Template",
                                    "ssl_port": "9074",
                                    "heap_start": "256"
                                }
                            }
                        },
                        "storageVolumes": {
                            "jdk": {
                                "name": "jdk",
                                "size": "4GB",
                                "partitions": "1"
                            },
                            "backup": {
                                "name": "backup",
                                "size": "50GB",
                                "partitions": "1"
                            },
                            "tools": {
                                "name": "tools",
                                "size": "22GB",
                                "partitions": "0"
                            },
                            "domain": {
                                "name": "domain",
                                "size": "50GB",
                                "partitions": "1"
                            },
                            "middleware": {
                                "name": "middleware",
                                "size": "24GB",
                                "partitions": "0"
                            }
                        }
                    }
                }
            },
            "paasServers": {
                "myocidbv_adminserver": {
                    "serverId": 1003892195,
                    "serverName": "myocidbv_adminserver",
                    "serverType": "ADMIN",
                    "serverRole": "JAAS_ROLE",
                    "state": "READY",
                    "serverStateDisplayName": "Ready",
                    "creationDate": "2019-03-27T00:18:37.000+0000",
                    "attributes": {
                        "server_type": "WLS",
                        "ssl_port": "9072",
                        "port": "9071",
                        "role": "admin",
                        "max_metaspace_size": "512",
                        "heap_start": "256",
                        "additional_jvm_args": " ",
                        "heap_size": "1536"
                    }
                },
                "myocidbv_server_1": {
                    "serverId": 1003892196,
                    "serverName": "myocidbv_server_1",
                    "serverType": "MS",
                    "serverRole": "JAAS_ROLE",
                    "state": "READY",
                    "serverStateDisplayName": "Ready",
                    "creationDate": "2019-03-27T00:18:37.000+0000",
                    "attributes": {
                        "additional_jvm_args": "  -Dtangosol.coherence.transport.reliable=tmb -Dtangosol.coherence.socketprovider=tcp",
                        "port": "9073",
                        "role": "managed",
                        "server_type": "WLS",
                        "heap_size": "8192",
                        "ccsr": "DataGridConfig",
                        "max_metaspace_size": "2048",
                        "cluster": "myocidbv_cluster",
                        "template": "myocidbv_cluster_Template",
                        "ssl_port": "9074",
                        "heap_start": "256"
                    }
                }
            },
            "clusters": {
                "myocidbv_cluster": {
                    "clusterId": 954095036,
                    "clusterName": "myocidbv_cluster",
                    "clusterType": "PAAS",
                    "profile": "{\"clusterType\":\"APPLICATION_CLUSTER\",\"serverCount\":\"1\",\"shape\":\"VM.Standard2.1\",\"clusterName\":\"myocidbv_cluster\",\"type\":\"APPLICATION_CLUSTER\",\"default\":\"true\",\"external\":\"true\"}",
                    "creationDate": "2019-03-27T00:18:37.546+0000",
                    "paasServers": {
                        "myocidbv_server_1": {
                            "serverId": 1003892196,
                            "serverName": "myocidbv_server_1",
                            "serverType": "MS",
                            "serverRole": "JAAS_ROLE",
                            "state": "READY",
                            "serverStateDisplayName": "Ready",
                            "creationDate": "2019-03-27T00:18:37.000+0000",
                            "attributes": {
                                "additional_jvm_args": "  -Dtangosol.coherence.transport.reliable=tmb -Dtangosol.coherence.socketprovider=tcp",
                                "port": "9073",
                                "role": "managed",
                                "server_type": "WLS",
                                "heap_size": "8192",
                                "ccsr": "DataGridConfig",
                                "max_metaspace_size": "2048",
                                "cluster": "myocidbv_cluster",
                                "template": "myocidbv_cluster_Template",
                                "ssl_port": "9074",
                                "heap_start": "256"
                            }
                        }
                    }
                }
            },
            "displayName": "WebLogic"
        }
    },
    "activityLogs": [
        {
            "activityLogId": 3192406445,
            "serviceName": "myocidbv",
            "serviceType": "jaas",
            "identityDomain": "idcs-youridentitydomain",
            "serviceId": 954095036,
            "jobId": 73508143,
            "computeSiteName": "us-ashburn-1",
            "startDate": "2019-03-27T00:18:44.566+0000",
            "endDate": "2019-03-27T00:39:40.723+0000",
            "status": "SUCCEED",
            "operationId": 954095036,
            "operationType": "CREATE_SERVICE",
            "summaryMessage": "CREATE_SERVICE",
            "authDomain": "idcs-youridentitydomain",
            "authUser": "yourusername",
            "initiatedBy": "USER",
            "messages": [
                {
                    "activityDate": "2019-03-27T00:18:44.566+0000",
                    "message": "Activity Submitted"
                },
                {
                    "activityDate": "2019-03-27T00:18:46.428+0000",
                    "message": "Activity Started"
                },
                {
                    "activityDate": "2019-03-27T00:18:49.286+0000",
                    "message": "Started operation to create service [myocidbv] in identity domain [idcs-youridentitydomain]."
                },
                {
                    "activityDate": "2019-03-27T00:18:53.086+0000",
                    "message": "Creating resources [myocidbv-wls-1] for service [myocidbv]."
                },
                ...
                {
                    "activityDate": "2019-03-27T00:38:48.524+0000",
                    "message": "Provisioning of component [WLS] succeeded."
                },
                {
                    "activityDate": "2019-03-27T00:38:52.342+0000",
                    "message": "Started load balancer check for service [myocidbv]."
                },
                {
                    "activityDate": "2019-03-27T00:39:23.412+0000",
                    "message": "Completed load balancer check for service [myocidbv]."
                },
                {
                    "activityDate": "2019-03-27T00:39:31.688+0000",
                    "message": "Load balancer reachability check succeeded."
                },
                {
                    "activityDate": "2019-03-27T00:39:31.688+0000",
                    "message": "Service reachability check for all components completed."
                },
                {
                    "activityDate": "2019-03-27T00:39:40.723+0000",
                    "message": "Activity Ended"
                }
            ]
        }
    ],
    "layeringMode": "None",
    "serviceLevelDisplayName": "Oracle Java Cloud Service",
    "editionDisplayName": "Enterprise Edition",
    "meteringFrequencyDisplayName": "Hourly",
    "WLS_MSHA_SEC_LIST": "wls_msha",
    "loadBalancerType": "null",
    "publicLoadBalancerSubnet": "ocid1.subnet.oc1.iad.aaayour1longstring,ocid1.subnet.oc1.iad.aaayour2longstring",
    "jdkVersion": "1.8.0_201",
    "displayWLSAndFMWConsole": "true",
    "BACKUP_DESTINATION": "NONE",
    "FMW_ROOT": "https://ip-address:7002/em",
    "SAMPLE_ROOT": "https://yourinstanceloadbalancerurl:443/sample-app/",
    "lbaasConfigured": "true",
    "provisionEngine": "Metadata_1_0",
    "enableAdminConsoles": "true",
    "configureLoadBalancer": "true",
    "cloudStorageContainer": "null",
    "useIdentityService": "false",
    "identityTenancy": "StandardJCS",
    "displayIDCSRoles": "true",
    "loadBalancerOption": "null",
    "WLS_ROOT": "https://ip-address:7002/console",
    "INTERNAL_ROOT": "https://ip-address",
    "totalSharedStorage": 0,
    "region": "us-ashburn-1",
    "availabilityDomain": "NsfH:US-ASHBURN-AD-1",
    "patching": {
        "currentOperation": {
            "operation": "NONE"
        },
        "totalAvailablePatches": 0
    },
    "loadBalancer": {
        "PUBLIC": {
            "displayName": "myocidbv-loadbalancer-1",
            "role": "PRIMARY",
            "url": "https://yourinstanceloadbalancerurl",
            "permanentUrl": "https://222longstring2E1.jcs.ocp.oraclecloud.com:443",
            "urls": [
                "https://yourinstanceloadbalancerurl:443"
            ],
            "permanentUrls": [
                "https://222longstring2E1.jcs.ocp.oraclecloud.com:443"
            ],
            "loadBalancerAdminUrl": "https://iaas.us-ashburn-1.oraclecloud.com/2015/loadBalancers/ocid1.loadbalancer.oc1.iad.aaalongstring"
        }
    }
}

On Oracle Cloud Infrastructure Classic:

{
    "serviceId":174488,
    "serviceName":"ExampleInstance",
    "serviceType":"JaaS",
    "domainName":"yourIdentityDomain",
    "serviceVersion":"12cRelease214",
    "releaseVersion":"12.2.1.4.170326",
    "baseReleaseVersion":"12.2.1.4.170326",
    "metaVersion":"17.2.3-1704202134",
    "serviceDescription":"My first instanced created by using the new resource path",
    "serviceLevel":"PAAS",
    "subscription":"MONTHLY",
    "meteringFrequency":"MONTHLY",
    "edition":"EE",
    "totalSSDStorage":0,
    "storageContainer":"Storage-yourIdentityDomain\/MyJCSBackup",
    "state":"READY",
    "clone":false,
    "creator":"yourUserName",
    "creationDate":"2017-05-23T18:37:35.816+0000",
    "isManaged":false,
    "attributes":{},
    "components":
    {
        "WLS":
        {
            "serviceId":174488,
            "componentId":194332,
            "state":"READY",
            "version":"12.2.1.4",
            "componentType":"WLS",
            "creationDate":"2017-05-23T18:37:35.000+0000",
            "instanceName":"WLS",
            "instanceRole":"NONE",
            "isKeyComponent":true,
            "attributes":
            {
                "clusterName":
                {
                    "displayName":"Cluster Name",
                    "type":"STRING",
                    "value":"ExampleI_cluster",
                    "displayValue":"ExampleI_cluster",
                    "isKeyBinding":false
                },
                "dbConnectDescriptor":
                {
                    "displayName":"Connection String",
                    "type":"STRING",
                    "value":"MyInfraSchemaDB:1521\/PDB1.yourIdentityDomain.somedotstring",
                    "displayValue":"MyInfraSchemaDB:1521\/PDB1.yourIdentityDomain.somedotstring",
                    "isKeyBinding":false
                },
                "adminServerName":
                {
                    "displayName":"Admin Server Name",
                    "type":"STRING",
                    "value":"ExampleI_adminserver",
                    "displayValue":"ExampleI_adminserver",
                    "isKeyBinding":false
                },
                "wlsDomainName":
                {
                    "displayName":"Domain Name",
                    "type":"STRING",
                    "value":"ExampleI_domain",
                    "displayValue":"ExampleI_domain",
                    "isKeyBinding":false
                }
            },
            "vmInstances":
            {
                "exampleinstance-wls-1":
                {
                    "vmId":189762,
                    "id":189762,
                    "uuid":"CC6C2B29A6234A6E9C3D7AE52FC72934",
                    "hostName":"exampleinstance-wls-1",
                    "label":"ExampleInstance wls 1",
                    "ipAddress":"1xx.xx.xx.0",
                    "publicIpAddress":"1xx.xx.xx.0",
                    "usageType":"ADMIN_SERVER",
                    "role":"ADMIN_SERVER",
                    "componentType":"WLS",
                    "state":"READY",
                    "shapeId":"oc3",
                    "totalStorage":74752,
                    "creationDate":"2017-05-23T18:37:47.000+0000",
                    "isAdminNode":true,
                    "vmStateDisplayName":"Ready"
                }
            },
            "adminHostName":"exampleinstance-wls-1",
            "hosts":
            {
                "userHosts":
                {
                    "exampleinstance-wls-1":
                    {
                        "vmId":189762,
                        "id":189762,
                        "uuid":"CC6C2B29A6234A6E9C3D7AE52FC72934",
                        "hostName":"exampleinstance-wls-1",
                        "label":"ExampleInstance wls 1",
                        "ipAddress":"1xx.xx.xx.0",
                        "publicIpAddress":"1xx.xx.xx.0",
                        "usageType":"ADMIN_SERVER",
                        "role":"ADMIN_SERVER",
                        "componentType":"WLS",
                        "state":"READY",
                        "shapeId":"oc3",
                        "totalStorage":74752,
                        "creationDate":"2017-05-23T18:37:47.000+0000",
                        "isAdminNode":true,
                        "servers":
                        {
                            "ExampleI_server_1":
                            {
                                "serverId":174488,
                                "serverName":"ExampleI_server_1",
                                "serverType":"WLS",
                                "serverRole":"MANAGED",
                                "state":"READY",
                                "creationDate":"2017-05-23T18:37:47.000+0000"
                            },
                            "ExampleI_adminserver":
                            {
                                "serverId":174488,
                                "serverName":"ExampleI_adminserver",
                                "serverType":"WLS",
                                "serverRole":"ADMIN",
                                "state":"READY",
                                "creationDate":"2017-05-23T18:37:47.000+0000"
                            }
                        }
                    }
                }
            },
            "paasServers":{},
            "clusters":
            {
                "ExampleI_cluster":
                {
                    "clusterId":174488,
                    "clusterName":"ExampleI_cluster",
                    "clusterType":"PAAS",
                    "creationDate":"2017-05-23T18:37:47.513+0000",
                    "paasServers":
                    {
                        "ExampleI_server_1":
                        {
                            "serverId":174488,
                            "serverName":"ExampleI_server_1",
                            "serverType":"WLS",
                            "serverRole":"MANAGED",
                            "state":"READY",
                            "creationDate":"2017-05-23T18:37:47.000+0000"
                        }
                    }
                }
            },
            "displayName":"Weblogic Component",
            "componentStateDisplayName":"Ready"
        }
    },
    "allAssociations":
    {
        "toAssociations":[
        {
            "associationId":60138,
            "displayName":"DEPENDS_ON",
            "associationType":"DEPENDS_ON",
            "associationName":"DEPENDS_ON",
            "associationState":"READY",
            "assocStatusMessage":"newly created",
            "isRequired":true,
            "creationDate":"2017-05-23T18:37:35.000+0000",
            "domain":"yourIdentityDomain",
            "serviceType":"DBaaS",
            "serviceName":"MyInfraSchemaDB",
            "serviceStatus":"READY",
            "serviceStateDisplayName":"Ready",
            "edition":"EE",
            "version":"12.1.0.2",
            "level":"PAAS",
            "ocpu":1
        }],
        "fromAssociations":[]
    },
    "activityLogs":[
    {
        "activityLogId":2110073,
        "serviceName":"ExampleInstance",
        "serviceType":"jaas",
        "identityDomain":"yourIdentityDomain",
        "serviceId":174488,
        "jobId":5656430,
        "startDate":"2017-05-23T18:37:36.224+0000",
        "endDate":"2017-05-23T19:05:58.309+0000",
        "status":"SUCCEED",
        "operationId":174488,
        "operationType":"CREATE_SERVICE",
        "summaryMessage":"CREATE_SERVICE",
        "authDomain":"yourIdentityDomain",
        "authUser":"yourUserName",
        "initiatedBy":"USER",
        "messages":[
        {"activityDate":"2017-05-23T18:37:36.224+0000","message":"Activity Submitted"},
        {"activityDate":"2017-05-23T18:37:41.009+0000","message":"Activity Started"},
        {"activityDate":"2017-05-23T18:37:48.406+0000","message":"Created Compute resources for WebLogic Server..."},
        {"activityDate":"2017-05-23T18:37:50.534+0000","message":"Created security resources for the service..."},
        {"activityDate":"2017-05-23T18:44:25.905+0000","message":"Established SSH connectivity to WebLogic Administration Server... Used private side of a public key for [oracle]"},
        {"activityDate":"2017-05-23T19:04:54.396+0000","message":"WebLogic Administration Server Configuration completed..."},
        {"activityDate":"2017-05-23T19:04:54.691+0000","message":"Configuration check for Host [exampleinstance-wls-1] containing WebLogic Managed Server(s) [[ExampleI_server_1]] completed..."},
        {"activityDate":"2017-05-23T19:04:57.703+0000","message":"WebLogic Managed Servers Configuration completed..."},
        {"activityDate":"2017-05-23T19:05:29.130+0000","message":"Service Reachabilty Check (SRC) of WebLogic Administration Server completed..."},
        {"activityDate":"2017-05-23T19:05:36.121+0000","message":"Service Reachabilty Check (SRC) of WebLogic Managed Server(s) [ExampleI_server_1] completed..."},
        {"activityDate":"2017-05-23T19:05:36.324+0000","message":"Successfully provisioned WebLogic Administration Server and 1 Managed Servers..."},
        {"activityDate":"2017-05-23T19:05:58.293+0000","message":"Activity Ended"},
        {"activityDate":"2017-05-23T19:05:58.309+0000","message":"Activity Ended"}]
    }],
    "layeringMode":"None",
    "serviceLevelDisplayName":"Oracle Java Cloud Service",
    "editionDisplayName":"Enterprise Edition",
    "meteringFrequencyDisplayName":"Monthly",
    "totalSharedStorage":0,
    "serviceStateDisplayName":"Ready",
    "computeSiteName":"yourSite",
    "patching":
    {
        "currentOperation":
        {
            "operation":"NONE"
        },
        "totalAvailablePatches":0
    }
}