View All Service Instances

get

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

Returns information about all Oracle Integration Classic instances. You can view the full set of details by specifying the ?outputLevel=verbose query parameter.

Request

Path Parameters
Query Parameters
  • Flag that when set to verbose specifies that the response should include the full set of details for all service instances.
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

OK.
Body ()
The response body contains information about all Oracle Integration Classic instances.
Root Schema : allinstances-allresponse
Type: object
The response body contains information about all Oracle Integration Classic instances.
Show Source
Nested Schema : services
Type: array
Groups information about the service instances.
Show Source
Nested Schema : allinstances-response
Type: object
The response body contains information about all Oracle Integration Classic instances.
Show Source
Nested Schema : activityLogs
Type: array
Activity logs for the service instance.
Show Source
Nested Schema : associatedServices
Type: object
Show Source
Nested Schema : attributes
Type: object
Show Source
Nested Schema : service_components
Type: array
Groups service component details. This attribute is returned when you set the ?outputLevel=verbose query parameter.
Show Source
Nested Schema : items
Type: object
Activity logs.
Show Source
Nested Schema : messages
Type: array
Messages related to the activity.
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : DEPENDS_ON
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : BACKUP_DESTINATION
Type: object
Show Source
Nested Schema : FMW_ROOT
Type: object
Show Source
Nested Schema : icsEdition
Type: object
Show Source
Nested Schema : icsFeatureSet
Type: object
Show Source
Nested Schema : instanceHomePageUrl
Type: object
Show Source
Nested Schema : jdkVersion
Type: object
Show Source
Nested Schema : WLS_ROOT
Type: object
Show Source
Nested Schema : service_components
Type: object
Show Source
Back to Top

Examples

The following example shows how to view details of Service Instances by submitting a GET request on the REST resource.

Send Request

The following example shows the contents of the send request:

https://example.com/paas/api/v1.1/instancemgmt/{identityDomainId}/services/IntegrationCloud/instances

Where,

  • example.com is the host where Oracle Integration is running.

  • <version> is the REST API version.

Example of Response Body

{
  "services": {
    "host52": {
      "serviceId": "0",
      "serviceName": "host52",
      "serviceType": "ICS",
      "domainName": "idcs",
      "serviceVersion": "1.0",
      "releaseVersion": "17.4.1.170929.0503-529",
      "baseReleaseVersion": "12.2.1.2.170711",
      "metaVersion": "17.4.1-1709291757",
      "serviceLevel": "PAAS",
      "subscription": "HOURLY",
      "meteringFrequency": "HOURLY",
      "edition": "EE",
      "totalSSDStorage": 0,
      "storageContainer": "Storage-hapapate/JaaSBackup",
      "state": "TERMINATING",
      "serviceStateDisplayName": "Terminating Service ...",
      "clone": false,
      "creator": "test_user",
      "creationDate": "2017-10-02T20:08:24.938+0000",
      "isBYOL": false,
      "isManaged": false,
      "iaasProvider": "NIMBULA",
      "keyComponentInstance": "WLS",
      "adminHostName": "host52-wls-1",
      "attributes": {
        "FMW_ROOT": {
          "displayName": "Open Fusion Middleware Control Console",
          "type": "URL",
          "value": "https://10.252.157.113:7002/em",
          "displayValue": "https://10.252.157.113:7002/em",
          "isKeyBinding": true
        },
        "SAMPLE_ROOT": {
          "displayName": "Open Sample Application",
          "type": "STRING",
          "value": " ",
          "displayValue": " ",
          "isKeyBinding": false
        },
        "jdkVersion": {
          "displayName": "JDK",
          "type": "STRING",
          "value": " ",
          "displayValue": " ",
          "isKeyBinding": false
        },
        "icsFeatureSet": {
          "displayName": "Feature Set",
          "type": "STRING",
          "value": "ics_pcs",
          "displayValue": "Integration and Process",
          "isKeyBinding": false
        },
        "WLS_ROOT": {
          "displayName": "Open WebLogic Server Console",
          "type": "URL",
          "value": "https://10.252.157.113:7002/console",
          "displayValue": "https://10.252.157.113:7002/console",
          "isKeyBinding": true
        },
        "icsEdition": {
          "displayName": "Integration Cloud Edition",
          "type": "STRING",
          "value": "EE",
          "displayValue": "Enterprise Edition",
          "isKeyBinding": false
        },
        "instanceHomePageUrl": {
          "displayName": "Open Integration Cloud Home Page",
          "type": "URL",
          "value": "https://host52-oice2w.uscom-central-1.c9dev1.oc9qadev.com:443/ic/home",
          "displayValue": "https://host52-oice2w.uscom-central-1.c9dev1.oc9qadev.com:443/ic/home",
          "isKeyBinding": false
        },
        "serviceId": {
          "displayName": "Service Identifier",
          "type": "INTEGER",
          "value": "0",
          "displayValue": "0",
          "isKeyBinding": false
        },
        "BACKUP_DESTINATION": {
          "displayName": "Backup Destination",
          "type": "STRING",
          "value": "BOTH",
          "displayValue": "BOTH",
          "isKeyBinding": false
        }
      },
      "tags": {
        "items": [
          
        ],
        "totalResults": 0,
        "hasMore": false
      },
      "components": {
        "WLS": {
          "serviceId": 36840,
          "componentId": 36945,
          "state": "INITIALIZING",
          "componentStateDisplayName": "Starting ...",
          "version": "12.2.1.2",
          "componentType": "WLS",
          "creationDate": "2017-10-02T20:08:24.000+0000",
          "instanceName": "WLS",
          "instanceRole": "NONE",
          "isKeyComponent": true,
          "attributes": {
            
          },
          "vmInstances": {
            "host52-wls-2": {
              "vmId": 43400,
              "id": 43400,
              "uuid": "5E69262E862E4DA59AC6091B24C0D11D",
              "hostName": "host52-wls-2",
              "label": "host52 wls 2",
              "ipAddress": "10.252.158.131",
              "publicIpAddress": "10.252.158.131",
              "usageType": "MANAGED_SERVER",
              "role": "MANAGED_SERVER",
              "componentType": "WLS",
              "state": "INITIALIZING",
              "vmStateDisplayName": "Starting ...",
              "shapeId": "oc1m",
              "totalStorage": 115712,
              "creationDate": "2017-10-02T20:08:50.000+0000",
              "isAdminNode": false,
              "servers": {
                "ics_server_2": {
                  "serverId": 23602,
                  "serverName": "ics_server_2",
                  "serverType": "WLS",
                  "serverRole": "MANAGED",
                  "state": "READY",
                  "serverStateDisplayName": "Ready",
                  "creationDate": "2017-10-02T20:08:50.000+0000",
                  "isPermanent": false
                }
              }
            },
            "host52-wls-1": {
              "vmId": 43399,
              "id": 43399,
              "uuid": "537405D4E0614579B6ECCF78913FE66C",
              "hostName": "host52-wls-1",
              "label": "host52 wls 1",
              "ipAddress": "10.252.157.113",
              "publicIpAddress": "10.252.157.113",
              "usageType": "ADMIN_SERVER",
              "role": "ADMIN_SERVER",
              "componentType": "WLS",
              "state": "INITIALIZING",
              "vmStateDisplayName": "Starting ...",
              "shapeId": "oc1m",
              "totalStorage": 136192,
              "creationDate": "2017-10-02T20:08:48.000+0000",
              "isAdminNode": true,
              "servers": {
                "ics_adminserver": {
                  "serverId": 23601,
                  "serverName": "ics_adminserver",
                  "serverType": "WLS",
                  "serverRole": "ADMIN",
                  "state": "READY",
                  "serverStateDisplayName": "Ready",
                  "creationDate": "2017-10-02T20:08:48.000+0000",
                  "isPermanent": false
                },
                "ics_server_1": {
                  "serverId": 23600,
                  "serverName": "ics_server_1",
                  "serverType": "WLS",
                  "serverRole": "MANAGED",
                  "state": "READY",
                  "serverStateDisplayName": "Ready",
                  "creationDate": "2017-10-02T20:08:48.000+0000",
                  "isPermanent": false
                }
              }
            }
          },
          "adminHostName": "host52-wls-1",
          "hosts": {
            "userHosts": {
              "host52-wls-2": {
                "vmId": 43400,
                "id": 43400,
                "uuid": "5E69262E862E4DA59AC6091B24C0D11D",
                "hostName": "host52-wls-2",
                "label": "host52 wls 2",
                "ipAddress": "10.252.158.131",
                "publicIpAddress": "10.252.158.131",
                "usageType": "MANAGED_SERVER",
                "role": "MANAGED_SERVER",
                "componentType": "WLS",
                "state": "INITIALIZING",
                "vmStateDisplayName": "Starting ...",
                "shapeId": "oc1m",
                "totalStorage": 115712,
                "creationDate": "2017-10-02T20:08:50.000+0000",
                "isAdminNode": false,
                "servers": {
                  "ics_server_2": {
                    "serverId": 23602,
                    "serverName": "ics_server_2",
                    "serverType": "WLS",
                    "serverRole": "MANAGED",
                    "state": "READY",
                    "serverStateDisplayName": "Ready",
                    "creationDate": "2017-10-02T20:08:50.000+0000"
                  }
                }
              },
              "host52-wls-1": {
                "vmId": 43399,
                "id": 43399,
                "uuid": "537405D4E0614579B6ECCF78913FE66C",
                "hostName": "host52-wls-1",
                "label": "host52 wls 1",
                "ipAddress": "10.252.157.113",
                "publicIpAddress": "10.252.157.113",
                "usageType": "ADMIN_SERVER",
                "role": "ADMIN_SERVER",
                "componentType": "WLS",
                "state": "INITIALIZING",
                "vmStateDisplayName": "Starting ...",
                "shapeId": "oc1m",
                "totalStorage": 136192,
                "creationDate": "2017-10-02T20:08:48.000+0000",
                "isAdminNode": true,
                "servers": {
                  "ics_adminserver": {
                    "serverId": 23601,
                    "serverName": "ics_adminserver",
                    "serverType": "WLS",
                    "serverRole": "ADMIN",
                    "state": "READY",
                    "serverStateDisplayName": "Ready",
                    "creationDate": "2017-10-02T20:08:48.000+0000"
                  },
                  "ics_server_1": {
                    "serverId": 23600,
                    "serverName": "ics_server_1",
                    "serverType": "WLS",
                    "serverRole": "MANAGED",
                    "state": "READY",
                    "serverStateDisplayName": "Ready",
                    "creationDate": "2017-10-02T20:08:48.000+0000"
                  }
                }
              }
            }
          },
          "paasServers": {
            
          },
          "clusters": {
            "ics_cluster": {
              "clusterId": 36840,
              "clusterName": "ics_cluster",
              "clusterType": "PAAS",
              "profile": "{"external":true, "type":"APPLICATION_CLUSTER", "clusterType":"APPLICATION_CLUSTER","default": true}",
              "creationDate": "2017-10-02T20:08:25.348+0000",
              "paasServers": {
                "ics_server_2": {
                  "serverId": 23602,
                  "serverName": "ics_server_2",
                  "serverType": "WLS",
                  "serverRole": "MANAGED",
                  "state": "READY",
                  "serverStateDisplayName": "Ready",
                  "creationDate": "2017-10-02T20:08:50.000+0000"
                },
                "ics_server_1": {
                  "serverId": 23600,
                  "serverName": "ics_server_1",
                  "serverType": "WLS",
                  "serverRole": "MANAGED",
                  "state": "READY",
                  "serverStateDisplayName": "Ready",
                  "creationDate": "2017-10-02T20:08:48.000+0000"
                }
              }
            }
          },
          "displayName": "Weblogic"
        }
      },
      "associatedServices": {
        "DEPENDS_ON": [
          {
            "serviceName": "RACDBTest",
            "serviceType": "DBaaS"
          }
        ]
      },
      "activityLogs": [
        {
          "activityLogId": 3610138,
          "serviceName": "host52",
          "serviceType": "ics",
          "identityDomain": "idcs",
          "serviceId": 36840,
          "jobId": 2219730,
          "startDate": "2017-10-02T20:08:25.357+0000",
          "endDate": "2017-10-02T20:43:39.898+0000",
          "status": "FAILED",
          "operationId": 36840,
          "operationType": "CREATE_SERVICE",
          "summaryMessage": "CREATE_SERVICE",
          "authDomain": "idcs",
          "authUser": "test_user",
          "initiatedBy": "USER",
          "messages": [
            {
              "activityDate": "2017-10-02T20:08:25.357+0000",
              "message": "Activity Submitted"
            },
            {
              "activityDate": "2017-10-02T20:08:31.659+0000",
              "message": "Activity Started"
            },
            {
              "activityDate": "2017-10-02T20:08:32.938+0000",
              "message": "Pre-check for IDCS Service Footprint creation started for service [host52]."
            },
            {
              "activityDate": "2017-10-02T20:08:32.940+0000",
              "message": "Started pre-check for load balancer configuration for service [host52]."
            },
            {
              "activityDate": "2017-10-02T20:08:33.090+0000",
              "message": "Pre-check for IDCS Service Footprint creation completed for service [host52]."
            },
            {
              "activityDate": "2017-10-02T20:08:34.662+0000",
              "message": "Completed pre-check for load balancer configuration for service [host52]."
            },
            {
              "activityDate": "2017-10-02T20:08:50.722+0000",
              "message": "Created Compute resources for WebLogic Server..."
            },
            {
              "activityDate": "2017-10-02T20:08:52.738+0000",
              "message": "Created security resources for the service..."
            },
            {
              "activityDate": "2017-10-02T20:17:38.254+0000",
              "message": "Established SSH connectivity to WebLogic Administration Server... Used private side of a public key for [oracle]"
            },
            {
              "activityDate": "2017-10-02T20:17:49.932+0000",
              "message": "Established SSH connectivity to Host(s) [ics_server_2] from Administration Server..."
            },
            {
              "activityDate": "2017-10-02T20:34:07.948+0000",
              "message": "WebLogic Administration Server Configuration completed..."
            },
            {
              "activityDate": "2017-10-02T20:34:08.173+0000",
              "message": "Configuration check for Host [host52-wls-1] containing WebLogic Managed Server(s) [[ics_server_1]] completed..."
            },
            {
              "activityDate": "2017-10-02T20:34:17.799+0000",
              "message": "Configuration check for Host [host52-wls-2] containing WebLogic Managed Server(s) [[ics_server_2]] completed..."
            },
            {
              "activityDate": "2017-10-02T20:34:17.941+0000",
              "message": "WebLogic Managed Servers Configuration completed..."
            },
            {
              "activityDate": "2017-10-02T20:35:05.030+0000",
              "message": "Service Reachabilty Check (SRC) of WebLogic Administration Server completed..."
            },
            {
              "activityDate": "2017-10-02T20:35:20.214+0000",
              "message": "Service Reachabilty Check (SRC) of WebLogic Managed Server(s) [ics_server_1, ics_server_2] completed..."
            },
            {
              "activityDate": "2017-10-02T20:35:20.355+0000",
              "message": "Successfully provisioned WebLogic Administration Server and 2 Managed Servers..."
            },
            {
              "activityDate": "2017-10-02T20:35:21.948+0000",
              "message": "Started load balancer configuration for service [host52]."
            },
            {
              "activityDate": "2017-10-02T20:38:04.771+0000",
              "message": "Completed load balancer configuration for service [host52]."
            },
            {
              "activityDate": "2017-10-02T20:43:39.898+0000",
              "message": "Activity Ended"
            }
          ]
        }
      ],
      "idcs": {
        "customer": {
          "appID": "2c50466634d84d99a485e2fe32174280",
          "appDisplayName": "682039FC12B24871BBE3046E462C5FD5",
          "appName": "682039FC12B24871BBE3046E462C5FD5_APPID",
          "appURL": "https://idcs.identity.c9dev1.oc9qadev.com:443/ui/v1/adminconsole/?root=apps=2c50466634d84d99a485e2fe32174280"
        }
      },
      "layeringMode": "Single",
      "serviceLevelDisplayName": "Oracle Java Cloud Service",
      "editionDisplayName": "Enterprise Edition",
      "meteringFrequencyDisplayName": "Hourly",
      "proxyHost": "opc-dev-proxy.usdv1.oraclecloud.com",
      "icsEdition": "EE",
      "SAMPLE_ROOT": " ",
      "pdbServiceName": "null",
      "jdkVersion": " ",
      "iscsStorageFolder": "17.4.1.1709291756",
      "BACKUP_DESTINATION": "BOTH",
      "icsManagedServerCountInitial": "2",
      "cloudStorageContainer": "Storage-hapapate/JaaSBackup",
      "FMW_ROOT": "https://10.252.157.113:7002/em",
      "PSM_IDENTITY_FOOTPRINT_CUSTOMER": "2c50466634d84d99a485e2fe32174280",
      "instanceHomePageUrl": "https://host52-oice2w.uscom-central-1.c9dev1.oc9qadev.com:443/ic/home",
      "identityTenancy": "StandardJCS",
      "proxyPort": "80",
      "WLS_ROOT": "https://10.252.157.113:7002/console",
      "instancePermanentPublicUrl": "https://682039FC12B24871BBE3046E462C5FD5.uscom-central-1.c9dev1.oc9qadev.com:443",
      "icsFeatureSet": "ics_pcs",
      "vbcsHomePageUrl": "https://host52-oice2w.uscom-central-1.c9dev1.oc9qadev.com:443/ic/builder",
      "pubcdtServiceName": "integration_suite",
      "PSM_IDENTITY_FOOTPRINT_PROVIDER": "36739221dd45420ebb5832bde72ad82f",
      "cloudStorageUser": "test.Storageadmin",
      "enableAdminConsoles": "false",
      "dbaUserName": "SYS",
      "pubcdtTopology": "ics_pcs",
      "enableProxy": "false",
      "jaasSupportHome": "null",
      "instanceFriendlyPublicUrl": "https://host52-oice2w.uscom-central-1.c9dev1.oc9qadev.com:443",
      "totalSharedStorage": 0,
      "allAssociations": {
        "toAssociations": [
          {
            "associationId": 26365,
            "displayName": "INFRA_DB",
            "associationType": "DEPENDS_ON",
            "associationName": "INFRA_DB",
            "associationState": "READY",
            "assocStatusMessage": "newly created",
            "isRequired": true,
            "creationDate": "2017-10-02T20:08:24.000+0000",
            "domain": "idcs",
            "serviceType": "DBaaS",
            "serviceName": "RACDBTest",
            "serviceStatus": "READY",
            "serviceStateDisplayName": "Ready",
            "edition": "EE_EP",
            "version": "12.1.0.2",
            "level": "PAAS",
            "ocpu": 4,
            "associationStateDisplayName": "Ready",
            "assocTypeDisplayName": "Depends On",
            "assocTypeDescription": "Service A depends on Resource B/Service B."
          }
        ],
        "fromAssociations": [
          
        ]
      },
      "computeSiteName": "oice2wsite",
      "patching": {
        "currentOperation": {
          "operation": "NONE"
        },
        "updateStatus": "NORMAL_PENDING",
        "totalAvailablePatches": 2
      }
    },
    "host54": {
      "serviceId": "0",
      "serviceName": "host54",
      "serviceType": "ICS",
      "domainName": "idcs",
      "serviceVersion": "1.0",
      "releaseVersion": "17.4.3.171004.0840-544",
      "baseReleaseVersion": "12.2.1.2.170711",
      "metaVersion": "17.4.1-1710032035",
      "serviceLevel": "PAAS",
      "subscription": "HOURLY",
      "meteringFrequency": "HOURLY",
      "edition": "EE",
      "totalSSDStorage": 0,
      "storageContainer": "Storage-hapapate/JaaSBackup",
      "state": "READY",
      "serviceStateDisplayName": "Ready",
      "clone": false,
      "creator": "test_user",
      "creationDate": "2017-10-03T20:56:59.302+0000",
      "isBYOL": false,
      "isManaged": false,
      "iaasProvider": "NIMBULA",
      "keyComponentInstance": "WLS",
      "adminHostName": "host54-wls-1",
      "attributes": {
        "SAMPLE_ROOT": {
          "displayName": "Open Sample Application",
          "type": "STRING",
          "value": "https://10.252.156.60:8002/sample-app",
          "displayValue": "https://10.252.156.60:8002/sample-app",
          "isKeyBinding": false
        },
        "FMW_ROOT": {
          "displayName": "Open Fusion Middleware Control Console",
          "type": "URL",
          "value": "https://10.252.156.60:7002/em",
          "displayValue": "https://10.252.156.60:7002/em",
          "isKeyBinding": true
        },
        "icsFeatureSet": {
          "displayName": "Feature Set",
          "type": "STRING",
          "value": "ics_pcs",
          "displayValue": "Integration and Process",
          "isKeyBinding": false
        },
        "jdkVersion": {
          "displayName": "JDK",
          "type": "STRING",
          "value": "1.8.0_131",
          "displayValue": "1.8.0_131",
          "isKeyBinding": false
        },
        "icsEdition": {
          "displayName": "Integration Cloud Edition",
          "type": "STRING",
          "value": "EE",
          "displayValue": "Enterprise Edition",
          "isKeyBinding": false
        },
        "WLS_ROOT": {
          "displayName": "Open WebLogic Server Console",
          "type": "URL",
          "value": "https://10.252.156.60:7002/console",
          "displayValue": "https://10.252.156.60:7002/console",
          "isKeyBinding": true
        },
        "instanceHomePageUrl": {
          "displayName": "Open Integration Cloud Home Page",
          "type": "URL",
          "value": "https://host54-oice2w.uscom-central-1.c9dev1.oc9qadev.com:443/ic/home",
          "displayValue": "https://host54-oice2w.uscom-central-1.c9dev1.oc9qadev.com:443/ic/home",
          "isKeyBinding": false
        },
        "serviceId": {
          "displayName": "Service Identifier",
          "type": "INTEGER",
          "value": "0",
          "displayValue": "0",
          "isKeyBinding": false
        },
        "BACKUP_DESTINATION": {
          "displayName": "Backup Destination",
          "type": "STRING",
          "value": "BOTH",
          "displayValue": "BOTH",
          "isKeyBinding": false
        }
      },
      "tags": {
        "items": [
          
        ],
        "totalResults": 0,
        "hasMore": false
      },
      "components": {
        "WLS": {
          "serviceId": 37363,
          "componentId": 37356,
          "state": "READY",
          "componentStateDisplayName": "Ready",
          "version": "12.2.1.2",
          "componentType": "WLS",
          "creationDate": "2017-10-03T20:56:59.000+0000",
          "instanceName": "WLS",
          "instanceRole": "NONE",
          "isKeyComponent": true,
          "attributes": {
            
          },
          "vmInstances": {
            "host54-wls-2": {
              "vmId": 43722,
              "id": 43722,
              "uuid": "7B45E11759794E45920A5A8717A27ABA",
              "hostName": "host54-wls-2",
              "label": "host54 wls 2",
              "ipAddress": "10.252.157.76",
              "publicIpAddress": "10.252.157.76",
              "usageType": "MANAGED_SERVER",
              "role": "MANAGED_SERVER",
              "componentType": "WLS",
              "state": "READY",
              "vmStateDisplayName": "Ready",
              "shapeId": "oc1m",
              "totalStorage": 95232,
              "creationDate": "2017-10-03T20:57:21.000+0000",
              "isAdminNode": false,
              "servers": {
                "ics_server_2": {
                  "serverId": 23864,
                  "serverName": "ics_server_2",
                  "serverType": "WLS",
                  "serverRole": "MANAGED",
                  "state": "READY",
                  "serverStateDisplayName": "Ready",
                  "creationDate": "2017-10-03T20:57:21.000+0000",
                  "isPermanent": false
                }
              }
            },
            "host54-wls-1": {
              "vmId": 43721,
              "id": 43721,
              "uuid": "9A22205EB4264F1EA500FE8895CD8A46",
              "hostName": "host54-wls-1",
              "label": "host54 wls 1",
              "ipAddress": "10.252.156.60",
              "publicIpAddress": "10.252.156.60",
              "usageType": "ADMIN_SERVER",
              "role": "ADMIN_SERVER",
              "componentType": "WLS",
              "state": "READY",
              "vmStateDisplayName": "Ready",
              "shapeId": "oc1m",
              "totalStorage": 115712,
              "creationDate": "2017-10-03T20:57:19.000+0000",
              "isAdminNode": true,
              "servers": {
                "ics_adminserver": {
                  "serverId": 23863,
                  "serverName": "ics_adminserver",
                  "serverType": "WLS",
                  "serverRole": "ADMIN",
                  "state": "READY",
                  "serverStateDisplayName": "Ready",
                  "creationDate": "2017-10-03T20:57:19.000+0000",
                  "isPermanent": false
                },
                "ics_server_1": {
                  "serverId": 23862,
                  "serverName": "ics_server_1",
                  "serverType": "WLS",
                  "serverRole": "MANAGED",
                  "state": "READY",
                  "serverStateDisplayName": "Ready",
                  "creationDate": "2017-10-03T20:57:19.000+0000",
                  "isPermanent": false
                }
              }
            }
          },
          "adminHostName": "host54-wls-1",
          "hosts": {
            "userHosts": {
              "host54-wls-2": {
                "vmId": 43722,
                "id": 43722,
                "uuid": "7B45E11759794E45920A5A8717A27ABA",
                "hostName": "host54-wls-2",
                "label": "host54 wls 2",
                "ipAddress": "10.252.157.76",
                "publicIpAddress": "10.252.157.76",
                "usageType": "MANAGED_SERVER",
                "role": "MANAGED_SERVER",
                "componentType": "WLS",
                "state": "READY",
                "vmStateDisplayName": "Ready",
                "shapeId": "oc1m",
                "totalStorage": 95232,
                "creationDate": "2017-10-03T20:57:21.000+0000",
                "isAdminNode": false,
                "servers": {
                  "ics_server_2": {
                    "serverId": 23864,
                    "serverName": "ics_server_2",
                    "serverType": "WLS",
                    "serverRole": "MANAGED",
                    "state": "READY",
                    "serverStateDisplayName": "Ready",
                    "creationDate": "2017-10-03T20:57:21.000+0000"
                  }
                }
              },
              "host54-wls-1": {
                "vmId": 43721,
                "id": 43721,
                "uuid": "9A22205EB4264F1EA500FE8895CD8A46",
                "hostName": "host54-wls-1",
                "label": "host54 wls 1",
                "ipAddress": "10.252.156.60",
                "publicIpAddress": "10.252.156.60",
                "usageType": "ADMIN_SERVER",
                "role": "ADMIN_SERVER",
                "componentType": "WLS",
                "state": "READY",
                "vmStateDisplayName": "Ready",
                "shapeId": "oc1m",
                "totalStorage": 115712,
                "creationDate": "2017-10-03T20:57:19.000+0000",
                "isAdminNode": true,
                "servers": {
                  "ics_adminserver": {
                    "serverId": 23863,
                    "serverName": "ics_adminserver",
                    "serverType": "WLS",
                    "serverRole": "ADMIN",
                    "state": "READY",
                    "serverStateDisplayName": "Ready",
                    "creationDate": "2017-10-03T20:57:19.000+0000"
                  },
                  "ics_server_1": {
                    "serverId": 23862,
                    "serverName": "ics_server_1",
                    "serverType": "WLS",
                    "serverRole": "MANAGED",
                    "state": "READY",
                    "serverStateDisplayName": "Ready",
                    "creationDate": "2017-10-03T20:57:19.000+0000"
                  }
                }
              }
            }
          },
          "paasServers": {
            
          },
          "clusters": {
            "ics_cluster": {
              "clusterId": 37363,
              "clusterName": "ics_cluster",
              "clusterType": "PAAS",
              "profile": "{"external":true, "type":"APPLICATION_CLUSTER", "clusterType":"APPLICATION_CLUSTER","default": true}",
              "creationDate": "2017-10-03T20:56:59.590+0000",
              "paasServers": {
                "ics_server_2": {
                  "serverId": 23864,
                  "serverName": "ics_server_2",
                  "serverType": "WLS",
                  "serverRole": "MANAGED",
                  "state": "READY",
                  "serverStateDisplayName": "Ready",
                  "creationDate": "2017-10-03T20:57:21.000+0000"
                },
                "ics_server_1": {
                  "serverId": 23862,
                  "serverName": "ics_server_1",
                  "serverType": "WLS",
                  "serverRole": "MANAGED",
                  "state": "READY",
                  "serverStateDisplayName": "Ready",
                  "creationDate": "2017-10-03T20:57:19.000+0000"
                }
              }
            }
          },
          "displayName": "Weblogic"
        }
      },
      "associatedServices": {
        "DEPENDS_ON": [
          {
            "serviceName": "OICDBaaS",
            "serviceType": "DBaaS"
          }
        ]
      },
      "activityLogs": [
        {
          "activityLogId": 3712051,
          "serviceName": "host54",
          "serviceType": "ics",
          "identityDomain": "idcs",
          "serviceId": 37363,
          "jobId": 2259281,
          "startDate": "2017-10-05T18:17:37.317+0000",
          "endDate": "2017-10-05T18:20:48.847+0000",
          "status": "SUCCEED",
          "operationId": 37363,
          "operationType": "BACKUP",
          "summaryMessage": "BACKUP",
          "authDomain": "idcs",
          "authUser": "test_user",
          "initiatedBy": "USER",
          "messages": [
            {
              "activityDate": "2017-10-05T18:17:37.317+0000",
              "message": "Activity Submitted"
            },
            {
              "activityDate": "2017-10-05T18:17:37.389+0000",
              "message": "Activity Started"
            },
            {
              "activityDate": "2017-10-05T18:20:14.437+0000",
              "message": "Backup health check passed...Locked the WebLogic Server domain configuration...Started the backup of configuration data for WebLogic administration server and managed servers...Completed the backup of configuration data for WebLogic administration server and managed servers...Capturing the service metadata...Completed the backup of service metadata...Unlocked the WebLogic Server domain configuration..."
            },
            {
              "activityDate": "2017-10-05T18:20:48.553+0000",
              "message": "Uploading the backup archive to the Oracle Storage Cloud Service container...Uploaded the object to the Oracle Storage Cloud Service container..."
            },
            {
              "activityDate": "2017-10-05T18:20:48.838+0000",
              "message": "Activity Ended"
            },
            {
              "activityDate": "2017-10-05T18:20:48.847+0000",
              "message": "Activity Ended"
            }
          ]
        }
      ],
      "idcs": {
        "customer": {
          "appID": "2e3217c158d84f4aaa89bbff63037ff8",
          "appDisplayName": "90B29F46E6C64617A08441D39944678E",
          "appName": "90B29F46E6C64617A08441D39944678E_APPID",
          "appURL": "https://idcs.identity.c9dev1.oc9qadev.com:443/ui/v1/adminconsole/?root=apps=2e3217c158d84f4aaa89bbff63037ff8"
        }
      },
      "layeringMode": "Single",
      "serviceLevelDisplayName": "Oracle Java Cloud Service",
      "editionDisplayName": "Enterprise Edition",
      "meteringFrequencyDisplayName": "Hourly",
      "proxyHost": "opc-dev-proxy.usdv1.oraclecloud.com",
      "icsEdition": "EE",
      "SAMPLE_ROOT": "https://10.252.156.60:8002/sample-app",
      "pdbServiceName": "null",
      "jdkVersion": "1.8.0_131",
      "iscsStorageFolder": "17.4.1.1710032035",
      "BACKUP_DESTINATION": "BOTH",
      "icsManagedServerCountInitial": "2",
      "cloudStorageContainer": "Storage-hapapate/JaaSBackup",
      "FMW_ROOT": "https://10.252.156.60:7002/em",
      "PSM_IDENTITY_FOOTPRINT_CUSTOMER": "2e3217c158d84f4aaa89bbff63037ff8",
      "instanceHomePageUrl": "https://host54-oice2w.uscom-central-1.c9dev1.oc9qadev.com:443/ic/home",
      "identityTenancy": "StandardJCS",
      "proxyPort": "80",
      "WLS_ROOT": "https://10.252.156.60:7002/console",
      "instancePermanentPublicUrl": "https://90B29F46E6C64617A08441D39944678E.uscom-central-1.c9dev1.oc9qadev.com:443",
      "icsFeatureSet": "ics_pcs",
      "vbcsHomePageUrl": "https://host54-oice2w.uscom-central-1.c9dev1.oc9qadev.com:443/ic/builder",
      "pubcdtServiceName": "integration_suite",
      "PSM_IDENTITY_FOOTPRINT_PROVIDER": "213f28bd392440478a187de5cf5f2268",
      "cloudStorageUser": "test.Storageadmin",
      "enableAdminConsoles": "false",
      "dbaUserName": "SYS",
      "pubcdtTopology": "ics_pcs",
      "enableProxy": "false",
      "jaasSupportHome": "null",
      "instanceFriendlyPublicUrl": "https://host54-oice2w.uscom-central-1.c9dev1.oc9qadev.com:443",
      "totalSharedStorage": 0,
      "allAssociations": {
        "toAssociations": [
          {
            "associationId": 26688,
            "displayName": "INFRA_DB",
            "associationType": "DEPENDS_ON",
            "associationName": "INFRA_DB",
            "associationState": "READY",
            "assocStatusMessage": "newly created",
            "isRequired": true,
            "creationDate": "2017-10-03T20:56:59.000+0000",
            "domain": "idcs",
            "serviceType": "DBaaS",
            "serviceName": "OICDBaaS",
            "serviceStatus": "READY",
            "serviceStateDisplayName": "Ready",
            "edition": "EE",
            "version": "12.1.0.2",
            "level": "PAAS",
            "ocpu": 2,
            "associationStateDisplayName": "Ready",
            "assocTypeDisplayName": "Depends On",
            "assocTypeDescription": "Service A depends on Resource B/Service B."
          }
        ],
        "fromAssociations": [
          
        ]
      },
      "computeSiteName": "oice2wsite",
      "patching": {
        "currentOperation": {
          "operation": "NONE"
        },
        "updateStatus": "NORMAL_PENDING",
        "totalAvailablePatches": 1
      }
    },
    "host44": {
      "serviceId": "0",
      "serviceName": "host44",
      "serviceType": "ICS",
      "domainName": "idcs",
      "serviceVersion": "1.0",
      "releaseVersion": "17.4.1.170913.0535-489",
      "baseReleaseVersion": "12.2.1.2.170711",
      "metaVersion": "17.4.1-1709131927",
      "serviceLevel": "PAAS",
      "subscription": "HOURLY",
      "meteringFrequency": "HOURLY",
      "edition": "EE",
      "totalSSDStorage": 0,
      "storageContainer": "Storage-hapapate/JaaSBackup",
      "state": "TERMINATING",
      "serviceStateDisplayName": "Terminating Service ...",
      "clone": false,
      "creator": "test_user",
      "creationDate": "2017-09-15T14:41:02.646+0000",
      "isBYOL": false,
      "isManaged": false,
      "iaasProvider": "NIMBULA",
      "keyComponentInstance": "WLS",
      "adminHostName": "host44-wls-1",
      "attributes": {
        "SAMPLE_ROOT": {
          "displayName": "Open Sample Application",
          "type": "STRING",
          "value": " ",
          "displayValue": " ",
          "isKeyBinding": false
        },
        "icsFeatureSet": {
          "displayName": "Feature Set",
          "type": "STRING",
          "value": "ics_pcs",
          "displayValue": "Integration and Process",
          "isKeyBinding": false
        },
        "jdkVersion": {
          "displayName": "JDK",
          "type": "STRING",
          "value": " ",
          "displayValue": " ",
          "isKeyBinding": false
        },
        "icsEdition": {
          "displayName": "Integration Cloud Edition",
          "type": "STRING",
          "value": "EE",
          "displayValue": "Enterprise Edition",
          "isKeyBinding": false
        },
        "instanceHomePageUrl": {
          "displayName": "Open Integration Cloud Home Page",
          "type": "URL",
          "value": "https://host44-oice2w.uscom-central-1.c9dev1.oc9qadev.com:443/ic/home",
          "displayValue": "https://host44-oice2w.uscom-central-1.c9dev1.oc9qadev.com:443/ic/home",
          "isKeyBinding": false
        },
        "serviceId": {
          "displayName": "Service Identifier",
          "type": "INTEGER",
          "value": "0",
          "displayValue": "0",
          "isKeyBinding": false
        },
        "BACKUP_DESTINATION": {
          "displayName": "Backup Destination",
          "type": "STRING",
          "value": "BOTH",
          "displayValue": "BOTH",
          "isKeyBinding": false
        }
      },
      "tags": {
        "items": [
          
        ],
        "totalResults": 0,
        "hasMore": false
      },
      "components": {
        "WLS": {
          "serviceId": 31492,
          "componentId": 30968,
          "state": "INITIALIZING",
          "componentStateDisplayName": "Starting ...",
          "version": "12.2.1.2",
          "componentType": "WLS",
          "creationDate": "2017-09-15T14:41:02.000+0000",
          "instanceName": "WLS",
          "instanceRole": "NONE",
          "isKeyComponent": true,
          "attributes": {
            
          },
          "vmInstances": {
            "host44-wls-1": {
              "vmId": 37858,
              "id": 37858,
              "uuid": "62FC14D85C25453CB4C2F1CDDEC142E6",
              "hostName": "host44-wls-1",
              "label": "host44 wls 1",
              "ipAddress": "10.252.156.136",
              "publicIpAddress": "10.252.156.136",
              "usageType": "ADMIN_SERVER",
              "role": "ADMIN_SERVER",
              "componentType": "WLS",
              "state": "INITIALIZING",
              "vmStateDisplayName": "Starting ...",
              "shapeId": "oc1m",
              "totalStorage": 136192,
              "creationDate": "2017-09-15T17:28:56.000+0000",
              "isAdminNode": true,
              "servers": {
                "ics_adminserver": {
                  "serverId": 20593,
                  "serverName": "ics_adminserver",
                  "serverType": "WLS",
                  "serverRole": "ADMIN",
                  "state": "READY",
                  "serverStateDisplayName": "Ready",
                  "creationDate": "2017-09-15T17:28:56.000+0000",
                  "isPermanent": false
                },
                "ics_server_1": {
                  "serverId": 20592,
                  "serverName": "ics_server_1",
                  "serverType": "WLS",
                  "serverRole": "MANAGED",
                  "state": "READY",
                  "serverStateDisplayName": "Ready",
                  "creationDate": "2017-09-15T17:28:56.000+0000",
                  "isPermanent": false
                }
              }
            },
            "host44-wls-2": {
              "vmId": 37859,
              "id": 37859,
              "uuid": "947DCE5ECC1C40E5A60412806318F5EB",
              "hostName": "host44-wls-2",
              "label": "host44 wls 2",
              "ipAddress": "10.252.156.22",
              "publicIpAddress": "10.252.156.22",
              "usageType": "MANAGED_SERVER",
              "role": "MANAGED_SERVER",
              "componentType": "WLS",
              "state": "INITIALIZING",
              "vmStateDisplayName": "Starting ...",
              "shapeId": "oc1m",
              "totalStorage": 115712,
              "creationDate": "2017-09-15T17:28:57.000+0000",
              "isAdminNode": false,
              "servers": {
                "ics_server_2": {
                  "serverId": 20594,
                  "serverName": "ics_server_2",
                  "serverType": "WLS",
                  "serverRole": "MANAGED",
                  "state": "READY",
                  "serverStateDisplayName": "Ready",
                  "creationDate": "2017-09-15T17:28:57.000+0000",
                  "isPermanent": false
                }
              }
            }
          },
          "adminHostName": "host44-wls-1",
          "hosts": {
            "userHosts": {
              "host44-wls-1": {
                "vmId": 37858,
                "id": 37858,
                "uuid": "62FC14D85C25453CB4C2F1CDDEC142E6",
                "hostName": "host44-wls-1",
                "label": "host44 wls 1",
                "ipAddress": "10.252.156.136",
                "publicIpAddress": "10.252.156.136",
                "usageType": "ADMIN_SERVER",
                "role": "ADMIN_SERVER",
                "componentType": "WLS",
                "state": "INITIALIZING",
                "vmStateDisplayName": "Starting ...",
                "shapeId": "oc1m",
                "totalStorage": 136192,
                "creationDate": "2017-09-15T17:28:56.000+0000",
                "isAdminNode": true,
                "servers": {
                  "ics_adminserver": {
                    "serverId": 20593,
                    "serverName": "ics_adminserver",
                    "serverType": "WLS",
                    "serverRole": "ADMIN",
                    "state": "READY",
                    "serverStateDisplayName": "Ready",
                    "creationDate": "2017-09-15T17:28:56.000+0000"
                  },
                  "ics_server_1": {
                    "serverId": 20592,
                    "serverName": "ics_server_1",
                    "serverType": "WLS",
                    "serverRole": "MANAGED",
                    "state": "READY",
                    "serverStateDisplayName": "Ready",
                    "creationDate": "2017-09-15T17:28:56.000+0000"
                  }
                }
              },
              "host44-wls-2": {
                "vmId": 37859,
                "id": 37859,
                "uuid": "947DCE5ECC1C40E5A60412806318F5EB",
                "hostName": "host44-wls-2",
                "label": "host44 wls 2",
                "ipAddress": "10.252.156.22",
                "publicIpAddress": "10.252.156.22",
                "usageType": "MANAGED_SERVER",
                "role": "MANAGED_SERVER",
                "componentType": "WLS",
                "state": "INITIALIZING",
                "vmStateDisplayName": "Starting ...",
                "shapeId": "oc1m",
                "totalStorage": 115712,
                "creationDate": "2017-09-15T17:28:57.000+0000",
                "isAdminNode": false,
                "servers": {
                  "ics_server_2": {
                    "serverId": 20594,
                    "serverName": "ics_server_2",
                    "serverType": "WLS",
                    "serverRole": "MANAGED",
                    "state": "READY",
                    "serverStateDisplayName": "Ready",
                    "creationDate": "2017-09-15T17:28:57.000+0000"
                  }
                }
              }
            }
          },
          "paasServers": {
            
          },
          "clusters": {
            "ics_cluster": {
              "clusterId": 31492,
              "clusterName": "ics_cluster",
              "clusterType": "PAAS",
              "profile": "{"external":true, "type":"APPLICATION_CLUSTER", "clusterType":"APPLICATION_CLUSTER","default": true}",
              "creationDate": "2017-09-15T14:41:02.910+0000",
              "paasServers": {
                "ics_server_2": {
                  "serverId": 20594,
                  "serverName": "ics_server_2",
                  "serverType": "WLS",
                  "serverRole": "MANAGED",
                  "state": "READY",
                  "serverStateDisplayName": "Ready",
                  "creationDate": "2017-09-15T17:28:57.000+0000"
                },
                "ics_server_1": {
                  "serverId": 20592,
                  "serverName": "ics_server_1",
                  "serverType": "WLS",
                  "serverRole": "MANAGED",
                  "state": "READY",
                  "serverStateDisplayName": "Ready",
                  "creationDate": "2017-09-15T17:28:56.000+0000"
                }
              }
            }
          },
          "displayName": "Weblogic"
        }
      },
      "associatedServices": {
        "DEPENDS_ON": [
          {
            "serviceName": "OICDBaaS",
            "serviceType": "DBaaS"
          }
        ]
      },
      "activityLogs": [
        {
          "activityLogId": 3028695,
          "serviceName": "host44",
          "serviceType": "ics",
          "identityDomain": "idcs",
          "serviceId": 31492,
          "jobId": 2060462,
          "startDate": "2017-09-15T14:41:02.909+0000",
          "status": "RUNNING",
          "operationId": 31492,
          "operationType": "CREATE_SERVICE",
          "summaryMessage": "CREATE_SERVICE",
          "authDomain": "idcs",
          "authUser": "test_user",
          "initiatedBy": "USER",
          "messages": [
            {
              "activityDate": "2017-09-15T14:41:02.909+0000",
              "message": "Activity Submitted"
            },
            {
              "activityDate": "2017-09-15T14:41:05.839+0000",
              "message": "Activity Started"
            },
            {
              "activityDate": "2017-09-15T14:41:06.019+0000",
              "message": "Started pre-check for load balancer configuration for service [host44]."
            },
            {
              "activityDate": "2017-09-15T14:41:06.019+0000",
              "message": "Pre-check for IDCS Service Footprint creation started for service [host44]."
            },
            {
              "activityDate": "2017-09-15T14:41:06.154+0000",
              "message": "Pre-check for IDCS Service Footprint creation completed for service [host44]."
            },
            {
              "activityDate": "2017-09-15T14:41:06.640+0000",
              "message": "Completed pre-check for load balancer configuration for service [host44]."
            },
            {
              "activityDate": "2017-09-15T14:41:18.341+0000",
              "message": "Created Compute resources for WebLogic Server..."
            },
            {
              "activityDate": "2017-09-15T14:41:20.236+0000",
              "message": "Created security resources for the service..."
            },
            {
              "activityDate": "2017-09-15T14:51:56.925+0000",
              "message": "Established SSH connectivity to WebLogic Administration Server... Used private side of a public key for [oracle]"
            },
            {
              "activityDate": "2017-09-15T14:53:06.442+0000",
              "message": "Established SSH connectivity to Host(s) [ics_server_2] from Administration Server..."
            },
            {
              "activityDate": "2017-09-15T15:06:36.082+0000",
              "message": "WebLogic Administration Server Configuration completed..."
            },
            {
              "activityDate": "2017-09-15T15:06:36.239+0000",
              "message": "Configuration check for Host [host44-wls-1] containing WebLogic Managed Server(s) [[ics_server_1]] completed..."
            },
            {
              "activityDate": "2017-09-15T15:07:42.239+0000",
              "message": "Configuration check for Host [host44-wls-2] containing WebLogic Managed Server(s) [[ics_server_2]] completed..."
            },
            {
              "activityDate": "2017-09-15T15:07:42.383+0000",
              "message": "WebLogic Managed Servers Configuration completed..."
            },
            {
              "activityDate": "2017-09-15T15:08:27.610+0000",
              "message": "Service Reachabilty Check (SRC) of WebLogic Administration Server completed..."
            },
            {
              "activityDate": "2017-09-15T15:08:41.700+0000",
              "message": "Service Reachabilty Check (SRC) of WebLogic Managed Server(s) [ics_server_1, ics_server_2] completed..."
            },
            {
              "activityDate": "2017-09-15T15:08:41.811+0000",
              "message": "Successfully provisioned WebLogic Administration Server and 2 Managed Servers..."
            },
            {
              "activityDate": "2017-09-15T15:08:42.268+0000",
              "message": "Started load balancer configuration for service [host44]."
            },
            {
              "activityDate": "2017-09-15T15:46:51.753+0000",
              "message": "Timed out after waiting 30 minutes to complete load balancer configuration. LBaaS Error: Request Id [CREATE_ORIGIN_SERVER_POOL_c1892b0c-d7e7-4e9d-bb84-c5c5206a21a3] of [31492-1505488122425:ospool-1505488133721] failed. Please contact Oracle Cloud Support"
            },
            {
              "activityDate": "2017-09-15T15:46:52.069+0000",
              "message": "Service provisioning attempt 1 (out of 2) has failed."
            },
            {
              "activityDate": "2017-09-15T15:46:57.381+0000",
              "message": "Cleaning up resources before retrying to provision the Service..."
            },
            {
              "activityDate": "2017-09-15T15:46:57.509+0000",
              "message": "Pre-check for IDCS Service Footprint creation started for service [host44]."
            },
            {
              "activityDate": "2017-09-15T15:46:57.511+0000",
              "message": "Started pre-check for load balancer configuration for service [host44]."
            },
            {
              "activityDate": "2017-09-15T15:46:57.637+0000",
              "message": "Pre-check for IDCS Service Footprint creation completed for service [host44]."
            },
            {
              "activityDate": "2017-09-15T15:46:58.184+0000",
              "message": "Completed pre-check for load balancer configuration for service [host44]."
            },
            {
              "activityDate": "2017-09-15T15:46:58.380+0000",
              "message": "Started load balancer configuration update for service [host44]."
            },
            {
              "activityDate": "2017-09-15T16:28:25.968+0000",
              "message": "Timed out after waiting 29 minutes to complete load balancer configuration. LBaaS Error: Request Id [DELETE_VLBR_debfcd7e-9f8a-44f5-9c43-fd87737233a3] of [31492-1505488122425] failed. Please contact Oracle Cloud Support"
            },
            {
              "activityDate": "2017-09-15T16:28:26.032+0000",
              "message": "Registered load balancer resources for clean up."
            },
            {
              "activityDate": "2017-09-15T16:28:31.734+0000",
              "message": "Service record (WebLogic) removal complete..."
            },
            {
              "activityDate": "2017-09-15T17:28:44.163+0000",
              "message": "Activity Started"
            },
            {
              "activityDate": "2017-09-15T17:28:44.332+0000",
              "message": "Started pre-check for load balancer configuration for service [host44]."
            },
            {
              "activityDate": "2017-09-15T17:28:44.334+0000",
              "message": "Pre-check for IDCS Service Footprint creation started for service [host44]."
            },
            {
              "activityDate": "2017-09-15T17:28:44.465+0000",
              "message": "Pre-check for IDCS Service Footprint creation completed for service [host44]."
            },
            {
              "activityDate": "2017-09-15T17:28:46.097+0000",
              "message": "Completed pre-check for load balancer configuration for service [host44]."
            },
            {
              "activityDate": "2017-09-15T17:28:58.217+0000",
              "message": "Created Compute resources for WebLogic Server..."
            },
            {
              "activityDate": "2017-09-15T17:29:00.224+0000",
              "message": "Created security resources for the service..."
            },
            {
              "activityDate": "2017-09-15T17:39:34.695+0000",
              "message": "Established SSH connectivity to WebLogic Administration Server... Used private side of a public key for [oracle]"
            },
            {
              "activityDate": "2017-09-15T17:40:41.999+0000",
              "message": "Established SSH connectivity to Host(s) [ics_server_2] from Administration Server..."
            },
            {
              "activityDate": "2017-09-15T17:55:15.558+0000",
              "message": "WebLogic Administration Server Configuration completed..."
            },
            {
              "activityDate": "2017-09-15T17:55:15.719+0000",
              "message": "Configuration check for Host [host44-wls-1] containing WebLogic Managed Server(s) [[ics_server_1]] completed..."
            },
            {
              "activityDate": "2017-09-15T17:55:20.730+0000",
              "message": "Configuration check for Host [host44-wls-2] containing WebLogic Managed Server(s) [[ics_server_2]] completed..."
            },
            {
              "activityDate": "2017-09-15T17:55:20.919+0000",
              "message": "WebLogic Managed Servers Configuration completed..."
            },
            {
              "activityDate": "2017-09-15T17:56:09.567+0000",
              "message": "Service Reachabilty Check (SRC) of WebLogic Administration Server completed..."
            },
            {
              "activityDate": "2017-09-15T17:56:23.589+0000",
              "message": "Service Reachabilty Check (SRC) of WebLogic Managed Server(s) [ics_server_1, ics_server_2] completed..."
            },
            {
              "activityDate": "2017-09-15T17:56:23.735+0000",
              "message": "Successfully provisioned WebLogic Administration Server and 2 Managed Servers..."
            },
            {
              "activityDate": "2017-09-15T17:56:24.097+0000",
              "message": "Started load balancer configuration for service [host44]."
            },
            {
              "activityDate": "2017-09-15T17:56:39.495+0000",
              "message": "Unable to complete load balancer configuration. Earlier attempt to clean up load balance resources is not complete. Please try again or use a different service name."
            },
            {
              "activityDate": "2017-09-15T17:56:39.776+0000",
              "message": "Service provisioning attempt 2 (out of 2) has failed."
            },
            {
              "activityDate": "2017-09-15T17:56:40.732+0000",
              "message": "Unable to provision the service.  Hence rolling back..."
            },
            {
              "activityDate": "2017-09-15T17:56:40.873+0000",
              "message": "Started pre-check for load balancer configuration for service [host44]."
            },
            {
              "activityDate": "2017-09-15T17:56:40.874+0000",
              "message": "Pre-check for IDCS Service Footprint creation started for service [host44]."
            },
            {
              "activityDate": "2017-09-15T17:56:41.010+0000",
              "message": "Pre-check for IDCS Service Footprint creation completed for service [host44]."
            },
            {
              "activityDate": "2017-09-15T17:56:41.488+0000",
              "message": "Completed pre-check for load balancer configuration for service [host44]."
            },
            {
              "activityDate": "2017-09-15T17:56:41.728+0000",
              "message": "Started load balancer configuration update for service [host44]."
            },
            {
              "activityDate": "2017-09-15T17:56:46.059+0000",
              "message": "Unable to complete load balancer configuration. LBaaS Error: Cannot process request. Please contact Oracle Cloud Support"
            },
            {
              "activityDate": "2017-09-15T17:58:17.809+0000",
              "message": "Warning, failed to shutdown Weblogic domain ..."
            },
            {
              "activityDate": "2017-09-15T18:02:55.914+0000",
              "message": "Successfully deleted RCU schemas ..."
            },
            {
              "activityDate": "2017-09-15T18:02:55.914+0000",
              "message": "delete.rcu.schema.session.success"
            },
            {
              "activityDate": "2017-09-15T18:08:09.170+0000",
              "message": "Stopped all Compute resources..."
            },
            {
              "activityDate": "2017-09-15T18:08:12.987+0000",
              "message": "Removed Compute resources..."
            },
            {
              "activityDate": "2017-09-15T18:08:15.517+0000",
              "message": "Started deletion of load balancer configuration for service [host44]."
            },
            {
              "activityDate": "2017-09-15T18:08:17.643+0000",
              "message": "Unable to complete load balancer configuration. LBaaS Error: Cannot process request. Please contact Oracle Cloud Support"
            }
          ]
        }
      ],
      "idcs": {
        "customer": {
          "appID": "e8641c2ee70d45629e44f6323d385271",
          "appDisplayName": "75D6DD37EFD14468BA109170F47681BC",
          "appName": "75D6DD37EFD14468BA109170F47681BC_APPID",
          "appURL": "https://idcs.identity.c9dev1.oc9qadev.com:443/ui/v1/adminconsole/?root=apps=e8641c2ee70d45629e44f6323d385271"
        }
      },
      "layeringMode": "Single",
      "serviceLevelDisplayName": "Oracle Java Cloud Service",
      "editionDisplayName": "Enterprise Edition",
      "meteringFrequencyDisplayName": "Hourly",
      "SAMPLE_ROOT": " ",
      "iscsStorageFolder": "17.4.1.1709131927",
      "identityTenancy": "StandardJCS",
      "instanceFriendlyPublicUrl": "https://host44-oice2w.uscom-central-1.c9dev1.oc9qadev.com:443",
      "PSM_IDENTITY_FOOTPRINT_CUSTOMER": "e8641c2ee70d45629e44f6323d385271",
      "instancePermanentPublicUrl": "https://idcs.uscom-central-1.c9dev1.oc9qadev.com:443",
      "vbcsHomePageUrl": "https://host44-oice2w.uscom-central-1.c9dev1.oc9qadev.com:443/ic/builder",
      "cloudStorageContainer": "Storage-hapapate/JaaSBackup",
      "enableProxy": "false",
      "proxyHost": "opc-dev-proxy.usdv1.oraclecloud.com",
      "icsFeatureSet": "ics_pcs",
      "icsManagedServerCountInitial": "2",
      "icsEdition": "EE",
      "pubcdtTopology": "ics_pcs",
      "PSM_IDENTITY_FOOTPRINT_PROVIDER": "69a9ae3ff6f741d7b14e1b60f0e219f1",
      "pdbServiceName": "null",
      "BACKUP_DESTINATION": "BOTH",
      "instanceHomePageUrl": "https://host44-oice2w.uscom-central-1.c9dev1.oc9qadev.com:443/ic/home",
      "jdkVersion": " ",
      "enableAdminConsoles": "false",
      "dbaUserName": "SYS",
      "cloudStorageUser": "hapapate.Storageadmin",
      "jaasSupportHome": "null",
      "proxyPort": "80",
      "pubcdtServiceName": "integration_suite",
      "totalSharedStorage": 0,
      "allAssociations": {
        "toAssociations": [
          {
            "associationId": 23141,
            "displayName": "INFRA_DB",
            "associationType": "DEPENDS_ON",
            "associationName": "INFRA_DB",
            "associationState": "READY",
            "assocStatusMessage": "newly created",
            "isRequired": true,
            "creationDate": "2017-09-15T14:41:02.000+0000",
            "domain": "idcs",
            "serviceType": "DBaaS",
            "serviceName": "OICDBaaS",
            "serviceStatus": "READY",
            "serviceStateDisplayName": "Ready",
            "edition": "EE",
            "version": "12.1.0.2",
            "level": "PAAS",
            "ocpu": 2,
            "associationStateDisplayName": "Ready",
            "assocTypeDisplayName": "Depends On",
            "assocTypeDescription": "Service A depends on Resource B/Service B."
          }
        ],
        "fromAssociations": [
          
        ]
      },
      "computeSiteName": "oice2wsite",
      "patching": {
        "currentOperation": {
          "operation": "NONE"
        },
        "updateStatus": "NORMAL_PENDING",
        "totalAvailablePatches": 2
      }
    },
    "host45": {
      "serviceId": "0",
      "serviceName": "host45",
      "serviceType": "ICS",
      "domainName": "idcs",
      "serviceVersion": "1.0",
      "releaseVersion": "17.4.1.170913.0535-489",
      "baseReleaseVersion": "12.2.1.2.170711",
      "metaVersion": "17.4.1-1709131927",
      "serviceLevel": "PAAS",
      "subscription": "HOURLY",
      "meteringFrequency": "HOURLY",
      "edition": "EE",
      "totalSSDStorage": 0,
      "storageContainer": "Storage-hapapate/JaaSBackup",
      "state": "TERMINATING",
      "serviceStateDisplayName": "Terminating Service ...",
      "clone": false,
      "creator": "test_user",
      "creationDate": "2017-09-15T19:18:35.128+0000",
      "isBYOL": false,
      "isManaged": false,
      "iaasProvider": "NIMBULA",
      "keyComponentInstance": "WLS",
      "adminHostName": "host45-wls-1",
      "attributes": {
        "SAMPLE_ROOT": {
          "displayName": "Open Sample Application",
          "type": "STRING",
          "value": " ",
          "displayValue": " ",
          "isKeyBinding": false
        },
        "icsFeatureSet": {
          "displayName": "Feature Set",
          "type": "STRING",
          "value": "ics_pcs",
          "displayValue": "Integration and Process",
          "isKeyBinding": false
        },
        "jdkVersion": {
          "displayName": "JDK",
          "type": "STRING",
          "value": " ",
          "displayValue": " ",
          "isKeyBinding": false
        },
        "icsEdition": {
          "displayName": "Integration Cloud Edition",
          "type": "STRING",
          "value": "EE",
          "displayValue": "Enterprise Edition",
          "isKeyBinding": false
        },
        "instanceHomePageUrl": {
          "displayName": "Open Integration Cloud Home Page",
          "type": "URL",
          "value": "https://host45-oice2w.uscom-central-1.c9dev1.oc9qadev.com:443/ic/home",
          "displayValue": "https://host45-oice2w.uscom-central-1.c9dev1.oc9qadev.com:443/ic/home",
          "isKeyBinding": false
        },
        "serviceId": {
          "displayName": "Service Identifier",
          "type": "INTEGER",
          "value": "0",
          "displayValue": "0",
          "isKeyBinding": false
        },
        "BACKUP_DESTINATION": {
          "displayName": "Backup Destination",
          "type": "STRING",
          "value": "BOTH",
          "displayValue": "BOTH",
          "isKeyBinding": false
        }
      },
      "tags": {
        "items": [
          
        ],
        "totalResults": 0,
        "hasMore": false
      },
      "components": {
        "WLS": {
          "serviceId": 31524,
          "componentId": 31021,
          "state": "INITIALIZING",
          "componentStateDisplayName": "Starting ...",
          "version": "12.2.1.2",
          "componentType": "WLS",
          "creationDate": "2017-09-15T19:18:35.000+0000",
          "instanceName": "WLS",
          "instanceRole": "NONE",
          "isKeyComponent": true,
          "attributes": {
            
          },
          "vmInstances": {
            "host45-wls-1": {
              "vmId": 37947,
              "id": 37947,
              "uuid": "D1B22F321BD147CCA7CAE83548F7E13C",
              "hostName": "host45-wls-1",
              "label": "host45 wls 1",
              "ipAddress": "10.252.159.149",
              "publicIpAddress": "10.252.159.149",
              "usageType": "ADMIN_SERVER",
              "role": "ADMIN_SERVER",
              "componentType": "WLS",
              "state": "INITIALIZING",
              "vmStateDisplayName": "Starting ...",
              "shapeId": "oc1m",
              "totalStorage": 136192,
              "creationDate": "2017-09-15T22:12:01.000+0000",
              "isAdminNode": true,
              "servers": {
                "ics_adminserver": {
                  "serverId": 20687,
                  "serverName": "ics_adminserver",
                  "serverType": "WLS",
                  "serverRole": "ADMIN",
                  "state": "READY",
                  "serverStateDisplayName": "Ready",
                  "creationDate": "2017-09-15T22:12:01.000+0000",
                  "isPermanent": false
                },
                "ics_server_1": {
                  "serverId": 20686,
                  "serverName": "ics_server_1",
                  "serverType": "WLS",
                  "serverRole": "MANAGED",
                  "state": "READY",
                  "serverStateDisplayName": "Ready",
                  "creationDate": "2017-09-15T22:12:01.000+0000",
                  "isPermanent": false
                }
              }
            },
            "host45-wls-2": {
              "vmId": 37948,
              "id": 37948,
              "uuid": "90CDB03A6F284DB9AA6F37E5582B7E81",
              "hostName": "host45-wls-2",
              "label": "host45 wls 2",
              "ipAddress": "10.252.156.246",
              "publicIpAddress": "10.252.156.246",
              "usageType": "MANAGED_SERVER",
              "role": "MANAGED_SERVER",
              "componentType": "WLS",
              "state": "INITIALIZING",
              "vmStateDisplayName": "Starting ...",
              "shapeId": "oc1m",
              "totalStorage": 115712,
              "creationDate": "2017-09-15T22:12:02.000+0000",
              "isAdminNode": false,
              "servers": {
                "ics_server_2": {
                  "serverId": 20688,
                  "serverName": "ics_server_2",
                  "serverType": "WLS",
                  "serverRole": "MANAGED",
                  "state": "READY",
                  "serverStateDisplayName": "Ready",
                  "creationDate": "2017-09-15T22:12:02.000+0000",
                  "isPermanent": false
                }
              }
            }
          },
          "adminHostName": "host45-wls-1",
          "hosts": {
            "userHosts": {
              "host45-wls-1": {
                "vmId": 37947,
                "id": 37947,
                "uuid": "D1B22F321BD147CCA7CAE83548F7E13C",
                "hostName": "host45-wls-1",
                "label": "host45 wls 1",
                "ipAddress": "10.252.159.149",
                "publicIpAddress": "10.252.159.149",
                "usageType": "ADMIN_SERVER",
                "role": "ADMIN_SERVER",
                "componentType": "WLS",
                "state": "INITIALIZING",
                "vmStateDisplayName": "Starting ...",
                "shapeId": "oc1m",
                "totalStorage": 136192,
                "creationDate": "2017-09-15T22:12:01.000+0000",
                "isAdminNode": true,
                "servers": {
                  "ics_adminserver": {
                    "serverId": 20687,
                    "serverName": "ics_adminserver",
                    "serverType": "WLS",
                    "serverRole": "ADMIN",
                    "state": "READY",
                    "serverStateDisplayName": "Ready",
                    "creationDate": "2017-09-15T22:12:01.000+0000"
                  },
                  "ics_server_1": {
                    "serverId": 20686,
                    "serverName": "ics_server_1",
                    "serverType": "WLS",
                    "serverRole": "MANAGED",
                    "state": "READY",
                    "serverStateDisplayName": "Ready",
                    "creationDate": "2017-09-15T22:12:01.000+0000"
                  }
                }
              },
              "host45-wls-2": {
                "vmId": 37948,
                "id": 37948,
                "uuid": "90CDB03A6F284DB9AA6F37E5582B7E81",
                "hostName": "host45-wls-2",
                "label": "host45 wls 2",
                "ipAddress": "10.252.156.246",
                "publicIpAddress": "10.252.156.246",
                "usageType": "MANAGED_SERVER",
                "role": "MANAGED_SERVER",
                "componentType": "WLS",
                "state": "INITIALIZING",
                "vmStateDisplayName": "Starting ...",
                "shapeId": "oc1m",
                "totalStorage": 115712,
                "creationDate": "2017-09-15T22:12:02.000+0000",
                "isAdminNode": false,
                "servers": {
                  "ics_server_2": {
                    "serverId": 20688,
                    "serverName": "ics_server_2",
                    "serverType": "WLS",
                    "serverRole": "MANAGED",
                    "state": "READY",
                    "serverStateDisplayName": "Ready",
                    "creationDate": "2017-09-15T22:12:02.000+0000"
                  }
                }
              }
            }
          },
          "paasServers": {
            
          },
          "clusters": {
            "ics_cluster": {
              "clusterId": 31524,
              "clusterName": "ics_cluster",
              "clusterType": "PAAS",
              "profile": "{"external":true, "type":"APPLICATION_CLUSTER", "clusterType":"APPLICATION_CLUSTER","default": true}",
              "creationDate": "2017-09-15T19:18:35.502+0000",
              "paasServers": {
                "ics_server_1": {
                  "serverId": 20686,
                  "serverName": "ics_server_1",
                  "serverType": "WLS",
                  "serverRole": "MANAGED",
                  "state": "READY",
                  "serverStateDisplayName": "Ready",
                  "creationDate": "2017-09-15T22:12:01.000+0000"
                },
                "ics_server_2": {
                  "serverId": 20688,
                  "serverName": "ics_server_2",
                  "serverType": "WLS",
                  "serverRole": "MANAGED",
                  "state": "READY",
                  "serverStateDisplayName": "Ready",
                  "creationDate": "2017-09-15T22:12:02.000+0000"
                }
              }
            }
          },
          "displayName": "Weblogic"
        }
      },
      "associatedServices": {
        "DEPENDS_ON": [
          {
            "serviceName": "OICDBaaS",
            "serviceType": "DBaaS"
          }
        ]
      },
      "activityLogs": [
        {
          "activityLogId": 3028853,
          "serviceName": "host45",
          "serviceType": "ic",
          "identityDomain": "idcs",
          "serviceId": 31524,
          "jobId": 2061647,
          "startDate": "2017-09-15T19:18:35.510+0000",
          "status": "RUNNING",
          "operationId": 31524,
          "operationType": "CREATE_SERVICE",
          "summaryMessage": "CREATE_SERVICE",
          "authDomain": "idcs",
          "authUser": "test_user",
          "initiatedBy": "USER",
          "messages": [
            {
              "activityDate": "2017-09-15T19:18:35.510+0000",
              "message": "Activity Submitted"
            },
            {
              "activityDate": "2017-09-15T19:18:43.571+0000",
              "message": "Activity Started"
            },
            {
              "activityDate": "2017-09-15T19:18:43.785+0000",
              "message": "Started pre-check for load balancer configuration for service [host45]."
            },
            {
              "activityDate": "2017-09-15T19:18:43.787+0000",
              "message": "Pre-check for IDCS Service Footprint creation started for service [host45]."
            },
            {
              "activityDate": "2017-09-15T19:18:43.912+0000",
              "message": "Pre-check for IDCS Service Footprint creation completed for service [host45]."
            },
            {
              "activityDate": "2017-09-15T19:18:44.519+0000",
              "message": "Completed pre-check for load balancer configuration for service [host45]."
            },
            {
              "activityDate": "2017-09-15T19:18:56.944+0000",
              "message": "Created Compute resources for WebLogic Server..."
            },
            {
              "activityDate": "2017-09-15T19:18:59.125+0000",
              "message": "Created security resources for the service..."
            },
            {
              "activityDate": "2017-09-15T19:30:23.702+0000",
              "message": "Established SSH connectivity to WebLogic Administration Server... Used private side of a public key for [oracle]"
            },
            {
              "activityDate": "2017-09-15T19:31:15.301+0000",
              "message": "Established SSH connectivity to Host(s) [ics_server_2] from Administration Server..."
            },
            {
              "activityDate": "2017-09-15T19:45:53.396+0000",
              "message": "WebLogic Administration Server Configuration completed..."
            },
            {
              "activityDate": "2017-09-15T19:45:53.539+0000",
              "message": "Configuration check for Host [host45-wls-1] containing WebLogic Managed Server(s) [[ics_server_1]] completed..."
            },
            {
              "activityDate": "2017-09-15T19:48:29.254+0000",
              "message": "Configuration check for Host [host45-wls-2] containing WebLogic Managed Server(s) [[ics_server_2]] completed..."
            },
            {
              "activityDate": "2017-09-15T19:48:29.413+0000",
              "message": "WebLogic Managed Servers Configuration completed..."
            },
            {
              "activityDate": "2017-09-15T19:49:16.821+0000",
              "message": "Service Reachabilty Check (SRC) of WebLogic Administration Server completed..."
            },
            {
              "activityDate": "2017-09-15T19:49:35.021+0000",
              "message": "Service Reachabilty Check (SRC) of WebLogic Managed Server(s) [ics_server_1, ics_server_2] completed..."
            },
            {
              "activityDate": "2017-09-15T20:27:40.531+0000",
              "message": "Cleaning up resources before retrying to provision the Service..."
            },
            {
              "activityDate": "2017-09-15T20:27:40.664+0000",
              "message": "Started pre-check for load balancer configuration for service [host45]."
            },
            {
              "activityDate": "2017-09-15T20:27:40.665+0000",
              "message": "Pre-check for IDCS Service Footprint creation started for service [host45]."
            },
            {
              "activityDate": "2017-09-15T20:27:40.800+0000",
              "message": "Pre-check for IDCS Service Footprint creation completed for service [host45]."
            },
            {
              "activityDate": "2017-09-15T20:27:41.386+0000",
              "message": "Completed pre-check for load balancer configuration for service [host45]."
            },
            {
              "activityDate": "2017-09-15T20:27:41.620+0000",
              "message": "Started load balancer configuration update for service [host45]."
            },
            {
              "activityDate": "2017-09-15T20:29:09.539+0000",
              "message": "Completed load balancer configuration update for service [host45]."
            },
            {
              "activityDate": "2017-09-15T20:30:43.105+0000",
              "message": "Warning, failed to shutdown Weblogic domain ..."
            },
            {
              "activityDate": "2017-09-15T20:35:26.734+0000",
              "message": "Successfully deleted RCU schemas ..."
            },
            {
              "activityDate": "2017-09-15T20:35:26.734+0000",
              "message": "delete.rcu.schema.session.success"
            },
            {
              "activityDate": "2017-09-15T20:41:40.259+0000",
              "message": "Stopped all Compute resources..."
            },
            {
              "activityDate": "2017-09-15T20:41:44.329+0000",
              "message": "Removed Compute resources..."
            },
            {
              "activityDate": "2017-09-15T20:41:46.558+0000",
              "message": "Started deletion of load balancer configuration for service [host45]."
            },
            {
              "activityDate": "2017-09-15T21:11:31.885+0000",
              "message": "Timed out after waiting 29 minutes to complete load balancer configuration. LBaaS Error: Request Id [DELETE_VLBR_1cdadcfc-a532-4b1a-a652-19c54e6a4bb9] of [31524-1505504976094] failed. Please contact Oracle Cloud Support"
            },
            {
              "activityDate": "2017-09-15T21:11:31.945+0000",
              "message": "Registered load balancer resources for clean up."
            },
            {
              "activityDate": "2017-09-15T21:11:37.474+0000",
              "message": "Service record (WebLogic) removal complete..."
            },
            {
              "activityDate": "2017-09-15T22:11:48.982+0000",
              "message": "Activity Started"
            },
            {
              "activityDate": "2017-09-15T22:11:49.163+0000",
              "message": "Started pre-check for load balancer configuration for service [host45]."
            },
            {
              "activityDate": "2017-09-15T22:27:10.569+0000",
              "message": "Established SSH connectivity to WebLogic Administration Server... Used private side of a public key for [oracle]"
            },
            {
              "activityDate": "2017-09-15T22:29:03.346+0000",
              "message": "Established SSH connectivity to Host(s) [ics_server_2] from Administration Server..."
            },
            {
              "activityDate": "2017-09-15T22:43:41.167+0000",
              "message": "WebLogic Administration Server Configuration completed..."
            },
            {
              "activityDate": "2017-09-15T22:43:41.313+0000",
              "message": "Configuration check for Host [host45-wls-1] containing WebLogic Managed Server(s) [[ics_server_1]] completed..."
            },
            {
              "activityDate": "2017-09-15T22:43:53.825+0000",
              "message": "Configuration check for Host [host45-wls-2] containing WebLogic Managed Server(s) [[ics_server_2]] completed..."
            },
            {
              "activityDate": "2017-09-15T22:43:53.960+0000",
              "message": "WebLogic Managed Servers Configuration completed..."
            },
            {
              "activityDate": "2017-09-15T22:44:43.588+0000",
              "message": "Service Reachabilty Check (SRC) of WebLogic Administration Server completed..."
            },
            {
              "activityDate": "2017-09-15T22:44:58.421+0000",
              "message": "Service Reachabilty Check (SRC) of WebLogic Managed Server(s) [ics_server_1, ics_server_2] completed..."
            },
            {
              "activityDate": "2017-09-15T22:44:58.556+0000",
              "message": "Successfully provisioned WebLogic Administration Server and 2 Managed Servers..."
            },
            {
              "activityDate": "2017-09-15T22:44:58.934+0000",
              "message": "Started load balancer configuration for service [host45]."
            },
            {
              "activityDate": "2017-09-15T22:45:23.784+0000",
              "message": "Unable to complete load balancer configuration. Earlier attempt to clean up load balance resources is not complete. Please try again or use a different service name."
            },
            {
              "activityDate": "2017-09-15T22:45:24.025+0000",
              "message": "Service provisioning attempt 2 (out of 2) has failed."
            },
            {
              "activityDate": "2017-09-15T22:45:31.978+0000",
              "message": "Unable to provision the service.  Hence rolling back..."
            },
            {
              "activityDate": "2017-09-15T22:45:32.111+0000",
              "message": "Pre-check for IDCS Service Footprint creation started for service [host45]."
            },
            {
              "activityDate": "2017-09-15T22:45:32.112+0000",
              "message": "Started pre-check for load balancer configuration for service [host45]."
            },
            {
              "activityDate": "2017-09-15T22:45:32.256+0000",
              "message": "Pre-check for IDCS Service Footprint creation completed for service [host45]."
            },
            {
              "activityDate": "2017-09-15T22:45:32.678+0000",
              "message": "Completed pre-check for load balancer configuration for service [host45]."
            },
            {
              "activityDate": "2017-09-15T22:45:32.912+0000",
              "message": "Started load balancer configuration update for service [host45]."
            },
            {
              "activityDate": "2017-09-15T22:45:37.611+0000",
              "message": "Unable to complete load balancer configuration. LBaaS Error: Cannot process request. Please contact Oracle Cloud Support"
            },
            {
              "activityDate": "2017-09-15T22:48:10.157+0000",
              "message": "Warning, failed to shutdown Weblogic domain ..."
            },
            {
              "activityDate": "2017-09-15T22:53:35.228+0000",
              "message": "Successfully deleted RCU schemas ..."
            },
            {
              "activityDate": "2017-09-15T22:53:35.228+0000",
              "message": "delete.rcu.schema.session.success"
            },
            {
              "activityDate": "2017-09-15T23:00:50.893+0000",
              "message": "Stopped all Compute resources..."
            },
            {
              "activityDate": "2017-09-15T23:00:54.327+0000",
              "message": "Removed Compute resources..."
            },
            {
              "activityDate": "2017-09-15T23:00:57.296+0000",
              "message": "Started deletion of load balancer configuration for service [host45]."
            },
            {
              "activityDate": "2017-09-15T23:00:59.218+0000",
              "message": "Unable to complete load balancer configuration. LBaaS Error: Cannot process request. Please contact Oracle Cloud Support"
            }
          ]
        }
      ],
      "idcs": {
        "customer": {
          "appID": "965db9e1c3934e29885c83baf6a86196",
          "appDisplayName": "0A81B32BDA2C4D33A133CFA78A2FAD66",
          "appName": "0A81B32BDA2C4D33A133CFA78A2FAD66_APPID",
          "appURL": "https://idcs.identity.c9dev1.oc9qadev.com:443/ui/v1/adminconsole/?root=apps=965db9e1c3934e29885c83baf6a86196"
        }
      },
      "layeringMode": "Single",
      "serviceLevelDisplayName": "Oracle Java Cloud Service",
      "editionDisplayName": "Enterprise Edition",
      "meteringFrequencyDisplayName": "Hourly",
      "SAMPLE_ROOT": " ",
      "iscsStorageFolder": "17.4.1.1709131927",
      "identityTenancy": "StandardJCS",
      "instanceFriendlyPublicUrl": "https://host45-oice2w.uscom-central-1.c9dev1.oc9qadev.com:443",
      "PSM_IDENTITY_FOOTPRINT_CUSTOMER": "965db9e1c3934e29885c83baf6a86196",
      "instancePermanentPublicUrl": "https://example.uscom-central-1.c9dev1.oc9qadev.com:443",
      "vbcsHomePageUrl": "https://host45-oice2w.uscom-central-1.c9dev1.oc9qadev.com:443/ic/builder",
      "cloudStorageContainer": "Storage-hapapate/JaaSBackup",
      "enableProxy": "false",
      "proxyHost": "opc-dev-proxy.usdv1.oraclecloud.com",
      "icsFeatureSet": "ics_pcs",
      "icsManagedServerCountInitial": "2",
      "icsEdition": "EE",
      "pubcdtTopology": "ics_pcs",
      "PSM_IDENTITY_FOOTPRINT_PROVIDER": "d7f4a905874e435b92f990a2c3accf6d",
      "pdbServiceName": "null",
      "BACKUP_DESTINATION": "BOTH",
      "instanceHomePageUrl": "https://host45-oice2w.uscom-central-1.c9dev1.oc9qadev.com:443/ic/home",
      "jdkVersion": " ",
      "enableAdminConsoles": "false",
      "dbaUserName": "SYS",
      "cloudStorageUser": "hapapate.Storageadmin",
      "jaasSupportHome": "null",
      "proxyPort": "80",
      "pubcdtServiceName": "integration_suite",
      "totalSharedStorage": 0,
      "allAssociations": {
        "toAssociations": [
          {
            "associationId": 23159,
            "displayName": "INFRA_DB",
            "associationType": "DEPENDS_ON",
            "associationName": "INFRA_DB",
            "associationState": "READY",
            "assocStatusMessage": "newly created",
            "isRequired": true,
            "creationDate": "2017-09-15T19:18:35.000+0000",
            "domain": "idcs",
            "serviceType": "DBaaS",
            "serviceName": "OICDBaaS",
            "serviceStatus": "READY",
            "serviceStateDisplayName": "Ready",
            "edition": "EE",
            "version": "12.1.0.2",
            "level": "PAAS",
            "ocpu": 2,
            "associationStateDisplayName": "Ready",
            "assocTypeDisplayName": "Depends On",
            "assocTypeDescription": "Service A depends on Resource B/Service B."
          }
        ],
        "fromAssociations": [
          
        ]
      },
      "computeSiteName": "oice2wsite",
      "patching": {
        "currentOperation": {
          "operation": "NONE"
        },
        "updateStatus": "NORMAL_PENDING",
        "totalAvailablePatches": 2
      }
    }
  }
}
Back to Top