getCloudMssqlTargetVpcList
    • PDF

    getCloudMssqlTargetVpcList

    • PDF

    Article Summary

    VPC環境で利用できます。

    使用可能な VPCリストを照会します。

    リクエスト

    リクエストパラメータ

    パラメータタイプ要否説明制約事項
    regionCodeStringNリージョンコード
    - regionCodeは、getRegionListアクションを通じて取得する
    - default: getRegionList照会結果の最初のリージョンを選択する
    -
    responseFormatTypeStringNレスポンス結果のフォーマットタイプ
    - options: xml | json
    - default: xml
    -

    レスポンス

    レスポンスボディ

    レスポンスボディは、TargetVpcListをご参照ください。

    リクエスト例

    リクエスト構文例は次のとおりです。

    GET {API_URL}/getCloudMssqlTargetVpcList
    ?regionCode=KR
    

    レスポンス例

    レスポンス構文例は、次のとおりです。

    レスポンス結果のフォーマットタイプ(responseFormatType)が jsonの場合

    {
      "getCloudMssqlTargetVpcListResponse": {
        "requestId": "4ea62ae7-b127-4c02-9a71-2a36f3190a55",
        "returnCode": 0,
        "returnMessage": "success",
        "totalRows": 1,
        "targetVpcList": [
          {
            "vpcNo": "25****",
            "vpcName": "test-****",
            "ipv4Cidr": "192.168.0.0/16",
            "regionCode": "KR",
            "createdDate": "2022-03-24T18:00:00+0900"
          }
        ]
      }
    }
    

    レスポンス結果のフォーマットタイプ(responseFormatType)が xmlの場合

    <getCloudMssqlTargetVpcListResponse>
        <requestId>4ea62ae7-b127-4c02-9a71-2a36f3190a55</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>1</totalRows>
        <targetVpcList>
            <targetVpc>
                <vpcNo>25****</vpcNo>
                <vpcName>test-****</vpcName>
                <ipv4Cidr>192.168.0.0/16</ipv4Cidr>
                <regionCode>KR</regionCode>
                <createdDate>2022-03-24T18:00:00+0900</createdDate>
            </targetVpc>
        </targetVpcList>
    </getCloudMssqlTargetVpcListResponse>
    

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

    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.