View All Instances by Identity Domain ID

get

/paas/api/v1.1/instancemgmt/{identityDomainId}/instances

Returns all instances of all service types in your account.

Use the ?tagFilter query parameter to provide a search criteria based on tags.

In accounts where multiple identity domains are supported: You can use the ?identityStripe query parameter to return only instances in a specific identity domain.

Request

Path Parameters
Query Parameters
  • This query parameter is applicable only to Cloud accounts where multiple identity domains are supported in Oracle Identity Cloud Service.

    The GUID of an identity domain that exists in Oracle Identity Cloud Service in your Cloud account. A GUID has the form idcs-string-of-letters-and-numbers (for example, idcs-98888f7964454b658ac6d2f625b29030).

    Specify the GUID of the primary or a secondary identity domain. The primary identity domain is the initial domain that was created when the Cloud account was set up. For a secondary identity domain, be sure to specify the GUID, not the name given to the identity domain.

    If the query parameter is not specified, service instances in all identity domains (primary and secondary) are returned. If a GUID is specified, only service instances that are provisioned in that identity domain are returned.

  • An expression using tag keys and values for filtering search results. Only results that satisfy the expression are returned in a search.

    When creating your filter expression:

    • Use the percent sign (%) to match multiple characters.
    • Use the underscore character (_) to match a single character.
    • Precede a literal character by a backslash character (\) if a key or value contains a literal percent sign (%), apostrophe or single quote ('), or underscore (_).

    Valid expressions include:

    • 'foo':'bar' - Finds all service instances that have a key of 'foo' and a value of 'bar'
    • 'ora\_%':'%prod%' - Finds all service instances that have a key starting with 'ora_' and a value containing 'prod'.
    • 'haMode' - Finds all service instances that have a tag key of 'haMode'
    • 'ora\_%' - Finds all service instances that a tag key starting with 'ora_'
    • 'site':'pe_r' - Uses the underscore wildcard to wildcard-match only a single character. For example, site=pear or site=peer is a match. site=pepper is not a match.
    • 'foo':'' - Finds all service instances that have a tag key of 'foo' and an empty string as the value.
    • 'accuracy':'100\%' - Uses the literal percent sign in a value, so that it is not interpreted as a wildcard match.
    • 'type':'Abe\'s test' - Uses the apostrophe (single quote) in a key or value.
    • 'key\_contains\_underscores':'value\_does\_too' - Uses underscores in a key or value, so that they are not interpreted as single-character wildcards.

Header Parameters
Back to Top

Response

Supported Media Types

200 Response

OK
Body ()
Root Schema : allinstances-allresponsem
Type: object
The response body contains information about all instances or all Oracle Java Cloud Service instances in the identity domain.
Show Source
Nested Schema : services
Type: object
Groups details about all service instances by service name. Each service instance is a JSON object element.

For details about a Java Cloud Service instance, see the Response in View a Service Instance.

400 Response

Bad request.

If you get the message SM-UI-PROXY when you use the percent sign (%) to match multiple characters, this means the percent sign must be percent-encoded as %25. Try the command again using percent-encoding for the percent character.

Back to Top

Examples

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

The following example shows how to get information about all service instances in your identity domain ID that match a search criteria based on tags.

curl -i -X GET -u username:password -H "X-ID-TENANT-NAME:ExampleIdentityDomain" "https://rest_server_url/paas/api/v1.1/instancemgmt/ExampleIdentityDomain/instances?tagFilter='development':'sales'"

The following command uses percent-encoding in the filter expression.

curl -i -X GET -u username:password -H "X-ID-TENANT-NAME:ExampleIdentityDomain" "https://rest_server_url/paas/api/v1.1/instancemgmt/ExampleIdentityDomain/instances?tagFilter='dev%25'"

Example of Response Header

The following shows an example of the response header.

HTTP/1.1 200 OK
Date: Sun, 07 Jan 2018 00:19:34 GMT
Transfer-Encoding: chunked
Content-Type: application/json
X-ORACLE-DMS-ECID: 1bcaf164-c5b5-4c70-b7d8-5a24c1e19493-0000de6e
X-Frame-Options: DENY
Access-Control-Allow-Methods: GET, POST, DELETE, PUT, OPTIONS, HEAD
Access-Control-Allow-Headers: Content-Type, api_key, Authorization, X-ID-TENANT-NAME, X-USER-IDENTITY-DOMAIN-NAME
Access-Control-Allow-Origin: *

Example of Response Body

The following shows an example of the response body returned in JSON format. Your output will differ depending on the number and type of services in your cloud account.

{
   "services":{
      "MyJCSsource":{
         "serviceId":6969,
         "serviceUuid":"936EED0C4076431AA7BFBF8FCEE14BAB",
         "serviceLogicalUuid":"476044A134D94B86BA5BAB0647BC390B",
         "serviceName":"MyJCSsource",
         "serviceType":"JaaS",
         "domainName":"ExampleIdentityDomain",
         "serviceVersion":"12cRelease214",
         "releaseVersion":"12.2.1.4.170926",
         "baseReleaseVersion":"12.2.1.4.170926",
         "metaVersion":"17.4.4-1711040012",
         "serviceLevel":"PAAS",
         "subscription":"HOURLY",
         "meteringFrequency":"HOURLY",
         "edition":"SUITE",
         "totalSSDStorage":0,
         "storageContainer":"yourStorageURL",
         "state":"READY",
         "serviceStateDisplayName":"Ready",
         "clone":false,
         "creator":"yourUsername",
         "creationDate":"2017-11-13T19:42:32.363+0000",
         "isBYOL":false,
         "isSharedManaged":false,
         "isNonSharedmanaged":false,
         "isDefaultManaged":false,
         "isManaged":false,
         "isOAuthForStorageConfigured":false,
         "keyComponentInstance":"WLS",
         "adminHostName":"myjcssource-wls-1",
         "attributes":{
            "SAMPLE_ROOT":{
               "displayName":"Open Sample Application",
               "type":"STRING",
               "value":"https:\/\/10.111.222.33\/sample-app",
               "displayValue":"https:\/\/10.111.222.33\/sample-app",
               "isKeyBinding":false
            },
            "FMW_ROOT":{
               "displayName":"Open Fusion Middleware Control Console",
               "type":"URL",
               "value":"https:\/\/10.111.222.333:7002\/em",
               "displayValue":"https:\/\/10.111.222.333:7002\/em",
               "isKeyBinding":true
            },
            "OTD_ROOT":{
               "displayName":"Open Load Balancer Console",
               "type":"URL",
               "value":"https:\/\/10.111.222.33:8989\/em",
               "displayValue":"https:\/\/10.111.222.33:8989\/em",
               "isKeyBinding":true
            },
            "WLS_ROOT":{
               "displayName":"Open WebLogic Server Console",
               "type":"URL",
               "value":"https:\/\/10.111.222.333:7002\/console",
               "displayValue":"https:\/\/10.111.222.333:7002\/console",
               "isKeyBinding":true
            },
            "jdkVersion":{
               "displayName":"JDK",
               "type":"STRING",
               "value":"1.8.0_144",
               "displayValue":"1.8.0_144",
               "isKeyBinding":false
            },
            "cloudStorageContainer":{
               "displayName":"Cloud Storage Container",
               "type":"STRING",
               "value":"yourStorageURL",
               "displayValue":"yourStorageURL",
               "isKeyBinding":false
            },
            "BACKUP_DESTINATION":{
               "displayName":"Backup Destination",
               "type":"STRING",
               "value":"BOTH",
               "displayValue":"Both Remote and Disk Storage",
               "isKeyBinding":false
            }
         },
         "tags":{
            "items":[
               {
                  "key":"development",
                  "value":"hr",
                  "readOnly":false,
                  "state": "Ready"
               },
               {
                  "key":"development",
                  "value":"sales",
                  "readOnly":false,
                  "state": "Ready"
               },
               {
                  "key":"development",
                  "value":"",
                  "readOnly":false,
                  "state": "Ready"
               },
               {
                  "key":"environment",
                  "value":"production",
                  "readOnly":false,
                  "state": "Ready"
               },
               {
                  "key":"production",
                  "value":"no-region",
                  "readOnly":false,
                  "state": "Ready"
               },
               {
                  "key":"production",
                  "value":"",
                  "readOnly":false,
                  "state": "Ready"
               },
               {
                  "key":"test",
                  "value":"deletebykey",
                  "readOnly":false,
                  "state": "Ready"
               }
            ],
            "totalResults":7,
            "hasMore":false
         },
         "components":{
            "WLS":{
               "serviceId":6969,
               "componentId":7905,
               "state":"READY",
               "componentStateDisplayName":"Ready",
               "version":"12.2.1.4.0",
               "componentType":"WLS",
               "creationDate":"2017-11-13T19:42:32.000+0000",
               "instanceName":"WLS",
               "instanceRole":"PRIMARY",
               "isKeyComponent":true,
               "attributes":{
                  "upperStackProductName":{
                     "displayName":"Fusion Middleware",
                     "type":"STRING",
                     "value":"",
                     "displayValue":"",
                     "isKeyBinding":false
                  }
               },
               "vmInstances":{
                  "myjcssource-wls-1":{
                     "vmId":8463,
                     "id":8463,
                     "uuid":"C5249A2639E549EE8AD6EC1218BA03C5",
                     "hostName":"myjcssource-wls-1",
                     "label":"MyJCSsource wls 1",
                     "ipAddress":"10.111.222.333",
                     "publicIpAddress":"10.111.222.333",
                     "usageType":"ADMIN_SERVER",
                     "role":"ADMIN_SERVER",
                     "componentType":"WLS",
                     "state":"READY",
                     "vmStateDisplayName":"Ready",
                     "shapeId":"oc3",
                     "totalStorage":484352,
                     "creationDate":"2017-11-13T19:42:32.000+0000",
                     "isAdminNode":true,
                     "servers":{
                        "MyJCSsou_server_1":{
                           "serverId":4462,
                           "serverName":"MyJCSsou_server_1",
                           "serverType":"MS",
                           "serverRole":"JAAS_ROLE",
                           "state":"READY",
                           "serverStateDisplayName":"Ready",
                           "creationDate":"2017-11-13T19:42:32.000+0000",
                           "attributes":{

                           },
                           "isPermanent":false
                        },
                        "MyJCSsou_adminserver":{
                           "serverId":4461,
                           "serverName":"MyJCSsou_adminserver",
                           "serverType":"ADMIN",
                           "serverRole":"JAAS_ROLE",
                           "state":"READY",
                           "serverStateDisplayName":"Ready",
                           "creationDate":"2017-11-13T19:42:32.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
                        }
                     }
                  },
                  "myjcssource-wls-2":{
                     "vmId":8464,
                     "id":8464,
                     "uuid":"C02D87887D51403FAC6C5F3EF59531FA",
                     "hostName":"myjcssource-wls-2",
                     "label":"MyJCSsource wls 2",
                     "ipAddress":"10.111.222.33",
                     "publicIpAddress":"10.111.222.33",
                     "usageType":"DG_SERVER",
                     "role":"DG_SERVER",
                     "componentType":"WLS",
                     "state":"READY",
                     "vmStateDisplayName":"Ready",
                     "shapeId":"oc3",
                     "totalStorage":458752,
                     "creationDate":"2017-11-13T19:42:32.000+0000",
                     "isAdminNode":false,
                     "servers":{
                        "MyJCSsou_server_2":{
                           "serverId":4463,
                           "serverName":"MyJCSsou_server_2",
                           "serverType":"MS",
                           "serverRole":"JAAS_ROLE",
                           "state":"READY",
                           "serverStateDisplayName":"Ready",
                           "creationDate":"2017-11-13T19:42:32.000+0000",
                           "attributes":{

                           },
                           "isPermanent":false
                        }
                     },
                     "storageVolumes":{
                        "domain":{
                           "name":"domain",
                           "size":"5GB",
                           "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
                        }
                     }
                  }
               },
               "adminHostName":"myjcssource-wls-1",
               "storageVolumes":{
                  "domain":{
                     "name":"domain",
                     "size":"10G",
                     "mount":"\/u01\/data\/domains"
                  },
                  "tools":{
                     "name":"tools",
                     "size":"10G",
                     "mount":"\/u01\/app\/oracle\/tools"
                  },
                  "jdk":{
                     "name":"jdk",
                     "size":"2G",
                     "mount":"\/u01\/jdk"
                  },
                  "boot":{
                     "name":"boot",
                     "size":"25G",
                     "mount":"\/"
                  },
                  "middleware":{
                     "name":"middleware",
                     "size":"10G",
                     "mount":"\/u01\/app\/oracle\/middleware"
                  },
                  "backup":{
                     "name":"backup",
                     "size":"20G",
                     "mount":"\/u01\/data\/backup"
                  }
               },
               "hosts":{
                  "userHosts":{
                     "myjcssource-wls-1":{
                        "vmId":8463,
                        "id":8463,
                        "uuid":"C5249A2639E549EE8AD6EC1218BA03C5",
                        "hostName":"myjcssource-wls-1",
                        "label":"MyJCSsource wls 1",
                        "ipAddress":"10.111.222.33",
                        "publicIpAddress":"111.222.33",
                        "usageType":"ADMIN_SERVER",
                        "role":"ADMIN_SERVER",
                        "componentType":"WLS",
                        "state":"READY",
                        "vmStateDisplayName":"Ready",
                        "shapeId":"oc3",
                        "totalStorage":484352,
                        "creationDate":"2017-11-13T19:42:32.000+0000",
                        "isAdminNode":true,
                        "servers":{
                           "MyJCSsou_server_1":{
                              "serverId":4462,
                              "serverName":"MyJCSsou_server_1",
                              "serverType":"MS",
                              "serverRole":"JAAS_ROLE",
                              "state":"READY",
                              "serverStateDisplayName":"Ready",
                              "creationDate":"2017-11-13T19:42:32.000+0000",
                              "attributes":{
                                 "ccsr":"DataGridConfig",
                                 "ssl_port":"9074",
                                 "cluster":"MyJCSsou_cluster",
                                 "server_type":"WLS",
                                 "port":"9073",
                                 "heap_start":"256",
                                 "additional_jvm_args":"-Xloggc:\/u01\/data\/domains\/MyJCSsou_domain\/GC_MyJCSsou_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  -Dtangosol.coherence.transport.reliable=tmb -Dtangosol.coherence.socketprovider=tcp",
                                 "heap_size":"2048",
                                 "role":"managed",
                                 "template":"MyJCSsou_cluster_Template"
                              }
                           },
                           "MyJCSsou_adminserver":{
                              "serverId":4461,
                              "serverName":"MyJCSsou_adminserver",
                              "serverType":"ADMIN",
                              "serverRole":"JAAS_ROLE",
                              "state":"READY",
                              "serverStateDisplayName":"Ready",
                              "creationDate":"2017-11-13T19:42:32.000+0000",
                              "attributes":{
                                 "role":"admin",
                                 "server_type":"WLS",
                                 "ssl_port":"9072",
                                 "heap_start":"256",
                                 "port":"9071",
                                 "heap_size":"1536",
                                 "additional_jvm_args":"-Xloggc:\/u01\/data\/domains\/MyJCSsou_domain\/GC_MyJCSsou_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"
                              }
                           }
                        },
                        "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"
                           }
                        }
                     },
                     "myjcssource-wls-2":{
                        "vmId":8464,
                        "id":8464,
                        "uuid":"C02D87887D51403FAC6C5F3EF59531FA",
                        "hostName":"myjcssource-wls-2",
                        "label":"MyJCSsource wls 2",
                        "ipAddress":"10.111.222.33",
                        "publicIpAddress":"10.111.222.33",
                        "usageType":"DG_SERVER",
                        "role":"DG_SERVER",
                        "componentType":"WLS",
                        "state":"READY",
                        "vmStateDisplayName":"Ready",
                        "shapeId":"oc3",
                        "totalStorage":458752,
                        "creationDate":"2017-11-13T19:42:32.000+0000",
                        "isAdminNode":false,
                        "servers":{
                           "MyJCSsou_server_2":{
                              "serverId":4463,
                              "serverName":"MyJCSsou_server_2",
                              "serverType":"MS",
                              "serverRole":"JAAS_ROLE",
                              "state":"READY",
                              "serverStateDisplayName":"Ready",
                              "creationDate":"2017-11-13T19:42:32.000+0000",
                              "attributes":{
                                 "ccsr":"DataGridConfig",
                                 "ssl_port":"9074",
                                 "cluster":"datagridCluster",
                                 "server_type":"DG",
                                 "port":"9073",
                                 "heap_start":"256",
                                 "additional_jvm_args":"-Xloggc:\/u01\/data\/domains\/MyJCSsou_domain\/GC_MyJCSsou_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",
                                 "heap_size":"0",
                                 "role":"managed",
                                 "template":"DataGridServer-Template"
                              }
                           }
                        },
                        "storageVolumes":{
                           "domain":{
                              "name":"domain",
                              "size":"5GB",
                              "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"
                           }
                        }
                     }
                  }
               },
               "paasServers":{

               },
               "clusters":{
                  "MyJCSsou_cluster":{
                     "clusterId":6969,
                     "clusterName":"MyJCSsou_cluster",
                     "clusterType":"PAAS",
                     "profile":"{\"type\":\"APPLICATION_CLUSTER\",\"default\":\"true\",\"external\":\"true\"}",
                     "creationDate":"2017-11-13T19:42:32.364+0000",
                     "paasServers":{
                        "MyJCSsou_server_1":{
                           "serverId":4462,
                           "serverName":"MyJCSsou_server_1",
                           "serverType":"MS",
                           "serverRole":"JAAS_ROLE",
                           "state":"READY",
                           "serverStateDisplayName":"Ready",
                           "creationDate":"2017-11-13T19:42:32.000+0000",
                           "attributes":{
                              "ccsr":"DataGridConfig",
                              "ssl_port":"9074",
                              "cluster":"MyJCSsou_cluster",
                              "server_type":"WLS",
                              "port":"9073",
                              "heap_start":"256",
                              "additional_jvm_args":"-Xloggc:\/u01\/data\/domains\/MyJCSsou_domain\/GC_MyJCSsou_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  -Dtangosol.coherence.transport.reliable=tmb -Dtangosol.coherence.socketprovider=tcp",
                              "heap_size":"2048",
                              "role":"managed",
                              "template":"MyJCSsou_cluster_Template"
                           }
                        }
                     }
                  },
                  "datagridCluster":{
                     "clusterId":6969,
                     "clusterName":"datagridCluster",
                     "clusterType":"PAAS",
                     "profile":"{\"clusterType\":\"CACHING_CLUSTER\",\"clusterName\":\"datagridCluster\",\"serverCount\":\"1\",\"serversPerNode\":\"1\",\"shape\":\"oc3\",\"type\":\"CACHING_CLUSTER\",\"external\":\"false\"}",
                     "creationDate":"2017-11-13T19:42:32.364+0000",
                     "paasServers":{
                        "MyJCSsou_server_2":{
                           "serverId":4463,
                           "serverName":"MyJCSsou_server_2",
                           "serverType":"MS",
                           "serverRole":"JAAS_ROLE",
                           "state":"READY",
                           "serverStateDisplayName":"Ready",
                           "creationDate":"2017-11-13T19:42:32.000+0000",
                           "attributes":{
                              "ccsr":"DataGridConfig",
                              "ssl_port":"9074",
                              "cluster":"datagridCluster",
                              "server_type":"DG",
                              "port":"9073",
                              "heap_start":"256",
                              "additional_jvm_args":"-Xloggc:\/u01\/data\/domains\/MyJCSsou_domain\/GC_MyJCSsou_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",
                              "heap_size":"0",
                              "role":"managed",
                              "template":"DataGridServer-Template"
                           }
                        }
                     }
                  }
               },
               "displayName":"Weblogic"
            },
            "OTD":{
               "serviceId":6969,
               "componentId":7904,
               "state":"READY",
               "componentStateDisplayName":"Ready",
               "version":"12.2.1.2.2",
               "componentType":"OTD",
               "creationDate":"2017-11-13T19:42:32.000+0000",
               "instanceName":"OTD",
               "instanceRole":"PRIMARY",
               "isKeyComponent":false,
               "attributes":{

               },
               "vmInstances":{
                  "myjcssource-lb-1":{
                     "vmId":8462,
                     "id":8462,
                     "uuid":"322105C750814CCBB09886A9B76356BE",
                     "hostName":"myjcssource-lb-1",
                     "label":"MyJCSsource lb 1",
                     "ipAddress":"10.111.222.33",
                     "publicIpAddress":"10.111.222.33",
                     "usageType":"ADMIN_SERVER",
                     "role":"ADMIN_SERVER",
                     "componentType":"OTD",
                     "state":"READY",
                     "vmStateDisplayName":"Ready",
                     "shapeId":"oc3",
                     "totalStorage":476160,
                     "creationDate":"2017-11-13T19:42:32.000+0000",
                     "isAdminNode":true,
                     "servers":{
                        "MyJCSsource-lb-1":{
                           "serverId":4460,
                           "serverName":"MyJCSsource-lb-1",
                           "serverType":"OTD_SERVER",
                           "serverRole":"JAAS_ROLE",
                           "state":"READY",
                           "serverStateDisplayName":"Ready",
                           "creationDate":"2017-11-13T19:42:25.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":"myjcssource-lb-1",
               "storageVolumes":{
                  "otd-instance":{
                     "name":"otd-instance",
                     "size":"6G",
                     "mount":"\/u01\/data\/otd-instance"
                  },
                  "tools":{
                     "name":"tools",
                     "size":"10G",
                     "mount":"\/u01\/app\/oracle\/tools"
                  },
                  "jdk":{
                     "name":"jdk",
                     "size":"2G",
                     "mount":"\/u01\/jdk"
                  },
                  "boot":{
                     "name":"boot",
                     "size":"21G",
                     "mount":"\/"
                  },
                  "middleware":{
                     "name":"middleware",
                     "size":"10G",
                     "mount":"\/u01\/app\/oracle\/middleware"
                  },
                  "backup":{
                     "name":"backup",
                     "size":"20G",
                     "mount":"\/u01\/data\/backup"
                  }
               },
               "hosts":{
                  "userHosts":{
                     "myjcssource-lb-1":{
                        "vmId":8462,
                        "id":8462,
                        "uuid":"322105C750814CCBB09886A9B76356BE",
                        "hostName":"myjcssource-lb-1",
                        "label":"MyJCSsource lb 1",
                        "ipAddress":"10.111.222.33",
                        "publicIpAddress":"10.111.222.33",
                        "usageType":"ADMIN_SERVER",
                        "role":"ADMIN_SERVER",
                        "componentType":"OTD",
                        "state":"READY",
                        "vmStateDisplayName":"Ready",
                        "shapeId":"oc3",
                        "totalStorage":476160,
                        "creationDate":"2017-11-13T19:42:32.000+0000",
                        "isAdminNode":true,
                        "servers":{
                           "MyJCSsource-lb-1":{
                              "serverId":4460,
                              "serverName":"MyJCSsource-lb-1",
                              "serverType":"OTD_SERVER",
                              "serverRole":"JAAS_ROLE",
                              "state":"READY",
                              "serverStateDisplayName":"Ready",
                              "creationDate":"2017-11-13T19:42:25.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"
            }
         },
         "associatedServices":{
            "DEPENDS_ON":[
               {
                  "serviceName":"MyDBCS04",
                  "serviceType":"DBaaS"
               }
            ]
         },
         "activityLogs":[
            {
               "activityLogId":5162098,
               "serviceName":"MyJCSsource",
               "serviceType":"jaas",
               "identityDomain":"ExampleIdentityDomain",
               "serviceId":6969,
               "jobId":860964,
               "startDate":"2018-01-05T16:55:48.780+0000",
               "endDate":"2018-01-05T16:55:49.254+0000",
               "status":"SUCCEED",
               "operationId":6969,
               "operationType":"CONFIG_CHANGE",
               "summaryMessage":"CONFIG_CHANGE",
               "authDomain":"ExampleIdentityDomain",
               "authUser":"yourUsername",
               "initiatedBy":"USER",
               "messages":[
                  {
                     "activityDate":"2018-01-05T16:55:48.780+0000",
                     "message":"Activity Submitted"
                  },
                  {
                     "activityDate":"2018-01-05T16:55:48.831+0000",
                     "message":"Activity Started"
                  },
                  {
                     "activityDate":"2018-01-05T16:55:48.896+0000",
                     "message":"Backup configuration updated:ENABLED set to false "
                  },
                  {
                     "activityDate":"2018-01-05T16:55:49.238+0000",
                     "message":"Activity Ended"
                  },
                  {
                     "activityDate":"2018-01-05T16:55:49.254+0000",
                     "message":"Activity Ended"
                  }
               ]
            }
         ],
         "layeringMode":"None",
         "serviceLevelDisplayName":"Oracle Java Cloud Service",
         "editionDisplayName":"Enterprise Edition with Coherence",
         "meteringFrequencyDisplayName":"Hourly",
         "FMW_ROOT":"https:\/\/10.111.222.333:7002\/em",
         "displayWLSAndFMWConsole":"true",
         "displayIDCSRoles":"true",
         "WLS_ROOT":"https:\/\/10.111.222.333:7002\/console",
         "BACKUP_DESTINATION":"BOTH",
         "jdkVersion":"1.8.0_144",
         "SAMPLE_ROOT":"https:\/\/10.111.222.33\/sample-app",
         "provisionEngine":"Metadata_1_0",
         "enableAdminConsoles":"true",
         "OTD_ROOT":"https:\/\/10.111.222.33:8989\/em",
         "cloudStorageContainer":"https:\/\/storage_url\/v1\/Storage-name\/containername",
         "INTERNAL_ROOT":"https:\/\/10.111.222.33",
         "identityTenancy":"StandardJCS",
         "totalSharedStorage":0,
         "associatedFrom":1,
         "allAssociations":{
            "toAssociations":[
               {
                  "associationId":6235,
                  "displayName":"INFRA_DB",
                  "associationType":"DEPENDS_ON",
                  "associationName":"INFRA_DB",
                  "associationState":"READY",
                  "assocStatusMessage":"newly created",
                  "isRequired":true,
                  "creationDate":"2017-11-13T19:42:32.000+0000",
                  "domain":"ExampleIdentityDomain",
                  "destServiceType":"DBaaS",
                  "destServiceName":"MyDBCS04",
                  "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":[
               {
                  "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":"docteamsa",
                  "sourceServiceType":"JaaS",
                  "sourceServiceName":"MyJCSsourceClone",
                  "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"
               }
            ]
         },
         "computeSiteName":"ExampleIdentityDomainsite",
         "patching":{
            "currentOperation":{
               "operation":"NONE"
            },
            "updateStatus":"NORMAL_PENDING",
            "totalAvailablePatches":2
         }
      }
   }
}
Back to Top