View a Service Instance

get

/paas/api/v1.1/instancemgmt/{identityDomainId}/services/jaas/instances/{serviceId}

Returns information about an Oracle Java Cloud Service instance, including:
  • All Managed Servers
  • All clusters
  • All service associations
  • Oracle Traffic Director (user-managed load balancer) configuration details, if available
  • Oracle-managed load balancer configuration details, if available

Request

Path Parameters
Query Parameters
  • Flag for specifying whether to include the full set of details for a service instance (FULL) or a smaller set (SUMMARY). Default is SUMMARY.
  • Flag for specifying whether to include SERVICE specific details for a service instance or USER specific details. Default is USER.
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

OK
Body ()
Root Schema : instance-responsem
Type: object
Information about the provisioned service instance. The properties that display for your service instance depends on your Oracle Java Cloud Service release and platform, and the configuration of the instance you created.
Show Source
Nested Schema : activityLogs
Type: array
Activity logs for the service instance.
Show Source
Nested Schema : allAssociations
Type: object
Groups information about database deployments and other services associated with this Oracle Java Cloud Service instance.

This property is not returned if the associated infrastructure schema database is deployed on Oracle Autonomous Transaction Processing or Oracle Cloud Infrastructure Database.

Show Source
  • fromAssociations
    Contains information about an Oracle Java Cloud Service instance clone, if this service instance is the source instance for clones.
  • toAssociations
    Contains information about the database deployment that has the required infrastruture schema, and one or more optional database deployments for application schemas (if any).

    Could also Contain information about the source Oracle Java Cloud Service instance and the source database deployment clone, if this service instance is a clone.

Nested Schema : attributes
Type: object
Information about service instance attributes.
Show Source
Nested Schema : backup
Type: object
Information about service instance backup operations.
Show Source
Nested Schema : components
Type: object
Groups details about the WLS component and the OTD component (user-managed load balancer, if provisioned).
Show Source
Nested Schema : idcs
Type: object
Oracle Identity Cloud Service details.
Show Source
Nested Schema : loadBalancer
Type: object
Oracle-managed load balancer details.
Show Source
Nested Schema : patching
Type: object
Pacthing information related to this service instance.
Show Source
Nested Schema : tags
Type: object
Groups information about tags for this service instance.
Show Source
Nested Schema : items
Type: object
Activity log details, including messages.
Show Source
Nested Schema : messages
Type: array
Messages related to the activity.
Show Source
Nested Schema : items
Type: object
Date and details of messages.
Show Source
Nested Schema : fromAssociations
Type: array
Contains information about an Oracle Java Cloud Service instance clone, if this service instance is the source instance for clones.
Show Source
Nested Schema : toAssociations
Type: array
Contains information about the database deployment that has the required infrastruture schema, and one or more optional database deployments for application schemas (if any).

Could also Contain information about the source Oracle Java Cloud Service instance and the source database deployment clone, if this service instance is a clone.

Show Source
Nested Schema : associations-details
Type: object
Show Source
  • Association name. Values include:
    • INFRA_DB - The association is to a database deployment that is required for the infrastructure schema.
    • APP_DB - The association is to a database deployment for application schema.
    • CLONE_FROM - The association is to the source Java Cloud Service instance if this service instance is a clone. The association is from a Java Cloud Service instance clone if this service instance is the source for clones.
  • Type of association. Values include:
    • DEPENDS_ON - This service instance depends on the instance in the association.
    • REQUISITE_OF - This service instance is required for the instance in the association.
  • The service instance associated with this service instance. For example, the INFRA_DB database deployment or the source Java Cloud Service instance of a clone.
  • Type of service instance in destServiceName. For example, JaaS for a Java Cloud Service instance or DBaaS or a Database Cloud Service database deployment.
  • Same as associationName.
  • A service instance clone of this service instance.
  • Type of service instance in sourceServiceName. Value is JaaS for a service instance clone.
Nested Schema : BACKUP_DESTINATION
Type: object
Service instance backup details.
Show Source
Nested Schema : cloudStorageContainer
Type: object
Object storage container details.
Show Source
Nested Schema : CONTENT_ROOT
Type: object
Application content details.
Show Source
Nested Schema : FMW_ROOT
Type: object
Fusion Middleware Control Console details.
Show Source
Nested Schema : jdkVersion
Type: object
JDK details.
Show Source
Nested Schema : OTD_ROOT
Type: object
User-managed load balancer details.
Show Source
Nested Schema : SAMPLE_ROOT
Type: object
Sample application details.
Show Source
Nested Schema : WLS_ROOT
Type: object
WebLogic Server Console details.
Show Source
Nested Schema : operationInProgress
Type: object
Details about backup operations currently in progress.
Show Source
Nested Schema : OTD
Type: object
Details about the OTD component (user-managed load balancer).
Show Source
Nested Schema : WLS
Type: object
Details about the WLS component.
Show Source
Nested Schema : attributes
Type: object
OTD component attribute details.
Show Source
Nested Schema : hosts
Type: object
Groups details about hosts that are running in the service instance for the OTD component.
Show Source
Nested Schema : vmInstances
Type: object
Groups details about OTD VM instances by host name. Each VM instance is a JSON object element.

This object will be deprecated in the near future. The properties host and userHosts contain the same information as vmInstances, and more.

Show Source
  • vm-otd
    Details about a specific VM instance.

    Note that the label of the object (vm-otd) is actually the host name, for example, exampleinstance-lb-1.

Nested Schema : ADMIN_PORT
Type: object
Show Source
Nested Schema : LISTENER_PORT
Type: object
Show Source
Nested Schema : LISTENER_PORT_ENABLED
Type: object
Show Source
Nested Schema : PRIV_LISTENER_PORT
Type: object
Show Source
Nested Schema : PRIV_SECURE_LISTENER_PORT
Type: object
Show Source
Nested Schema : SECURE_LISTENER_PORT
Type: object
Show Source
Nested Schema : userHosts
Type: object
Groups details about user hosts by host name (OTD component). Each host is a JSON object element.
Show Source
  • host-name
    Details about a specific host (OTD component).

    Note that the label of this object (host-name) is actually the host name. For example: exampleinstance-lb-1

Nested Schema : host-name
Type: object
Details about a specific host (OTD component).

Note that the label of this object (host-name) is actually the host name. For example: exampleinstance-lb-1

Show Source
Nested Schema : vm-otd
Type: object
Details about a specific VM instance.

Note that the label of the object (vm-otd) is actually the host name, for example, exampleinstance-lb-1.

Show Source
Nested Schema : attributes
Type: object
WLS component attribute details.
Show Source
Nested Schema : clusters
Type: object
Groups details about clusters in the domain by cluster name. Each cluster is a JSON object element.
Show Source
  • cluster-name
    Details about a specific cluster.

    Note that the label of this object (cluster-name) is actually the cluster name. For example: ExampleCluster, ExampleI_cluster, datagridCluster

Nested Schema : hosts
Type: object
Groups details about all hosts that are running in the service instance for the WLS component.
Show Source
Nested Schema : vmInstances
Type: object
Groups details about WLS VM instances by host name. Each VM instance is a JSON object element.

This object will be deprecated in the near future. The properties host and userHosts contain the same information as vmInstances, and more.

Show Source
  • vm-wls
    Details about a specific VM instance.

    Note that the label of this object (vm-wls) is actually the host name, for example, exampleinstance-wls-1, exampleinstance-wls-2, and so on.

Nested Schema : upperStackProductName
Type: object
Attributes of the Fusion Middleware (Upper Stack) product to be installed or installed on the service instance.
Show Source
Nested Schema : cluster-name
Type: object
Details about a specific cluster.

Note that the label of this object (cluster-name) is actually the cluster name. For example: ExampleCluster, ExampleI_cluster, datagridCluster

Show Source
Nested Schema : paasServers
Type: object
Groups details about managed servers that are members of this cluster. Each server is a JSON object element.
Show Source
Nested Schema : server-name
Type: object
Details about a specific server.

Note that the label of this object (server-name) is actually the server name. For example: ExampleI_server_2

Show Source
Nested Schema : attributes
Type: object
Attribute details of a specific server.
Show Source
Nested Schema : userHosts
Type: object
Groups details about user hosts by host name (WLS component). Each host is a JSON object element.
Show Source
  • host-name
    Details about a specific user host (WLS component).

    Note that the label of this object (host-name) is actually the host name. For example: exampleinstance-wls-2

Nested Schema : host-name
Type: object
Details about a specific user host (WLS component).

Note that the label of this object (host-name) is actually the host name. For example: exampleinstance-wls-2

Show Source
Nested Schema : servers
Type: object
Details about a server (WLS component).
Show Source
Nested Schema : server-name
Type: object
Details about a specific server instance.

Note that the label of this object (server-name) is actually the server name. For example: ExampleI_server_2

Show Source
Nested Schema : attributes
Type: object
Details of server attributes (WLS component).
Show Source
Nested Schema : vm-wls
Type: object
Details about a specific VM instance.

Note that the label of this object (vm-wls) is actually the host name, for example, exampleinstance-wls-1, exampleinstance-wls-2, and so on.

Show Source
Nested Schema : customer
Type: object
Oracle Identity Cloud Service details.
Show Source
Nested Schema : PUBLIC
Type: object
Oracle-managed load balancer details.
Show Source
Nested Schema : permanentUrls
Type: array
List of permanent URLs.
Show Source
Nested Schema : urls
Type: array
List of friendly URLs.
Show Source
Nested Schema : currentOperation
Type: object
Show Source
Nested Schema : items
Type: array
Each tag object is a key/value pair.
Show Source
Nested Schema : tag-details
Type: object
Each tag object is a key/value pair.
Show Source
Back to Top

Examples

The following example shows how to view detailed information about an Oracle Java Cloud Service instance by submitting a GET request on the REST resource using cURL.

Note: The command in this example uses 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.

cURL Command

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

Example of Response Header

The following shows an example of the response header.

HTTP/1.1 200 OK
Content-Language: en
Access-Control-Allow-Headers: Content-Type, api_key, Authorization, X-ID-TENANT-NAME, X-USER-IDENTITY-DOMAIN-NAME
Access-Control-Allow-Methods: GET, POST, DELETE, PUT, OPTIONS, HEAD
X-ORACLE-DMS-ECID: 005NDtl0wXb3n315RvWByd0004yh0004BJ
X-ORACLE-DMS-ECID: 005NDtl0wXb3n315RvWByd0004yh0004BJ
Access-Control-Allow-Origin: *
X-Frame-Options: DENY
Content-Type: application/json
Date: Tue, 31 Oct 2017 21:28:52 GMT
Content-Length: 11392
Connection: keep-alive

Example of Response Body

Note: If you see the line "provisionEngine":"Metadata_1_0" in your output, it means the service instance was created using the new resource path and endpoint that was made available starting from the 17.4.1 release.

The following shows an example of the response body returned in JSON format. An application cluster, caching (data grid) cluster and OTD (Oracle Traffic Director) are provisioned. Your output will differ depending on your service instance configuration and Oracle Java Cloud Service release.

{
   "serviceId":784151,
   "serviceUuid":"99AE4F8B510D4B3A93EB2D45ECB35159",
   "serviceLogicalUuid":"79F722C92BFB4E279E4875C593C4A0FC",
   "serviceName":"ExampleInstance",
   "serviceType":"JaaS",
   "domainName":"idcs-stringlettersnumbers",
   "email": "me.foo@bar.com",
   "serviceVersion":"12cRelease214",
   "releaseVersion":"12.2.1.4.180627",
   "baseReleaseVersion":"12.2.1.4.180627",
   "metaVersion":"18.3.4-1809020254",
   "serviceLevel":"PAAS",
   "subscription":"HOURLY",
   "meteringFrequency":"HOURLY",
   "edition":"SUITE",
   "totalSSDStorage":0,
   "storageContainer":"https:\/\/storage_url\/v1\/Storage-accountname\/JaaS",
   "state":"READY",
   "serviceStateDisplayName":"Ready",
   "clone":false,
   "creator":"username",
   "creationDate":"2018-07-26T01:43:41.652+0000",
   "serviceEntitlementId":"588077784",
   "isBYOL":false,
   "isSharedManaged":false,
   "isNonSharedmanaged":true,
   "isDefaultManaged":false,
   "isManaged":false,
   "isOAuthForStorageConfigured":false,
   "isMultipleSite":false,
   "iaasProvider":"NIMBULA",
   "keyComponentInstance":"WLS",
   "adminHostName":"exampleinstance-wls-1",
   "adminFqHostName":"exampleinstance-wls-1.compute-588077782.oraclecloud.internal",
   "attributes":{
      "FMW_ROOT":{
         "displayName":"Open Fusion Middleware Control Console",
         "type":"URL",
         "value":"https:\/\/ip_address:7002\/em",
         "displayValue":"https:\/\/ip_address:7002\/em",
         "isKeyBinding":true
      },
      "customPayload":{
         "displayName":"AppToCloud Payload",
         "type":"CUSTOM_PAYLOAD",
         "value":"",
         "displayValue":"",
         "isKeyBinding":false
      },
      "SAMPLE_ROOT":{
         "displayName":"Sample Application",
         "type":"STRING",
         "value":"https:\/\/ip_address\/sample-app",
         "displayValue":"https:\/\/ip_address\/sample-app",
         "isKeyBinding":false
      },
      "OTD_ROOT":{
         "displayName":"Open Load Balancer Console",
         "type":"URL",
         "value":"https:\/\/ip_address:8989\/em",
         "displayValue":"https:\/\/ip_address:8989\/em",
         "isKeyBinding":true
      },
      "WLS_ROOT":{
         "displayName":"Open WebLogic Server Console",
         "type":"URL",
         "value":"https:\/\/ip_address:7002\/console",
         "displayValue":"https:\/\/ip_address:7002\/console",
         "isKeyBinding":true
      },
      "jdkVersion":{
         "displayName":"JDK",
         "type":"STRING",
         "value":"1.8.0_171",
         "displayValue":"1.8.0_171",
         "isKeyBinding":false
      },
      "cloudStorageContainer":{
         "displayName":"Cloud Storage Container",
         "type":"STRING",
         "value":"https:\/\/storage_url\/v1\/Storage-accountname\/JaaS",
         "displayValue":"https:\/\/storage_url\/v1\/Storage-accountname\/JaaS",
         "isKeyBinding":false
      },
      "BACKUP_DESTINATION":{
         "displayName":"Backup Destination",
         "type":"STRING",
         "value":"BOTH",
         "displayValue":"Both Remote and Disk Storage",
         "isKeyBinding":false
      }
   },
   "tags":{
      "items":[

      ],
      "totalResults":0,
      "hasMore":false
   },
   "components":{
      "WLS":{
         "serviceId":784151,
         "componentId":850701,
         "state":"READY",
         "componentStateDisplayName":"Ready",
         "version":"12.2.1.4.0",
         "componentType":"WLS",
         "creationDate":"2018-07-26T01:43:41.000+0000",
         "instanceName":"WLS",
         "instanceRole":"PRIMARY",
         "isKeyComponent":true,
         "region":"uscom-central-1",
         "attributes":{
            "upperStackProductName":{
               "displayName":"Fusion Middleware",
               "type":"STRING",
               "value":"",
               "displayValue":"",
               "isKeyBinding":false
            }
         },
         "vmInstances":{
            "exampleinstance-wls-2":{
               "vmId":1054552,
               "id":1054552,
               "uuid":"2464E340A23640969C430461EF5EFC02",
               "hostName":"exampleinstance-wls-2",
               "fqHostName":"exampleinstance-wls-2.compute-588077782.oraclecloud.internal",
               "label":"ExampleInstance wls 2",
               "ipAddress":"ip_address",
               "publicIpAddress":"public_ip_address",
               "usageType":"DG_SERVER",
               "role":"DG_SERVER",
               "componentType":"WLS",
               "state":"READY",
               "vmStateDisplayName":"Ready",
               "shapeId":"oc3",
               "totalStorage":58368,
               "creationDate":"2018-07-26T01:43:41.000+0000",
               "isAdminNode":false,
               "servers":{
                  "ExampleI_server_1":{
                     "serverId":531051,
                     "serverName":"ExampleI_server_1",
                     "serverType":"MS",
                     "serverRole":"JAAS_ROLE",
                     "state":"READY",
                     "serverStateDisplayName":"Ready",
                     "creationDate":"2018-07-26T01:43:41.000+0000",
                     "attributes":{

                     },
                     "isPermanent":false
                  },
                  "ExampleI_server_2":{
                     "serverId":531052,
                     "serverName":"ExampleI_server_2",
                     "serverType":"MS",
                     "serverRole":"JAAS_ROLE",
                     "state":"READY",
                     "serverStateDisplayName":"Ready",
                     "creationDate":"2018-07-26T01:43:41.000+0000",
                     "attributes":{

                     },
                     "isPermanent":false
                  }
               },
               "storageVolumes":{
                  "domain":{
                     "name":"domain",
                     "size":"10GB",
                     "partitions":"1",
                     "displayName":"Domain Storage",
                     "isUserVisible":true
                  },
                  "tools":{
                     "name":"tools",
                     "size":"10GB",
                     "partitions":"1",
                     "isUserVisible":false
                  },
                  "jdk":{
                     "name":"jdk",
                     "size":"2GB",
                     "partitions":"0",
                     "isUserVisible":false
                  },
                  "boot":{
                     "name":"boot",
                     "size":"25GB",
                     "partitions":"1",
                     "isUserVisible":false
                  },
                  "middleware":{
                     "name":"middleware",
                     "size":"10GB",
                     "partitions":"0",
                     "displayName":"Middleware Storage",
                     "isUserVisible":true
                  }
               }
            },
            "exampleinstance-wls-3":{
               "vmId":1054553,
               "id":1054553,
               "uuid":"31EA4881D796467CA480AFD86B7C10D1",
               "hostName":"exampleinstance-wls-3",
               "fqHostName":"exampleinstance-wls-3.compute-588077782.oraclecloud.internal",
               "label":"ExampleInstance wls 3",
               "ipAddress":"ip_address",
               "publicIpAddress":"public_ip_address",
               "usageType":"DG_SERVER",
               "role":"DG_SERVER",
               "componentType":"WLS",
               "state":"READY",
               "vmStateDisplayName":"Ready",
               "shapeId":"oc3",
               "totalStorage":58368,
               "creationDate":"2018-07-26T01:43:41.000+0000",
               "isAdminNode":false,
               "servers":{
                  "ExampleI_server_4":{
                     "serverId":531054,
                     "serverName":"ExampleI_server_4",
                     "serverType":"MS",
                     "serverRole":"JAAS_ROLE",
                     "state":"READY",
                     "serverStateDisplayName":"Ready",
                     "creationDate":"2018-07-26T01:43:41.000+0000",
                     "attributes":{

                     },
                     "isPermanent":false
                  },
                  "ExampleI_server_3":{
                     "serverId":531053,
                     "serverName":"ExampleI_server_3",
                     "serverType":"MS",
                     "serverRole":"JAAS_ROLE",
                     "state":"READY",
                     "serverStateDisplayName":"Ready",
                     "creationDate":"2018-07-26T01:43:41.000+0000",
                     "attributes":{

                     },
                     "isPermanent":false
                  }
               },
               "storageVolumes":{
                  "domain":{
                     "name":"domain",
                     "size":"10GB",
                     "partitions":"1",
                     "displayName":"Domain Storage",
                     "isUserVisible":true
                  },
                  "tools":{
                     "name":"tools",
                     "size":"10GB",
                     "partitions":"1",
                     "isUserVisible":false
                  },
                  "jdk":{
                     "name":"jdk",
                     "size":"2GB",
                     "partitions":"0",
                     "isUserVisible":false
                  },
                  "boot":{
                     "name":"boot",
                     "size":"25GB",
                     "partitions":"1",
                     "isUserVisible":false
                  },
                  "middleware":{
                     "name":"middleware",
                     "size":"10GB",
                     "partitions":"0",
                     "displayName":"Middleware Storage",
                     "isUserVisible":true
                  }
               }
            },
            "exampleinstance-wls-1":{
               "vmId":1054551,
               "id":1054551,
               "uuid":"C7D4729841A9489C8997F658FC318E4F",
               "hostName":"exampleinstance-wls-1",
               "fqHostName":"exampleinstance-wls-1.compute-588077782.oraclecloud.internal",
               "label":"ExampleInstance wls 1",
               "ipAddress":"ip_address",
               "publicIpAddress":"public_ip_address",
               "usageType":"ADMIN_SERVER",
               "role":"ADMIN_SERVER",
               "componentType":"WLS",
               "state":"READY",
               "vmStateDisplayName":"Ready",
               "shapeId":"oc3",
               "totalStorage":78848,
               "creationDate":"2018-07-26T01:43:41.000+0000",
               "isAdminNode":true,
               "servers":{
                  "ExampleI_adminserver":{
                     "serverId":531049,
                     "serverName":"ExampleI_adminserver",
                     "serverType":"ADMIN",
                     "serverRole":"JAAS_ROLE",
                     "state":"READY",
                     "serverStateDisplayName":"Ready",
                     "creationDate":"2018-07-26T01:43:41.000+0000",
                     "attributes":{

                     },
                     "isPermanent":false
                  },
                  "ExampleI_server_5":{
                     "serverId":531050,
                     "serverName":"ExampleI_server_5",
                     "serverType":"MS",
                     "serverRole":"JAAS_ROLE",
                     "state":"READY",
                     "serverStateDisplayName":"Ready",
                     "creationDate":"2018-07-26T01:43:41.000+0000",
                     "attributes":{

                     },
                     "isPermanent":false
                  }
               },
               "storageVolumes":{
                  "domain":{
                     "name":"domain",
                     "size":"10GB",
                     "partitions":"1",
                     "displayName":"Domain Storage",
                     "isUserVisible":true
                  },
                  "tools":{
                     "name":"tools",
                     "size":"10GB",
                     "partitions":"1",
                     "isUserVisible":false
                  },
                  "jdk":{
                     "name":"jdk",
                     "size":"2GB",
                     "partitions":"0",
                     "isUserVisible":false
                  },
                  "boot":{
                     "name":"boot",
                     "size":"25GB",
                     "partitions":"1",
                     "isUserVisible":false
                  },
                  "middleware":{
                     "name":"middleware",
                     "size":"10GB",
                     "partitions":"0",
                     "displayName":"Middleware Storage",
                     "isUserVisible":true
                  },
                  "backup":{
                     "name":"backup",
                     "size":"20GB",
                     "partitions":"1",
                     "displayName":"Backup Storage",
                     "isUserVisible":true
                  }
               }
            }
         },
         "adminHostName":"exampleinstance-wls-1",
         "adminFqHostName":"exampleinstance-wls-1.compute-588077782.oraclecloud.internal",
         "storageVolumes":{
            "jaas_support":{
               "name":"jaas_support",
               "size":"0G",
               "mount":"\/u01\/app\/oracle\/tools"
            },
            "tools":{
               "name":"tools",
               "size":"10G",
               "mount":"\/u01\/app\/oracle\/tools"
            },
            "boot":{
               "name":"boot",
               "size":"25G",
               "mount":"\/"
            },
            "user_defined_partitions":{
               "name":"user_defined_partitions",
               "size":"5G",
               "mount":"\/u02\/"
            },
            "middleware":{
               "name":"middleware",
               "size":"10G",
               "mount":"\/u01\/app\/oracle\/middleware"
            },
            "domain":{
               "name":"domain",
               "size":"10G",
               "mount":"\/u01\/data\/domains"
            },
            "jdk":{
               "name":"jdk",
               "size":"2G",
               "mount":"\/u01\/jdk"
            },
            "em_agent_data":{
               "name":"em_agent_data",
               "size":"2G",
               "mount":"\/u01\/em"
            },
            "backup":{
               "name":"backup",
               "size":"20G",
               "mount":"\/u01\/data\/backup"
            }
         },
         "hosts":{
            "userHosts":{
               "exampleinstance-wls-2":{
                  "vmId":1054552,
                  "id":1054552,
                  "uuid":"2464E340A23640969C430461EF5EFC02",
                  "hostName":"exampleinstance-wls-2",
                  "fqHostName":"exampleinstance-wls-2.compute-588077782.oraclecloud.internal",
                  "label":"ExampleInstance wls 2",
                  "ipAddress":"ip_address",
                  "publicIpAddress":"public_ip_address",
                  "usageType":"DG_SERVER",
                  "role":"DG_SERVER",
                  "componentType":"WLS",
                  "state":"READY",
                  "vmStateDisplayName":"Ready",
                  "shapeId":"oc3",
                  "totalStorage":58368,
                  "creationDate":"2018-07-26T01:43:41.000+0000",
                  "isAdminNode":false,
                  "servers":{
                     "ExampleI_server_1":{
                        "serverId":531051,
                        "serverName":"ExampleI_server_1",
                        "serverType":"MS",
                        "serverRole":"JAAS_ROLE",
                        "state":"READY",
                        "serverStateDisplayName":"Ready",
                        "creationDate":"2018-07-26T01:43:41.000+0000",
                        "attributes":{
                           "additional_jvm_args":"-Xloggc:\/u01\/data\/domains\/ExampleI_domain\/GC_ExampleI_server_1.log -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=2 -XX:GCLogFileSize=5m -Dweblogic.rjvm.enableprotocolswitch=true -Djava.net.preferIPv4Stack=true -Doracle.security.jps.db.connect.max.retry=720 -Doracle.security.jps.db.connect.retry.interval=10000 -Djps.auth.debug=false -DUSE_JAAS=false -Djps.combiner.optimize.lazyeval=true -Djps.combiner.optimize=true -Djps.authz=ACC -Djps.subject.cache.key=5 -Djps.subject.cache.ttl=600000 -Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.2 -XX:+UnlockCommercialFeatures -XX:+FlightRecorder -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Dweblogic.data.canTransferAnyFile=true -Djava.security.egd=file:\/dev\/.\/urandom -XX:CompileThreshold=8000 -XX:ReservedCodeCacheSize=1024m -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCApplicationConcurrentTime -server -XX:+UseConcMarkSweepGC  -Dtangosol.coherence.transport.reliable=tmb -Dtangosol.coherence.socketprovider=tcp",
                           "port":"9073",
                           "role":"managed",
                           "server_type":"DG",
                           "heap_size":"7680",
                           "ccsr":"DataGridConfig",
                           "max_metaspace_size":"2048",
                           "cluster":"datagridCluster",
                           "template":"DataGridServer-Template",
                           "ssl_port":"9074",
                           "heap_start":"256"
                        }
                     },
                     "ExampleI_server_2":{
                        "serverId":531052,
                        "serverName":"ExampleI_server_2",
                        "serverType":"MS",
                        "serverRole":"JAAS_ROLE",
                        "state":"READY",
                        "serverStateDisplayName":"Ready",
                        "creationDate":"2018-07-26T01:43:41.000+0000",
                        "attributes":{
                           "additional_jvm_args":"-Xloggc:\/u01\/data\/domains\/ExampleI_domain\/GC_ExampleI_server_2.log -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=2 -XX:GCLogFileSize=5m -Dweblogic.rjvm.enableprotocolswitch=true -Djava.net.preferIPv4Stack=true -Doracle.security.jps.db.connect.max.retry=720 -Doracle.security.jps.db.connect.retry.interval=10000 -Djps.auth.debug=false -DUSE_JAAS=false -Djps.combiner.optimize.lazyeval=true -Djps.combiner.optimize=true -Djps.authz=ACC -Djps.subject.cache.key=5 -Djps.subject.cache.ttl=600000 -Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.2 -XX:+UnlockCommercialFeatures -XX:+FlightRecorder -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Dweblogic.data.canTransferAnyFile=true -Djava.security.egd=file:\/dev\/.\/urandom -XX:CompileThreshold=8000 -XX:ReservedCodeCacheSize=1024m -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCApplicationConcurrentTime -server -XX:+UseConcMarkSweepGC  -Dtangosol.coherence.transport.reliable=tmb -Dtangosol.coherence.socketprovider=tcp",
                           "port":"9073",
                           "role":"managed",
                           "server_type":"DG",
                           "heap_size":"7680",
                           "ccsr":"DataGridConfig",
                           "max_metaspace_size":"2048",
                           "cluster":"datagridCluster",
                           "template":"DataGridServer-Template",
                           "ssl_port":"9074",
                           "heap_start":"256"
                        }
                     }
                  },
                  "storageVolumes":{
                     "domain":{
                        "name":"domain",
                        "size":"10GB",
                        "partitions":"1"
                     },
                     "tools":{
                        "name":"tools",
                        "size":"10GB",
                        "partitions":"1"
                     },
                     "jdk":{
                        "name":"jdk",
                        "size":"2GB",
                        "partitions":"0"
                     },
                     "boot":{
                        "name":"boot",
                        "size":"25GB",
                        "partitions":"1"
                     },
                     "middleware":{
                        "name":"middleware",
                        "size":"10GB",
                        "partitions":"0"
                     }
                  }
               },
               "exampleinstance-wls-3":{
                  "vmId":1054553,
                  "id":1054553,
                  "uuid":"31EA4881D796467CA480AFD86B7C10D1",
                  "hostName":"exampleinstance-wls-3",
                  "fqHostName":"exampleinstance-wls-3.compute-588077782.oraclecloud.internal",
                  "label":"ExampleInstance wls 3",
                  "ipAddress":"ip_address",
                  "publicIpAddress":"public_ip_address",
                  "usageType":"DG_SERVER",
                  "role":"DG_SERVER",
                  "componentType":"WLS",
                  "state":"READY",
                  "vmStateDisplayName":"Ready",
                  "shapeId":"oc3",
                  "totalStorage":58368,
                  "creationDate":"2018-07-26T01:43:41.000+0000",
                  "isAdminNode":false,
                  "servers":{
                     "ExampleI_server_4":{
                        "serverId":531054,
                        "serverName":"ExampleI_server_4",
                        "serverType":"MS",
                        "serverRole":"JAAS_ROLE",
                        "state":"READY",
                        "serverStateDisplayName":"Ready",
                        "creationDate":"2018-07-26T01:43:41.000+0000",
                        "attributes":{
                           "additional_jvm_args":"-Xloggc:\/u01\/data\/domains\/ExampleI_domain\/GC_ExampleI_server_4.log -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=2 -XX:GCLogFileSize=5m -Dweblogic.rjvm.enableprotocolswitch=true -Djava.net.preferIPv4Stack=true -Doracle.security.jps.db.connect.max.retry=720 -Doracle.security.jps.db.connect.retry.interval=10000 -Djps.auth.debug=false -DUSE_JAAS=false -Djps.combiner.optimize.lazyeval=true -Djps.combiner.optimize=true -Djps.authz=ACC -Djps.subject.cache.key=5 -Djps.subject.cache.ttl=600000 -Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.2 -XX:+UnlockCommercialFeatures -XX:+FlightRecorder -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Dweblogic.data.canTransferAnyFile=true -Djava.security.egd=file:\/dev\/.\/urandom -XX:CompileThreshold=8000 -XX:ReservedCodeCacheSize=1024m -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCApplicationConcurrentTime -server -XX:+UseConcMarkSweepGC  -Dtangosol.coherence.transport.reliable=tmb -Dtangosol.coherence.socketprovider=tcp",
                           "port":"9073",
                           "role":"managed",
                           "server_type":"DG",
                           "heap_size":"7680",
                           "ccsr":"DataGridConfig",
                           "max_metaspace_size":"2048",
                           "cluster":"datagridCluster",
                           "template":"DataGridServer-Template",
                           "ssl_port":"9074",
                           "heap_start":"256"
                        }
                     },
                     "ExampleI_server_3":{
                        "serverId":531053,
                        "serverName":"ExampleI_server_3",
                        "serverType":"MS",
                        "serverRole":"JAAS_ROLE",
                        "state":"READY",
                        "serverStateDisplayName":"Ready",
                        "creationDate":"2018-07-26T01:43:41.000+0000",
                        "attributes":{
                           "additional_jvm_args":"-Xloggc:\/u01\/data\/domains\/ExampleI_domain\/GC_ExampleI_server_3.log -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=2 -XX:GCLogFileSize=5m -Dweblogic.rjvm.enableprotocolswitch=true -Djava.net.preferIPv4Stack=true -Doracle.security.jps.db.connect.max.retry=720 -Doracle.security.jps.db.connect.retry.interval=10000 -Djps.auth.debug=false -DUSE_JAAS=false -Djps.combiner.optimize.lazyeval=true -Djps.combiner.optimize=true -Djps.authz=ACC -Djps.subject.cache.key=5 -Djps.subject.cache.ttl=600000 -Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.2 -XX:+UnlockCommercialFeatures -XX:+FlightRecorder -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Dweblogic.data.canTransferAnyFile=true -Djava.security.egd=file:\/dev\/.\/urandom -XX:CompileThreshold=8000 -XX:ReservedCodeCacheSize=1024m -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCApplicationConcurrentTime -server -XX:+UseConcMarkSweepGC  -Dtangosol.coherence.transport.reliable=tmb -Dtangosol.coherence.socketprovider=tcp",
                           "port":"9073",
                           "role":"managed",
                           "server_type":"DG",
                           "heap_size":"7680",
                           "ccsr":"DataGridConfig",
                           "max_metaspace_size":"2048",
                           "cluster":"datagridCluster",
                           "template":"DataGridServer-Template",
                           "ssl_port":"9074",
                           "heap_start":"256"
                        }
                     }
                  },
                  "storageVolumes":{
                     "domain":{
                        "name":"domain",
                        "size":"10GB",
                        "partitions":"1"
                     },
                     "tools":{
                        "name":"tools",
                        "size":"10GB",
                        "partitions":"1"
                     },
                     "jdk":{
                        "name":"jdk",
                        "size":"2GB",
                        "partitions":"0"
                     },
                     "boot":{
                        "name":"boot",
                        "size":"25GB",
                        "partitions":"1"
                     },
                     "middleware":{
                        "name":"middleware",
                        "size":"10GB",
                        "partitions":"0"
                     }
                  }
               },
               "exampleinstance-wls-1":{
                  "vmId":1054551,
                  "id":1054551,
                  "uuid":"C7D4729841A9489C8997F658FC318E4F",
                  "hostName":"exampleinstance-wls-1",
                  "fqHostName":"exampleinstance-wls-1.compute-588077782.oraclecloud.internal",
                  "label":"ExampleInstance wls 1",
                  "ipAddress":"ip_address",
                  "publicIpAddress":"public_ip_address",
                  "usageType":"ADMIN_SERVER",
                  "role":"ADMIN_SERVER",
                  "componentType":"WLS",
                  "state":"READY",
                  "vmStateDisplayName":"Ready",
                  "shapeId":"oc3",
                  "totalStorage":78848,
                  "creationDate":"2018-07-26T01:43:41.000+0000",
                  "isAdminNode":true,
                  "servers":{
                     "ExampleI_adminserver":{
                        "serverId":531049,
                        "serverName":"ExampleI_adminserver",
                        "serverType":"ADMIN",
                        "serverRole":"JAAS_ROLE",
                        "state":"READY",
                        "serverStateDisplayName":"Ready",
                        "creationDate":"2018-07-26T01:43:41.000+0000",
                        "attributes":{
                           "server_type":"WLS",
                           "ssl_port":"9072",
                           "port":"9071",
                           "role":"admin",
                           "max_metaspace_size":"512",
                           "heap_start":"256",
                           "additional_jvm_args":"-Xloggc:\/u01\/data\/domains\/ExampleI_domain\/GC_ExampleI_adminserver.log -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=2 -XX:GCLogFileSize=5m -Dweblogic.rjvm.enableprotocolswitch=true -Djava.net.preferIPv4Stack=true -Doracle.security.jps.db.connect.max.retry=720 -Doracle.security.jps.db.connect.retry.interval=10000 -Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.2 -XX:+UnlockCommercialFeatures -XX:+FlightRecorder -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Dweblogic.data.canTransferAnyFile=true  -Dweblogic.client.SocketConnectTimeoutInSecs=20",
                           "heap_size":"1536"
                        }
                     },
                     "ExampleI_server_5":{
                        "serverId":531050,
                        "serverName":"ExampleI_server_5",
                        "serverType":"MS",
                        "serverRole":"JAAS_ROLE",
                        "state":"READY",
                        "serverStateDisplayName":"Ready",
                        "creationDate":"2018-07-26T01:43:41.000+0000",
                        "attributes":{
                           "additional_jvm_args":"-Xloggc:\/u01\/data\/domains\/ExampleI_domain\/GC_ExampleI_server_5.log -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=2 -XX:GCLogFileSize=5m -Dweblogic.rjvm.enableprotocolswitch=true -Djava.net.preferIPv4Stack=true -Doracle.security.jps.db.connect.max.retry=720 -Doracle.security.jps.db.connect.retry.interval=10000 -Djps.auth.debug=false -DUSE_JAAS=false -Djps.combiner.optimize.lazyeval=true -Djps.combiner.optimize=true -Djps.authz=ACC -Djps.subject.cache.key=5 -Djps.subject.cache.ttl=600000 -Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.2 -XX:+UnlockCommercialFeatures -XX:+FlightRecorder -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Dweblogic.data.canTransferAnyFile=true -Djava.security.egd=file:\/dev\/.\/urandom -XX:CompileThreshold=8000 -XX:ReservedCodeCacheSize=1024m  -Dtangosol.coherence.transport.reliable=tmb -Dtangosol.coherence.socketprovider=tcp",
                           "port":"9073",
                           "role":"managed",
                           "server_type":"WLS",
                           "heap_size":"2048",
                           "ccsr":"DataGridConfig",
                           "max_metaspace_size":"2048",
                           "cluster":"ExampleI_cluster",
                           "template":"ExampleI_cluster_Template",
                           "ssl_port":"9074",
                           "heap_start":"256"
                        }
                     }
                  },
                  "storageVolumes":{
                     "domain":{
                        "name":"domain",
                        "size":"10GB",
                        "partitions":"1"
                     },
                     "tools":{
                        "name":"tools",
                        "size":"10GB",
                        "partitions":"1"
                     },
                     "jdk":{
                        "name":"jdk",
                        "size":"2GB",
                        "partitions":"0"
                     },
                     "boot":{
                        "name":"boot",
                        "size":"25GB",
                        "partitions":"1"
                     },
                     "middleware":{
                        "name":"middleware",
                        "size":"10GB",
                        "partitions":"0"
                     },
                     "backup":{
                        "name":"backup",
                        "size":"20GB",
                        "partitions":"1"
                     }
                  }
               }
            }
         },
         "paasServers":{

         },
         "clusters":{
            "datagridCluster":{
               "clusterId":784151,
               "clusterName":"datagridCluster",
               "clusterType":"PAAS",
               "profile":"{\"clusterType\":\"CACHING_CLUSTER\",\"clusterName\":\"datagridCluster\",\"serverCount\":\"4\",\"serversPerNode\":\"2\",\"shape\":\"oc3\",\"type\":\"CACHING_CLUSTER\",\"external\":\"false\"}",
               "creationDate":"2018-07-26T01:43:41.652+0000",
               "paasServers":{
                  "ExampleI_server_4":{
                     "serverId":531054,
                     "serverName":"ExampleI_server_4",
                     "serverType":"MS",
                     "serverRole":"JAAS_ROLE",
                     "state":"READY",
                     "serverStateDisplayName":"Ready",
                     "creationDate":"2018-07-26T01:43:41.000+0000",
                     "attributes":{
                        "additional_jvm_args":"-Xloggc:\/u01\/data\/domains\/ExampleI_domain\/GC_ExampleI_server_4.log -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=2 -XX:GCLogFileSize=5m -Dweblogic.rjvm.enableprotocolswitch=true -Djava.net.preferIPv4Stack=true -Doracle.security.jps.db.connect.max.retry=720 -Doracle.security.jps.db.connect.retry.interval=10000 -Djps.auth.debug=false -DUSE_JAAS=false -Djps.combiner.optimize.lazyeval=true -Djps.combiner.optimize=true -Djps.authz=ACC -Djps.subject.cache.key=5 -Djps.subject.cache.ttl=600000 -Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.2 -XX:+UnlockCommercialFeatures -XX:+FlightRecorder -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Dweblogic.data.canTransferAnyFile=true -Djava.security.egd=file:\/dev\/.\/urandom -XX:CompileThreshold=8000 -XX:ReservedCodeCacheSize=1024m -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCApplicationConcurrentTime -server -XX:+UseConcMarkSweepGC  -Dtangosol.coherence.transport.reliable=tmb -Dtangosol.coherence.socketprovider=tcp",
                        "port":"9073",
                        "role":"managed",
                        "server_type":"DG",
                        "heap_size":"7680",
                        "ccsr":"DataGridConfig",
                        "max_metaspace_size":"2048",
                        "cluster":"datagridCluster",
                        "template":"DataGridServer-Template",
                        "ssl_port":"9074",
                        "heap_start":"256"
                     }
                  },
                  "ExampleI_server_1":{
                     "serverId":531051,
                     "serverName":"ExampleI_server_1",
                     "serverType":"MS",
                     "serverRole":"JAAS_ROLE",
                     "state":"READY",
                     "serverStateDisplayName":"Ready",
                     "creationDate":"2018-07-26T01:43:41.000+0000",
                     "attributes":{
                        "additional_jvm_args":"-Xloggc:\/u01\/data\/domains\/ExampleI_domain\/GC_ExampleI_server_1.log -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=2 -XX:GCLogFileSize=5m -Dweblogic.rjvm.enableprotocolswitch=true -Djava.net.preferIPv4Stack=true -Doracle.security.jps.db.connect.max.retry=720 -Doracle.security.jps.db.connect.retry.interval=10000 -Djps.auth.debug=false -DUSE_JAAS=false -Djps.combiner.optimize.lazyeval=true -Djps.combiner.optimize=true -Djps.authz=ACC -Djps.subject.cache.key=5 -Djps.subject.cache.ttl=600000 -Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.2 -XX:+UnlockCommercialFeatures -XX:+FlightRecorder -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Dweblogic.data.canTransferAnyFile=true -Djava.security.egd=file:\/dev\/.\/urandom -XX:CompileThreshold=8000 -XX:ReservedCodeCacheSize=1024m -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCApplicationConcurrentTime -server -XX:+UseConcMarkSweepGC  -Dtangosol.coherence.transport.reliable=tmb -Dtangosol.coherence.socketprovider=tcp",
                        "port":"9073",
                        "role":"managed",
                        "server_type":"DG",
                        "heap_size":"7680",
                        "ccsr":"DataGridConfig",
                        "max_metaspace_size":"2048",
                        "cluster":"datagridCluster",
                        "template":"DataGridServer-Template",
                        "ssl_port":"9074",
                        "heap_start":"256"
                     }
                  },
                  "ExampleI_server_2":{
                     "serverId":531052,
                     "serverName":"ExampleI_server_2",
                     "serverType":"MS",
                     "serverRole":"JAAS_ROLE",
                     "state":"READY",
                     "serverStateDisplayName":"Ready",
                     "creationDate":"2018-07-26T01:43:41.000+0000",
                     "attributes":{
                        "additional_jvm_args":"-Xloggc:\/u01\/data\/domains\/ExampleI_domain\/GC_ExampleI_server_2.log -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=2 -XX:GCLogFileSize=5m -Dweblogic.rjvm.enableprotocolswitch=true -Djava.net.preferIPv4Stack=true -Doracle.security.jps.db.connect.max.retry=720 -Doracle.security.jps.db.connect.retry.interval=10000 -Djps.auth.debug=false -DUSE_JAAS=false -Djps.combiner.optimize.lazyeval=true -Djps.combiner.optimize=true -Djps.authz=ACC -Djps.subject.cache.key=5 -Djps.subject.cache.ttl=600000 -Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.2 -XX:+UnlockCommercialFeatures -XX:+FlightRecorder -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Dweblogic.data.canTransferAnyFile=true -Djava.security.egd=file:\/dev\/.\/urandom -XX:CompileThreshold=8000 -XX:ReservedCodeCacheSize=1024m -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCApplicationConcurrentTime -server -XX:+UseConcMarkSweepGC  -Dtangosol.coherence.transport.reliable=tmb -Dtangosol.coherence.socketprovider=tcp",
                        "port":"9073",
                        "role":"managed",
                        "server_type":"DG",
                        "heap_size":"7680",
                        "ccsr":"DataGridConfig",
                        "max_metaspace_size":"2048",
                        "cluster":"datagridCluster",
                        "template":"DataGridServer-Template",
                        "ssl_port":"9074",
                        "heap_start":"256"
                     }
                  },
                  "ExampleI_server_3":{
                     "serverId":531053,
                     "serverName":"ExampleI_server_3",
                     "serverType":"MS",
                     "serverRole":"JAAS_ROLE",
                     "state":"READY",
                     "serverStateDisplayName":"Ready",
                     "creationDate":"2018-07-26T01:43:41.000+0000",
                     "attributes":{
                        "additional_jvm_args":"-Xloggc:\/u01\/data\/domains\/ExampleI_domain\/GC_ExampleI_server_3.log -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=2 -XX:GCLogFileSize=5m -Dweblogic.rjvm.enableprotocolswitch=true -Djava.net.preferIPv4Stack=true -Doracle.security.jps.db.connect.max.retry=720 -Doracle.security.jps.db.connect.retry.interval=10000 -Djps.auth.debug=false -DUSE_JAAS=false -Djps.combiner.optimize.lazyeval=true -Djps.combiner.optimize=true -Djps.authz=ACC -Djps.subject.cache.key=5 -Djps.subject.cache.ttl=600000 -Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.2 -XX:+UnlockCommercialFeatures -XX:+FlightRecorder -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Dweblogic.data.canTransferAnyFile=true -Djava.security.egd=file:\/dev\/.\/urandom -XX:CompileThreshold=8000 -XX:ReservedCodeCacheSize=1024m -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCApplicationConcurrentTime -server -XX:+UseConcMarkSweepGC  -Dtangosol.coherence.transport.reliable=tmb -Dtangosol.coherence.socketprovider=tcp",
                        "port":"9073",
                        "role":"managed",
                        "server_type":"DG",
                        "heap_size":"7680",
                        "ccsr":"DataGridConfig",
                        "max_metaspace_size":"2048",
                        "cluster":"datagridCluster",
                        "template":"DataGridServer-Template",
                        "ssl_port":"9074",
                        "heap_start":"256"
                     }
                  }
               }
            },
            "ExampleI_cluster":{
               "clusterId":784151,
               "clusterName":"ExampleI_cluster",
               "clusterType":"PAAS",
               "profile":"{\"clusterType\":\"APPLICATION_CLUSTER\",\"clusterName\":\"ExampleI_cluster\",\"serverCount\":\"1\",\"shape\":\"oc3\",\"type\":\"APPLICATION_CLUSTER\",\"default\":\"true\",\"external\":\"true\"}",
               "creationDate":"2018-07-26T01:43:41.652+0000",
               "paasServers":{
                  "ExampleI_server_5":{
                     "serverId":531050,
                     "serverName":"ExampleI_server_5",
                     "serverType":"MS",
                     "serverRole":"JAAS_ROLE",
                     "state":"READY",
                     "serverStateDisplayName":"Ready",
                     "creationDate":"2018-07-26T01:43:41.000+0000",
                     "attributes":{
                        "additional_jvm_args":"-Xloggc:\/u01\/data\/domains\/ExampleI_domain\/GC_ExampleI_server_5.log -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=2 -XX:GCLogFileSize=5m -Dweblogic.rjvm.enableprotocolswitch=true -Djava.net.preferIPv4Stack=true -Doracle.security.jps.db.connect.max.retry=720 -Doracle.security.jps.db.connect.retry.interval=10000 -Djps.auth.debug=false -DUSE_JAAS=false -Djps.combiner.optimize.lazyeval=true -Djps.combiner.optimize=true -Djps.authz=ACC -Djps.subject.cache.key=5 -Djps.subject.cache.ttl=600000 -Dweblogic.security.SSL.minimumProtocolVersion=TLSv1.2 -XX:+UnlockCommercialFeatures -XX:+FlightRecorder -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Dweblogic.data.canTransferAnyFile=true -Djava.security.egd=file:\/dev\/.\/urandom -XX:CompileThreshold=8000 -XX:ReservedCodeCacheSize=1024m  -Dtangosol.coherence.transport.reliable=tmb -Dtangosol.coherence.socketprovider=tcp",
                        "port":"9073",
                        "role":"managed",
                        "server_type":"WLS",
                        "heap_size":"2048",
                        "ccsr":"DataGridConfig",
                        "max_metaspace_size":"2048",
                        "cluster":"ExampleI_cluster",
                        "template":"ExampleI_cluster_Template",
                        "ssl_port":"9074",
                        "heap_start":"256"
                     }
                  }
               }
            }
         },
         "displayName":"Weblogic"
      },
      "OTD":{
         "serviceId":784151,
         "componentId":850700,
         "state":"READY",
         "componentStateDisplayName":"Ready",
         "version":"12.2.1.2.5",
         "componentType":"OTD",
         "creationDate":"2018-07-26T01:43:41.000+0000",
         "instanceName":"OTD",
         "instanceRole":"PRIMARY",
         "isKeyComponent":false,
         "region":"uscom-central-1",
         "attributes":{

         },
         "vmInstances":{
            "exampleinstance-lb-1":{
               "vmId":1273010,
               "id":1273010,
               "uuid":"9FA799C45B4B49D78EA9287D550175CC",
               "hostName":"exampleinstance-lb-1",
               "fqHostName":"exampleinstance-lb-1.compute-588077782.oraclecloud.internal",
               "label":"ExampleInstance lb 1",
               "ipAddress":"ip_address",
               "publicIpAddress":"public_ip_address",
               "usageType":"ADMIN_SERVER",
               "role":"ADMIN_SERVER",
               "componentType":"OTD",
               "state":"READY",
               "vmStateDisplayName":"Ready",
               "shapeId":"oc3",
               "totalStorage":70656,
               "creationDate":"2018-09-19T21:44:24.000+0000",
               "isAdminNode":true,
               "servers":{
                  "ExampleInstance-lb-1":{
                     "serverId":697885,
                     "serverName":"ExampleInstance-lb-1",
                     "serverType":"OTD_SERVER",
                     "serverRole":"JAAS_ROLE",
                     "state":"READY",
                     "serverStateDisplayName":"Ready",
                     "creationDate":"2018-09-19T21:44:24.000+0000",
                     "attributes":{

                     },
                     "isPermanent":false
                  }
               },
               "storageVolumes":{
                  "otd-instance":{
                     "name":"otd-instance",
                     "size":"6GB",
                     "partitions":"1",
                     "isUserVisible":false
                  },
                  "tools":{
                     "name":"tools",
                     "size":"10GB",
                     "partitions":"1",
                     "isUserVisible":false
                  },
                  "jdk":{
                     "name":"jdk",
                     "size":"2GB",
                     "partitions":"0",
                     "isUserVisible":false
                  },
                  "boot":{
                     "name":"boot",
                     "size":"21GB",
                     "partitions":"1",
                     "isUserVisible":false
                  },
                  "middleware":{
                     "name":"middleware",
                     "size":"10GB",
                     "partitions":"0",
                     "isUserVisible":false
                  },
                  "backup":{
                     "name":"backup",
                     "size":"20GB",
                     "partitions":"1",
                     "isUserVisible":false
                  }
               }
            }
         },
         "adminHostName":"exampleinstance-lb-1",
         "adminFqHostName":"exampleinstance-lb-1.compute-588077782.oraclecloud.internal",
         "storageVolumes":{
            "tools":{
               "name":"tools",
               "size":"10G",
               "mount":"\/u01\/app\/oracle\/tools"
            },
            "boot":{
               "name":"boot",
               "size":"21G",
               "mount":"\/"
            },
            "middleware":{
               "name":"middleware",
               "size":"10G",
               "mount":"\/u01\/app\/oracle\/middleware"
            },
            "otd-instance":{
               "name":"otd-instance",
               "size":"6G",
               "mount":"\/u01\/data\/otd-instance"
            },
            "jdk":{
               "name":"jdk",
               "size":"2G",
               "mount":"\/u01\/jdk"
            },
            "backup":{
               "name":"backup",
               "size":"20G",
               "mount":"\/u01\/data\/backup"
            },
            "em_agent_data":{
               "name":"em_agent_data",
               "size":"2G",
               "mount":"\/u01\/em"
            }
         },
         "hosts":{
            "userHosts":{
               "exampleinstance-lb-1":{
                  "vmId":1273010,
                  "id":1273010,
                  "uuid":"9FA799C45B4B49D78EA9287D550175CC",
                  "hostName":"exampleinstance-lb-1",
                  "fqHostName":"exampleinstance-lb-1.compute-588077782.oraclecloud.internal",
                  "label":"ExampleInstance lb 1",
                  "ipAddress":"ip_address",
                  "publicIpAddress":"ip_address",
                  "usageType":"ADMIN_SERVER",
                  "role":"ADMIN_SERVER",
                  "componentType":"OTD",
                  "state":"READY",
                  "vmStateDisplayName":"Ready",
                  "shapeId":"oc3",
                  "totalStorage":70656,
                  "creationDate":"2018-09-19T21:44:24.000+0000",
                  "isAdminNode":true,
                  "servers":{
                     "ExampleInstance-lb-1":{
                        "serverId":697885,
                        "serverName":"ExampleInstance-lb-1",
                        "serverType":"OTD_SERVER",
                        "serverRole":"JAAS_ROLE",
                        "state":"READY",
                        "serverStateDisplayName":"Ready",
                        "creationDate":"2018-09-19T21:44:24.000+0000",
                        "attributes":{
                           "serviceListenerPort":"80",
                           "otdSystemAdminUser":"JaaS_System_OTD_Admin",
                           "otdConfigName":"opc-config",
                           "serviceSecuredListenerPort":"443",
                           "securedListenerPort":"8081",
                           "otdAdminUser":"weblogic",
                           "listenerPortEnabled":"false",
                           "adminPort":"8989",
                           "policy":"LEAST_CONNECTION_COUNT",
                           "listenerPort":"8080"
                        }
                     }
                  },
                  "storageVolumes":{
                     "otd-instance":{
                        "name":"otd-instance",
                        "size":"6GB",
                        "partitions":"1"
                     },
                     "tools":{
                        "name":"tools",
                        "size":"10GB",
                        "partitions":"1"
                     },
                     "jdk":{
                        "name":"jdk",
                        "size":"2GB",
                        "partitions":"0"
                     },
                     "boot":{
                        "name":"boot",
                        "size":"21GB",
                        "partitions":"1"
                     },
                     "middleware":{
                        "name":"middleware",
                        "size":"10GB",
                        "partitions":"0"
                     },
                     "backup":{
                        "name":"backup",
                        "size":"20GB",
                        "partitions":"1"
                     }
                  }
               }
            }
         },
         "paasServers":{

         },
         "clusters":{

         },
         "displayName":"Oracle Load Balancer"
      }
   },
   "activityLogs":[
      {
         "activityLogId":22548545,
         "serviceName":"ExampleInstance",
         "serviceType":"jaas",
         "identityDomain":"idcs-stringlettersnumbers",
         "serviceId":784151,
         "jobId":38872323,
         "startDate":"2018-09-19T22:23:27.163+0000",
         "endDate":"2018-09-19T22:23:35.219+0000",
         "status":"SUCCEED",
         "operationId":784151,
         "operationType":"CONFIG_CHANGE",
         "summaryMessage":"CONFIG_CHANGE",
         "authDomain":"idcs-stringlettersnumbers",
         "authUser":"username",
         "initiatedBy":"USER",
         "messages":[
            {
               "activityDate":"2018-09-19T22:23:27.163+0000",
               "message":"Activity Submitted"
            },
            {
               "activityDate":"2018-09-19T22:23:31.236+0000",
               "message":"Activity Started"
            },
            {
               "activityDate":"2018-09-19T22:23:34.209+0000",
               "message":"PSM-BKP-50201: Successfully added backup service."
            },
            {
               "activityDate":"2018-09-19T22:23:35.219+0000",
               "message":"Activity Ended"
            }
         ]
      }
   ],
   "layeringMode":"None",
   "serviceLevelDisplayName":"Oracle Java Cloud Service",
   "editionDisplayName":"Enterprise Edition with Coherence",
   "meteringFrequencyDisplayName":"Hourly",
   "INTERNAL_ROOT":"https:\/\/ip_address",
   "customPayload":"null",
   "cloudStorageContainer":"https:\/\/storage_url\/v1\/Storage-accountname\/JaaS",
   "jdkVersion":"1.8.0_171",
   "useIdentityService":"false",
   "FMW_ROOT":"https:\/\/ip_address:7002\/em",
   "OTD_ROOT":"https:\/\/ip_address:8989\/em",
   "BACKUP_DESTINATION":"BOTH",
   "configureLoadBalancer":"false",
   "provisionEngine":"Metadata_1_0",
   "displayIDCSRoles":"true",
   "WLS_ROOT":"https:\/\/ip_address:7002\/console",
   "lbaasConfigured":"false",
   "SAMPLE_ROOT":"https:\/\/ip_address\/sample-app",
   "identityTenancy":"StandardJCS",
   "displayWLSAndFMWConsole":"true",
   "WLS_MSHA_SEC_LIST":"\/Compute-588077782\/username\/paas\/JaaS\/ExampleInstance\/ora_wls_msha",
   "enableAdminConsoles":"false",
   "totalSharedStorage":0,
   "allAssociations":{
      "toAssociations":[
         {
            "associationId":422690,
            "displayName":"DbaaS association",
            "description":"DbaaS association",
            "associationType":"DEPENDS_ON",
            "associationName":"INFRA_DB",
            "associationState":"READY",
            "assocStatusMessage":"newly created",
            "isRequired":true,
            "creationDate":"2018-07-26T01:43:41.000+0000",
            "domain":"idcs-stringlettersnumbers",
            "destServiceType":"DBaaS",
            "destServiceName":"ExampleDBInstance",
            "serviceStatus":"READY",
            "serviceStateDisplayName":"Ready",
            "edition":"EE",
            "version":"12.1.0.2",
            "level":"PAAS",
            "ocpu":1,
            "associationStateDisplayName":"Ready",
            "assocNameDisplayName":"DbaaS association",
            "assocTypeDisplayName":"Depends On",
            "assocTypeDescription":"Service A depends on Resource B\/Service B."
         }
      ],
      "fromAssociations":[

      ]
   },
   "region":"uscom-central-1",
   "patching":{
      "currentOperation":{
         "operation":"NONE"
      },
      "updateStatus":"NORMAL_PENDING",
      "totalAvailablePatches":2
   },
   "backup":{
      "operationInProgress":{

      }
   }
}

A service instance that is the source service for a cloned instance would have the line "clone":false , and the cloned instance object would be seen in the "fromAssociations" array. For example:

    "fromAssociations":[
       {
          "associationId":6423,
          "displayName":"CLONED_FROM",
          "associationType":"REQUISITE_OF",
          "associationName":"CLONED_FROM",
          "associationState":"READY",
          "assocStatusMessage":"newly created",
          "isRequired":true,
          "creationDate":"2017-11-15T05:03:38.000+0000",
          "domain":"ExampleIdentityDomain",
          "sourceServiceType":"JaaS",
          "sourceServiceName":"MyJCSinstanceClone",
          "serviceStatus":"READY",
          "serviceStateDisplayName":"Ready",
          "edition":"SUITE",
          "version":"12cRelease214",
          "level":"PAAS",
          "ocpu":5,
          "associationStateDisplayName":"Ready",
          "assocTypeDisplayName":"Required For",
          "assocTypeDescription":"Service B\/Resource B required for Service A"
       }
    ]

A service instance that is a clone of a source service instance would have the line "clone":true , and the source instance object would be seen in the "toAssociations" array. For example:

    "toAssociations":[
       {
          "associationId":6423,
          "displayName":"CLONED_FROM",
          "associationType":"DEPENDS_ON",
          "associationName":"CLONED_FROM",
          "associationState":"READY",
          "assocStatusMessage":"newly created",
          "isRequired":true,
          "creationDate":"2017-11-15T05:03:38.000+0000",
          "domain":"ExampleIdentityDomain",
          "destServiceType":"JaaS",
          "destServiceName":"MyJCSinstance",
          "serviceStatus":"READY",
          "serviceStateDisplayName":"Ready",
          "edition":"SUITE",
          "version":"12cRelease214",
          "level":"PAAS",
          "ocpu":3,
          "associationStateDisplayName":"Ready",
          "assocTypeDisplayName":"Depends On",
          "assocTypeDescription":"Service A depends on Resource B\/Service B."
       },
       ...
    ]

The following shows an example of the response body for a service instance that is provisioned with Oracle Identity Cloud Service enabled.

{
   "serviceId":834685,
   "serviceUuid":"62E67AD0DC50486D974568CCD6B9F4A5",
   "serviceLogicalUuid":"5E601C36623147D09F6DD1684F35781F",
   "serviceName":"ExampleInstanceIDCS",
   "serviceType":"JaaS",
   "domainName":"idcs-exampleidentitydomainidcs",
   "email": "me.foo@bar.com",
   "serviceVersion":"12cRelease214",
   "releaseVersion":"12.2.1.4.180627",
   "baseReleaseVersion":"12.2.1.4.180627",
   "metaVersion":"18.3.2-1808050808",
   "serviceLevel":"PAAS",
   "subscription":"HOURLY",
   "meteringFrequency":"HOURLY",
   "edition":"EE",
   "totalSSDStorage":0,
   "storageContainer":"https:\/\/storage_url\/v1\/Storage-accountname\/JaaS",
   "state":"READY",
   "serviceStateDisplayName":"Ready",
   "clone":false,
   "creator":"username",
   "creationDate":"2018-08-07T09:01:05.378+0000",
   "serviceEntitlementId":"588077784",
   "isBYOL":true,
   "isSharedManaged":false,
   "isNonSharedmanaged":true,
   "isDefaultManaged":false,
   "isManaged":false,
   "isOAuthForStorageConfigured":false,
   "isMultipleSite":false,
   "iaasProvider":"NIMBULA",
   "attributes":{
      "FMW_ROOT":{
         "displayName":"Open Fusion Middleware Control Console",
         "type":"URL",
         "value":"https:\/\/ip_address:7002\/em",
         "displayValue":"https:\/\/ip_address:7002\/em",
         "isKeyBinding":true
      },
      "SAMPLE_ROOT":{
         "displayName":"Sample Application",
         "type":"STRING",
         "value":"https:\/\/ExampleInstance-accountname.someurl.com:443\/sample-app\/",
         "displayValue":"https:\/\/ExampleInstance-accountname.someurl.com:443\/sample-app\/",
         "isKeyBinding":false
      },
      "WLS_ROOT":{
         "displayName":"Open WebLogic Server Console",
         "type":"URL",
         "value":"https:\/\/ip_address:7002\/console",
         "displayValue":"https:\/\/ip_address:7002\/console",
         "isKeyBinding":true
      },
      "jdkVersion":{
         "displayName":"JDK",
         "type":"STRING",
         "value":"1.8.0_171",
         "displayValue":"1.8.0_171",
         "isKeyBinding":false
      },
      "cloudStorageContainer":{
         "displayName":"Cloud Storage Container",
         "type":"STRING",
         "value":"https:\/\/storage_url\/v1\/Storage-accountname\/JaaS",
         "displayValue":"https:\/\/storage_url\/v1\/Storage-accountname\/JaaS",
         "isKeyBinding":false
      },
      "BACKUP_DESTINATION":{
         "displayName":"Backup Destination",
         "type":"STRING",
         "value":"NONE",
         "displayValue":"None",
         "isKeyBinding":false
      }
   },
   "tags":{
      "items":[
         {
            "key":"hrprod",
            "readOnly":false,
            "state":"Ready"
         }
      ],
      "totalResults":1,
      "hasMore":false
   },
   "components":{
      "WLS":{
         "serviceId":834685,
         "componentId":906746,
         "state":"READY",
         "componentStateDisplayName":"Ready",
         "version":"12.2.1.4.0",
         "componentType":"WLS",
         "creationDate":"2018-08-07T09:01:05.000+0000",
         "instanceName":"WLS",
         "instanceRole":"PRIMARY",
         "isKeyComponent":true,
         "region":"uscom-central-1",
         "attributes":{
            "upperStackProductName":{
               "displayName":"Fusion Middleware",
               "type":"STRING",
               "value":"",
               "displayValue":"",
               "isKeyBinding":false
            }
         },
         "vmInstances":{
            "exampleinstance-wls-1":{
               "vmId":1111790,
               "id":1111790,
               "uuid":"04794E63FDAE4B59A9246B5C28C22DEF",
               "hostName":"exampleinstance-wls-1",
               "fqHostName":"exampleinstance-wls-1.compute-588077782.oraclecloud.internal",
               "label":"ExampleInstance wls 1",
               "ipAddress":"ip_address",
               "publicIpAddress":"ip_address",
               "usageType":"ADMIN_SERVER",
               "role":"ADMIN_SERVER",
               "componentType":"WLS",
               "state":"READY",
               "vmStateDisplayName":"Ready",
               "shapeId":"oc3",
               "totalStorage":78848,
               "creationDate":"2018-08-07T09:01:05.000+0000",
               "isAdminNode":true
            }
         },
         "adminHostName":"exampleinstance-wls-1",
         "adminFqHostName":"exampleinstance-wls-1.compute-588077782.oraclecloud.internal",
         "hosts":{
            "userHosts":{
               "exampleinstance-wls-1":{
                  "vmId":1111790,
                  "id":1111790,
                  "uuid":"04794E63FDAE4B59A9246B5C28C22DEF",
                  "hostName":"exampleinstance-wls-1",
                  "fqHostName":"exampleinstance-wls-1.compute-588077782.oraclecloud.internal",
                  "label":"ExampleInstance wls 1",
                  "ipAddress":"ip_address",
                  "publicIpAddress":"ip_address",
                  "usageType":"ADMIN_SERVER",
                  "role":"ADMIN_SERVER",
                  "componentType":"WLS",
                  "state":"READY",
                  "vmStateDisplayName":"Ready",
                  "shapeId":"oc3",
                  "totalStorage":78848,
                  "creationDate":"2018-08-07T09:01:05.000+0000",
                  "isAdminNode":true,
                  "servers":{
                     "ExampleI_adminserver":{
                        "serverId":578456,
                        "serverName":"ExampleI_adminserver",
                        "serverType":"ADMIN",
                        "serverRole":"JAAS_ROLE",
                        "state":"READY",
                        "serverStateDisplayName":"Ready",
                        "creationDate":"2018-08-07T09:01:05.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"
                        }
                     },
                     "ExampleI_server_1":{
                        "serverId":578457,
                        "serverName":"ExampleI_server_1",
                        "serverType":"MS",
                        "serverRole":"JAAS_ROLE",
                        "state":"READY",
                        "serverStateDisplayName":"Ready",
                        "creationDate":"2018-08-07T09:01:05.000+0000",
                        "attributes":{
                           "additional_jvm_args":"  -Dtangosol.coherence.transport.reliable=tmb -Dtangosol.coherence.socketprovider=tcp",
                           "port":"9073",
                           "role":"managed",
                           "server_type":"WLS",
                           "heap_size":"2048",
                           "ccsr":"DataGridConfig",
                           "max_metaspace_size":"2048",
                           "cluster":"ExampleI_cluster",
                           "template":"ExampleI_cluster_Template",
                           "ssl_port":"9074",
                           "heap_start":"256"
                        }
                     }
                  },
                  "storageVolumes":{
                     "domain":{
                        "name":"domain",
                        "size":"10GB",
                        "partitions":"1"
                     },
                     "tools":{
                        "name":"tools",
                        "size":"10GB",
                        "partitions":"1"
                     },
                     "jdk":{
                        "name":"jdk",
                        "size":"2GB",
                        "partitions":"0"
                     },
                     "boot":{
                        "name":"boot",
                        "size":"25GB",
                        "partitions":"1"
                     },
                     "middleware":{
                        "name":"middleware",
                        "size":"10GB",
                        "partitions":"0"
                     },
                     "backup":{
                        "name":"backup",
                        "size":"20GB",
                        "partitions":"1"
                     }
                  }
               }
            }
         },
         "paasServers":{

         },
         "clusters":{
            "ExampleI_cluster":{
               "clusterId":834685,
               "clusterName":"ExampleI_cluster",
               "clusterType":"PAAS",
               "profile":"{\"clusterType\":\"APPLICATION_CLUSTER\",\"clusterName\":\"ExampleI_cluster\",\"serverCount\":\"1\",\"shape\":\"oc3\",\"type\":\"APPLICATION_CLUSTER\",\"default\":\"true\",\"external\":\"true\"}",
               "creationDate":"2018-08-07T09:01:05.378+0000",
               "paasServers":{
                  "ExampleI_server_1":{
                     "serverId":578457,
                     "serverName":"ExampleI_server_1",
                     "serverType":"MS",
                     "serverRole":"JAAS_ROLE",
                     "state":"READY",
                     "serverStateDisplayName":"Ready",
                     "creationDate":"2018-08-07T09:01:05.000+0000",
                     "attributes":{
                        "additional_jvm_args":"  -Dtangosol.coherence.transport.reliable=tmb -Dtangosol.coherence.socketprovider=tcp",
                        "port":"9073",
                        "role":"managed",
                        "server_type":"WLS",
                        "heap_size":"2048",
                        "ccsr":"DataGridConfig",
                        "max_metaspace_size":"2048",
                        "cluster":"TestJCS_cluster",
                        "template":"ExampleI_cluster_Template",
                        "ssl_port":"9074",
                        "heap_start":"256"
                     }
                  }
               }
            }
         },
         "displayName":"Weblogic"
      }
   },
   "activityLogs":[
      {
         "activityLogId":20731936,
         "serviceName":"ExampleInstance",
         "serviceType":"jaas",
         "identityDomain":"idcs-exampleidentitydomainidcs",
         "serviceId":834685,
         "jobId":34038601,
         "startDate":"2018-08-07T09:01:09.218+0000",
         "endDate":"2018-08-07T09:19:10.528+0000",
         "status":"SUCCEED",
         "operationId":834685,
         "operationType":"CREATE_SERVICE",
         "summaryMessage":"CREATE_SERVICE",
         "authDomain":"idcs-exampleidentitydomainidcs",
         "authUser":"username",
         "initiatedBy":"USER",
         "messages":[
            {
               "activityDate":"2018-08-07T09:01:09.218+0000",
               "message":"Activity Submitted"
            },
            {
               "activityDate":"2018-08-07T09:01:11.599+0000",
               "message":"Activity Started"
            },
            {
               "activityDate":"2018-08-07T09:01:12.261+0000",
               "message":"Started operation to create service [ExampleInstance] in identity domain [idcs-exampleidentitydomainidcs]."
            },
            {
               "activityDate":"2018-08-07T09:01:13.092+0000",
               "message":"Started pre-check for load balancer configuration for service [ExampleInstance]."
            },
            {
               "activityDate":"2018-08-07T09:01:14.148+0000",
               "message":"Completed pre-check for load balancer configuration for service [ExampleInstance]."
            },
            ...
            {
               "activityDate":"2018-08-07T09:19:10.528+0000",
               "message":"Activity Ended"
            }
         ]
      }
   ],
   "idcs":{
      "customer":{
         "appID":"6c2872ceec0c44da8433acbf63a8123b",
         "appDisplayName":"JaaS_ExampleInstance",
         "appName":"5E601C36623147D09F6DD1684F35781F_APPID",
         "appURL":"https:\/\/idcs-exampleidentitydomainidcs_url:443\/ui\/v1\/adminconsole\/?root=apps&app=6c2872ceec0c44da8433acbf63a8123b"
      }
   },
   "layeringMode":"None",
   "serviceLevelDisplayName":"Oracle Java Cloud Service",
   "editionDisplayName":"Enterprise Edition",
   "meteringFrequencyDisplayName":"Hourly",
   "displayIDCSRoles":"true",
   "INTERNAL_ROOT":"https:\/\/ip_address",
   "WLS_ROOT":"https:\/\/ip_address:7002\/console",
   "provisionEngine":"Metadata_1_0",
   "jdkVersion":"1.8.0_171",
   "FMW_ROOT":"https:\/\/ip_address:7002\/em",
   "cloudStorageContainer":"https:\/\/storage_url\/v1\/Storage-accountname\/JaaS",
   "displayWLSAndFMWConsole":"true",
   "SAMPLE_ROOT":"https:\/\/ExampleInstance-accountname.someurl.com:443\/sample-app\/",
   "identityTenancy":"StandardJCS",
   "BACKUP_DESTINATION":"NONE",
   "lbaasConfigured":"true",
   "WLS_MSHA_SEC_LIST":"\/Compute-588077782\/username\/paas\/JaaS\/ExampleInstance\/ora_wls_msha",
   "useIdentityService":"true",
   "configureLoadBalancer":"true",
   "PSM_IDENTITY_FOOTPRINT_CUSTOMER":"6c2872ceec0c44da8433acbf63a8123b",
   "enableAdminConsoles":"true",
   "totalSharedStorage":0,
   "allAssociations":{
      "toAssociations":[
         {
            "associationId":467050,
            "displayName":"DbaaS association",
            "description":"DbaaS association",
            "associationType":"DEPENDS_ON",
            "associationName":"INFRA_DB",
            "associationState":"READY",
            "assocStatusMessage":"newly created",
            "isRequired":true,
            "creationDate":"2018-08-07T09:01:05.000+0000",
            "domain":"idcs-exampleidentitydomainidcs",
            "destServiceType":"DBaaS",
            "destServiceName":"ExampleDBInstance",
            "serviceStatus":"READY",
            "serviceStateDisplayName":"Ready",
            "edition":"EE",
            "version":"12.1.0.2",
            "level":"PAAS",
            "ocpu":1,
            "associationStateDisplayName":"Ready",
            "assocNameDisplayName":"DbaaS association",
            "assocTypeDisplayName":"Depends On",
            "assocTypeDescription":"Service A depends on Resource B\/Service B."
         }
      ],
      "fromAssociations":[

      ]
   },
   "region":"uscom-central-1",
   "patching":{
      "currentOperation":{
         "operation":"NONE"
      },
      "updateStatus":"NORMAL_PENDING",
      "totalAvailablePatches":1
   },
   "loadBalancer":{
      "PUBLIC":{
         "displayName":"exampleinstance-loadbalancer-1",
         "role":"PRIMARY",
         "url":"https:\/\/ExampleInstance-accountname.someurl.com:443",
         "permanentUrl":"https:\/\/5E601C36623147D09F6DD1684F35781F.someurl.com:443",
         "urls":[
            "https:\/\/ExampleInstance-accountname.someurl.com:443"
         ],
         "permanentUrls":[
            "https:\/\/5E601C36623147D09F6DD1684F35781F.someurl.com:443"
         ],
         "loadBalancerAdminUrl":"https:\/\/lbaas-stringlettersnumbers.balancer.oraclecloud.com\/vlbrs\/uscom-central-1\/834685-1533632922759",
         "loadBalancerConsoleUrl":"https:\/\/compute-cacct-stringnumbersletters.console.oraclecloud.com\/mycompute\/console\/view.html"
      }
   }
}

The following shows an example of the response body for a service instance where the associated infrastructure schema database is deployed on Oracle Autonomous Transaction Processing.

{
    "serviceId": 5001,
    "serviceUuid": "87F5544C33644212865C4B71DD173944",
    "serviceLogicalUuid": "5045C5A490804A88A3C45989DA30F4F6",
    "serviceName": "ExampleInstance",
    "serviceType": "JaaS",
    "domainName": "ExampleIdentityDomain",
    "serviceVersion": "12cRelease214",
    "releaseVersion": "12.2.1.4.181116",
    "baseReleaseVersion": "12.2.1.4.181116",
    "metaVersion": "18.4.4-181127055342",
    "originalMetaVersion": "18.4.4-181127055342",
    "serviceLevel": "PAAS",
    "subscription": "HOURLY",
    "meteringFrequency": "HOURLY",
    "edition": "EE",
    "state": "READY",
    "serviceStateDisplayName": "Ready",
    "clone": false,
    "creator": "username",
    "creationDate": "2018-11-28T00:23:53.631+0000",
    "serviceEntitlementId": "33333335",
    "isBYOL": false,
    "isSharedManaged": false,
    "isNonSharedmanaged": true,
    "isDefaultManaged": false,
    "isManaged": false,
    "isOAuthForStorageConfigured": false,
    "iaasProvider": "OCI",
    "attributes": {
        "SAMPLE_ROOT": {
            "displayName": "Open Sample Application",
            "type": "STRING",
            "value": "https://host-ip/sample-app/",
            "displayValue": "https://host-ip/sample-app/",
            "isKeyBinding": false
        },
        "FMW_ROOT": {
            "displayName": "Open Fusion Middleware Control Console",
            "type": "URL",
            "value": "https://host-ip:7002/em",
            "displayValue": "https://host-ip:7002/em",
            "isKeyBinding": true
        },
        "WLS_ROOT": {
            "displayName": "Open WebLogic Server Administration Console",
            "type": "URL",
            "value": "https://host-ip:7002/console",
            "displayValue": "https://host-ip:7002/console",
            "isKeyBinding": true
        },
        "jdkVersion": {
            "displayName": "JDK",
            "type": "STRING",
            "value": "1.8.0_191",
            "displayValue": "1.8.0_191",
            "isKeyBinding": false
        },
        "cloudStorageContainer": {
            "displayName": "Object Storage Container",
            "type": "STRING",
            "value": "",
            "displayValue": "",
            "isKeyBinding": false
        },
        "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": "exampleinstance-wls-1",
    "adminFqHostName": "exampleinstance-wls-1.sub09142307562.myvcn.oraclevcn.com",
    "components": {
        "WLS": {
            "serviceId": 5001,
            "componentId": 5002,
            "state": "READY",
            "componentStateDisplayName": "Ready",
            "version": "12.2.1.4.0",
            "componentType": "WLS",
            "creationDate": "2018-11-28T00:23:53.000+0000",
            "instanceName": "WLS",
            "instanceRole": "PRIMARY",
            "isKeyComponent": true,
            "region": "us-phoenix-1",
            "availabilityDomain": "BucU:PHX-AD-3",
            "attributes": {
                "upperStackProductName": {
                    "displayName": "Fusion Middleware",
                    "type": "STRING",
                    "value": "",
                    "displayValue": "",
                    "isKeyBinding": false
                }
            },
            "vmInstances": {
                "exampleinstance-wls-1": {
                    "vmId": 5001,
                    "id": 5001,
                    "uuid": "F71FCFB0E5314BC99A2339E502845B55",
                    "hostName": "exampleinstance-wls-1",
                    "fqHostName": "exampleinstance-wls-1.sub09142307562.myvcn.oraclevcn.com",
                    "availabilityDomain": "BucU:PHX-AD-3",
                    "faultDomain": "FAULT-DOMAIN-1",
                    "subnet": "ocid1.subnet.oc1.phx.aaakczmh4a",
                    "label": "ExampleInstance wls 1",
                    "ipAddress": "host-ip",
                    "publicIpAddress": "host-ip",
                    "usageType": "ADMIN_SERVER",
                    "role": "ADMIN_SERVER",
                    "componentType": "WLS",
                    "state": "READY",
                    "vmStateDisplayName": "Ready",
                    "shapeId": "VM.Standard2.1",
                    "totalStorage": 201728,
                    "creationDate": "2018-11-28T00:23:53.000+0000",
                    "isAdminNode": true,
                    "servers": {
                        "ExampleInstance_dom_server_1": {
                            "serverId": 5002,
                            "serverName": "ExampleInstance_dom_server_1",
                            "serverType": "MS",
                            "serverRole": "JAAS_ROLE",
                            "state": "READY",
                            "serverStateDisplayName": "Ready",
                            "creationDate": "2018-11-28T00:23:53.000+0000",
                            "attributes": {},
                            "isPermanent": false
                        },
                        "ExampleInstance_dom_adminserver": {
                            "serverId": 5001,
                            "serverName": "ExampleInstance_dom_adminserver",
                            "serverType": "ADMIN",
                            "serverRole": "JAAS_ROLE",
                            "state": "READY",
                            "serverStateDisplayName": "Ready",
                            "creationDate": "2018-11-28T00:23:53.000+0000",
                            "attributes": {},
                            "isPermanent": false
                        }
                    },
                    "storageVolumes": {
                        "domain": {
                            "name": "domain",
                            "size": "50GB",
                            "partitions": "1",
                            "displayName": "Domain Storage",
                            "isUserVisible": true
                        },
                        "tools": {
                            "name": "tools",
                            "size": "22GB",
                            "partitions": "1",
                            "isUserVisible": false
                        },
                        "jdk": {
                            "name": "jdk",
                            "size": "6GB",
                            "partitions": "0",
                            "isUserVisible": false
                        },
                        "middleware": {
                            "name": "middleware",
                            "size": "22GB",
                            "partitions": "0",
                            "displayName": "Middleware Storage",
                            "isUserVisible": true
                        },
                        "backup": {
                            "name": "backup",
                            "size": "50GB",
                            "partitions": "1",
                            "displayName": "Backup Storage",
                            "isUserVisible": true
                        }
                    }
                }
            },
            "adminHostName": "exampleinstance-wls-1",
            "adminFqHostName": "exampleinstance-wls-1.sub09142307562.myvcn.oraclevcn.com",
            "storageVolumes": {
                "domain": {
                    "name": "domain",
                    "size": "50G",
                    "mount": "/u01/data/domains"
                },
                "tools": {
                    "name": "tools",
                    "size": "22G",
                    "mount": "/u01/app/oracle/tools"
                },
                "jdk": {
                    "name": "jdk",
                    "size": "6G",
                    "mount": "/u01/jdk"
                },
                "middleware": {
                    "name": "middleware",
                    "size": "22G",
                    "mount": "/u01/app/oracle/middleware"
                },
                "backup": {
                    "name": "backup",
                    "size": "50G",
                    "mount": "/u01/data/backup"
                }
            },
            "hosts": {
                "userHosts": {
                    "exampleinstance-wls-1": {
                        "vmId": 5001,
                        "id": 5001,
                        "uuid": "F71FCFB0E5314BC99A2339E502845B55",
                        "hostName": "exampleinstance-wls-1",
                        "fqHostName": "exampleinstance-wls-1.sub09142307562.jcspaasvcn.oraclevcn.com",
                        "availabilityDomain": "BucU:PHX-AD-3",
                        "faultDomain": "FAULT-DOMAIN-1",
                        "subnet": "ocid1.subnet.oc1.phx.aaakczmh4a",
                        "label": "ExampleInstance wls 1",
                        "ipAddress": "host-ip",
                        "publicIpAddress": "host-ip",
                        "usageType": "ADMIN_SERVER",
                        "role": "ADMIN_SERVER",
                        "componentType": "WLS",
                        "state": "READY",
                        "vmStateDisplayName": "Ready",
                        "shapeId": "VM.Standard2.1",
                        "totalStorage": 201728,
                        "creationDate": "2018-11-28T00:23:53.000+0000",
                        "isAdminNode": true,
                        "servers": {
                            "ExampleInstance_dom_server_1": {
                                "serverId": 5002,
                                "serverName": "ExampleInstance_dom_server_1",
                                "serverType": "MS",
                                "serverRole": "JAAS_ROLE",
                                "state": "READY",
                                "serverStateDisplayName": "Ready",
                                "creationDate": "2018-11-28T00:23:53.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": "ExampleInstance_cluster",
                                    "template": "ExampleInstance_cluster_Template",
                                    "ssl_port": "9074",
                                    "heap_start": "256"
                                }
                            },
                            "ExampleInstance_dom_adminserver": {
                                "serverId": 5001,
                                "serverName": "ExampleInstance_dom_adminserver",
                                "serverType": "ADMIN",
                                "serverRole": "JAAS_ROLE",
                                "state": "READY",
                                "serverStateDisplayName": "Ready",
                                "creationDate": "2018-11-28T00:23:53.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"
                                }
                            }
                        },
                        "storageVolumes": {
                            "domain": {
                                "name": "domain",
                                "size": "50GB",
                                "partitions": "1"
                            },
                            "tools": {
                                "name": "tools",
                                "size": "22GB",
                                "partitions": "1"
                            },
                            "jdk": {
                                "name": "jdk",
                                "size": "6GB",
                                "partitions": "0"
                            },
                            "middleware": {
                                "name": "middleware",
                                "size": "22GB",
                                "partitions": "0"
                            },
                            "backup": {
                                "name": "backup",
                                "size": "50GB",
                                "partitions": "1"
                            }
                        }
                    }
                }
            },
            "paasServers": {
                "ExampleInstance_dom_server_1": {
                    "serverId": 5002,
                    "serverName": "ExampleInstance_dom_server_1",
                    "serverType": "MS",
                    "serverRole": "JAAS_ROLE",
                    "state": "READY",
                    "serverStateDisplayName": "Ready",
                    "creationDate": "2018-11-28T00:23:53.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": "ExampleInstance_cluster",
                        "template": "ExampleInstance_cluster_Template",
                        "ssl_port": "9074",
                        "heap_start": "256"
                    }
                },
                "ExampleInstance_dom_adminserver": {
                    "serverId": 5001,
                    "serverName": "ExampleInstance_dom_adminserver",
                    "serverType": "ADMIN",
                    "serverRole": "JAAS_ROLE",
                    "state": "READY",
                    "serverStateDisplayName": "Ready",
                    "creationDate": "2018-11-28T00:23:53.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"
                    }
                }
            },
            "clusters": {
                "ExampleInstance_cluster": {
                    "clusterId": 5001,
                    "clusterName": "ExampleInstance_cluster",
                    "clusterType": "PAAS",
                    "profile": "{\"clusterType\":\"APPLICATION_CLUSTER\",\"clusterName\":\"ExampleInstance_cluster\",\"serverCount\":\"1\",\"shape\":\"VM.Standard2.1\",\"type\":\"APPLICATION_CLUSTER\",\"default\":\"true\",\"external\":\"true\"}",
                    "creationDate": "2018-11-28T00:23:53.656+0000",
                    "paasServers": {
                        "ExampleInstance_dom_server_1": {
                            "serverId": 5002,
                            "serverName": "ExampleInstance_dom_server_1",
                            "serverType": "MS",
                            "serverRole": "JAAS_ROLE",
                            "state": "READY",
                            "serverStateDisplayName": "Ready",
                            "creationDate": "2018-11-28T00:23:53.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": "ExampleInstance_cluster",
                                "template": "ExampleInstance_cluster_Template",
                                "ssl_port": "9074",
                                "heap_start": "256"
                            }
                        }
                    }
                }
            },
            "displayName": "WebLogic"
        }
    },
    "activityLogs": [
        {
            "activityLogId": 175002,
            "serviceName": "ExampleInstance",
            "serviceType": "jaas",
            "identityDomain": "ExampleIdentityDomain",
            "serviceId": 5001,
            "jobId": 20003,
            "computeSiteName": "us-phoenix-1",
            "startDate": "2018-11-28T00:23:58.922+0000",
            "endDate": "2018-11-28T00:55:26.083+0000",
            "status": "SUCCEED",
            "operationId": 5001,
            "operationType": "CREATE_SERVICE",
            "summaryMessage": "CREATE_SERVICE",
            "authDomain": "ExampleIdentityDomain",
            "authUser": "username",
            "initiatedBy": "USER",
            "messages": [
                {
                    "activityDate": "2018-11-28T00:23:58.922+0000",
                    "message": "Activity Submitted"
                },
                {
                    "activityDate": "2018-11-28T00:23:59.192+0000",
                    "message": "Activity Started"
                },
                {
                    "activityDate": "2018-11-28T00:24:01.493+0000",
                    "message": "Started operation to create service [ExampleInstance] in identity domain [ExampleIdentityDomain]."
                },
                ...
                {
                    "activityDate": "2018-11-28T00:55:17.397+0000",
                    "message": "Provisioning of component [WLS] succeeded."
                },
                {
                    "activityDate": "2018-11-28T00:55:26.083+0000",
                    "message": "Activity Ended"
                }
            ]
        }
    ],
    "layeringMode": "None",
    "serviceLevelDisplayName": "Oracle Java Cloud Service",
    "editionDisplayName": "Enterprise Edition",
    "meteringFrequencyDisplayName": "Hourly",
    "INTERNAL_ROOT": "https://host-ip",
    "cloudStorageContainer": "null",
    "jdkVersion": "1.8.0_191",
    "useIdentityService": "false",
    "FMW_ROOT": "https://host-ip:7002/em",
    "BACKUP_DESTINATION": "NONE",
    "configureLoadBalancer": "false",
    "provisionEngine": "Metadata_1_0",
    "displayIDCSRoles": "true",
    "loadBalancerType": "null",
    "WLS_ROOT": "https://host-ip:7002/console",
    "lbaasConfigured": "false",
    "identityTenancy": "StandardJCS",
    "SAMPLE_ROOT": "https://host-ip/sample-app/",
    "loadBalancerOption": "NONE",
    "displayWLSAndFMWConsole": "true",
    "WLS_MSHA_SEC_LIST": "wls_msha",
    "enableAdminConsoles": "false",
    "totalSharedStorage": 0,
    "region": "us-phoenix-1",
    "availabilityDomain": "BucU:PHX-AD-3",
    "patching": {
        "currentOperation": {
            "operation": "NONE"
        },
        "totalAvailablePatches": 0
    }
}
Back to Top