機械翻訳について

サービス・インスタンスの表示

get

/api/v1.1/instances/{identityId}/{serviceId}

サービス・インスタンスに関する情報が返されます。

リクエスト

パス・パラメータ
identityId
タイプ: string
必須: true
Oracle Cloud Serviceアカウントのアイデンティティ・ドメインの名前。
serviceId
タイプ: string
必須: true
サービス・インスタンスのID。

レスポンス

サポートされるメディア・タイプ
  • application/json
200レスポンス
成功
本文
ルート・スキーマ: GetInstanceInfoResponse
タイプ: object

次の例では、cURLを使用してRESTリソースに対するGETリクエストを発行することによってOracle SOA Cloud Serviceインスタンスについて詳細情報を表示する方法を示しています。 詳細は、「cURLの使用」を参照してください。

Oracle SOA Cloud Serviceインスタンスの「Overview」ページの概要に関する項も参照してください。

cURLコマンド

curl -i -X GET -u joe@example.com:Welcome1! -H "X-ID-TENANT-NAME:ExampleIdentityDomain" https://api-host/paas/service/soa/api/v1.1/instances/ExampleIdentityDomain/ExampleInstance
注意:: この例では、アメリカ合衆国でのURL接頭辞(soacs)を使用しています。 世界の他の地域のURL接頭辞の詳細は、「リクエストの送信」を参照してください。

レスポンス・ヘッダーの例

レスポンス・ヘッダーの例を次に示します。

HTTP/1.1 200 OK
Date: Fri, 22 Aug 2014 20:37:06 GMT
Transfer-Encoding: chunked
Content-Type: application/json

レスポンス本文の例

JSON形式のレスポンス本文の例を次に示します。

{
    "service_name" : "ExampleInstance",
    "version" : "12cR3",
    "wlsVersion" : "12.1.3.0.4",
    "status" : "Running",
    "error_status_desc": "",
    "compliance_status": "",
    "compliance_status_desc": "",
    "auto_update": "true",
    "description" : "Example, Inc product distribution",
    "identity_domain" : "ExampleIdentityDomain",
    "creation_time": "Fri Jan 23 22:18:26 UTC 2015",
    "last_modified_time": "Fri Jan 23 22:18:26 UTC 2015",
    "created_by":"joe@example.com",
    "service_uri" : "https:\/\/api-host\/paas\/service\/soa\/api\/v1.1\/instances\/ExampleIdentityDomain\/ExampleInstance",
    "domain_name" : "ExampleDomain",
    "domain_mode" : "PRODUCTION",
    "cluster_name" : "ExampleCluster",
    "num_nodes" : 3,
    "level" : "PAAS",
    "subscription_type" : "HOURLY",
    "edition" : "EE",
    "shape" : "oc3m",
    "otd_provisioned" : "yes",
    "otd_shape" : "oc3",
    "otd_storage_size": 43008,
    "service_components": [
       {
            "type": "WLS",
            "version": "12.1.3.0.4"
        },
        {
            "type": "OTD_JDK",
            "version": "1.7.0_80"
        },
        {
            "type": "OTD",
            "version": "11.1.1.9.0"
        },
        {
            "type": "JDK",
            "version": "1.7.0_80"
        }
    ],
    "creation_job_id" : "1",
    "deletion_job_id" : 0,
    "lifecycle_control_job_id" : 273,
    "db_info" : "myDBService:111\/PDB1.exampleidentitydomain",
    "db_service_name" : "myDBService", 
    "num_ip_reservations" : 3,
    "wls_admin_url" : "https:\/\/192.0.2.0:7002\/console",
    "fmw_control_url" : "https:\/\/192.0.2.16:7002\/em",
    "otd_admin_url" : "https:\/\/192.0.2.23:8989",
    "sample_app_url": "https:\/\/192.1.2.3\/sample-app\/",
    "secure_content_url" : "https:\/\/192.0.2.3:8081",
    "wls_deployment_channel_port": 9001, 
    "psm_plugin_version": "15.3.3-0-1507110315"
}