DB Connection の確認(VPC)
    • PDF

    DB Connection の確認(VPC)

    • PDF

    記事の要約

    ドメインに DB upload機能を実行する前に connectionを確認します。

    POST https://cloudsearch.apigw.ntruss.com/CloudSearch/real/v1/db_upload/check_connection/vpc?region=KR
    

    リクエスト

    リクエストパラメータ

    パラメータ名必須有無タイプ制限事項説明
    regionYesstringリージョンコードDBサーバがインストールされているリージョンコード

    リクエストボディ

    パラメータ名必須有無タイプ制限事項説明
    dbKindYesStringmysql, mariadbDBタイプ
    hostYesStringDBの Instance ID
    portYesIntegerDBポート
    userYesStringユーザー ID
    passwordYesStringパスワード
    dbYesStringDatabase名
    charsetYesStringDBの character
    connectTimeoutYesIntconnectionタイムアウト、単位は second

    レスポンス

    レスポンス Status

    HTTP StatusDesc
    200OK(照会完了)
    400Bad Request
    401Unauthorized
    403Forbidden
    404Not Found
    500Internal Server Error

    リクエスト例

    POST /CloudSearch/real/v1/db_upload/check_connection/vpc
    Host: cloudsearch.apigw.ntruss.com
    Content-Type: application/json
    x-ncp-apigw-signature-v2: cDwtHuQeGmwWyNmwlN6XIGA66zge4iMXvfoDQNna05g=
    x-ncp-apigw-timestamp: 1545817618751
    x-ncp-iam-access-key: teGTwtcSEGA7fu28BGGi
    {
        "dbKind": "mysql",
        "host": "1122244",
        "port": 3306,
        "user": "root",
        "password": "alskdj",
        "db": "cloud_search",
        "charset": "utf8",
        "connectTimeout": 4,
    }
    

    レスポンス例

    {"result":"ok"}
    

    この記事は役に立ちましたか?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.