使用可能な証明書タイプの取得

get

/services/{version}/deployments/{deployment}/certificates

必要なロール: 管理者

証明書タイプのコレクションを取得します。

リクエスト

パス・パラメータ
先頭に戻る

レスポンス

サポートされるメディア・タイプ

200レスポンス

証明書タイプ名が正常に取得されました。

本文()
ルート・スキーマ: Oracle GoldenGate Collection
型: object
タイトル: Oracle GoldenGate Collection
ソースの表示
ネストされたスキーマ: items
型: array
最小アイテム数: 0
最大アイテム数: 32767
ソースの表示
ネストされたスキーマ: items
型: object
使用可能な追加プロパティ: true
ソースの表示
  • 最小長: 1
    最大長: 255
    デフォルト値: ogg:collectionItem
    コレクション・アイテムのスキーマ名。デフォルトはこのスキーマです
  • links
  • 最小長: 1
    最大長: 255
    アイテム名
  • status
    アイテムのステータス
ネストされたスキーマ: status
アイテムのステータス
いずれかに一致
ソースの表示
  • 指定できる値: [ "starting", "running", "stopped", "killed", "abended" ]
  • デフォルト値: stopped
    指定できる値: [ "paused", "running", "stopping", "stopped", "killed", "uninitialized" ]
レスポンスの例(application/json)
{
    "$schema":"api:standardResponse",
    "links":[
        {
            "href":"http://localhost:11000/services/v2/deployments/Certificates/certificates",
            "mediaType":"application/json",
            "rel":"canonical"
        },
        {
            "href":"http://localhost:11000/services/v2/deployments/Certificates/certificates",
            "mediaType":"application/json",
            "rel":"self"
        },
        {
            "href":"http://localhost:11000/services/v2/metadata-catalog/certificates",
            "mediaType":"application/schema+json",
            "rel":"describedby"
        }
    ],
    "messages":[
    ],
    "response":{
        "$schema":"ogg:collection",
        "items":[
            {
                "$schema":"ogg:collectionItem",
                "links":[
                    {
                        "href":"http://localhost:11000/services/v2/deployments/Certificates/certificates",
                        "mediaType":"application/json",
                        "rel":"parent"
                    },
                    {
                        "href":"http://localhost:11000/services/v2/deployments/Certificates/certificates/client",
                        "mediaType":"application/json",
                        "rel":"canonical"
                    }
                ],
                "name":"client"
            },
            {
                "$schema":"ogg:collectionItem",
                "links":[
                    {
                        "href":"http://localhost:11000/services/v2/deployments/Certificates/certificates",
                        "mediaType":"application/json",
                        "rel":"parent"
                    },
                    {
                        "href":"http://localhost:11000/services/v2/deployments/Certificates/certificates/server",
                        "mediaType":"application/json",
                        "rel":"canonical"
                    }
                ],
                "name":"server"
            },
            {
                "$schema":"ogg:collectionItem",
                "links":[
                    {
                        "href":"http://localhost:11000/services/v2/deployments/Certificates/certificates",
                        "mediaType":"application/json",
                        "rel":"parent"
                    },
                    {
                        "href":"http://localhost:11000/services/v2/deployments/Certificates/certificates/truststore",
                        "mediaType":"application/json",
                        "rel":"canonical"
                    }
                ],
                "name":"truststore"
            }
        ]
    }
}
先頭に戻る