getCloudMssqlTargetSubnetList
    • PDF

    getCloudMssqlTargetSubnetList

    • PDF

    Article Summary

    VPC環境で利用できます。

    使用できる Subnetリストを照会します。

    リクエスト

    リクエストパラメータ

    パラメータタイプ要否説明制約事項
    regionCodeStringNリージョンコード
    - regionCodeは、getRegionListアクションを通じて取得する
    - default: getRegionList照会結果の最初のリージョンを選択する
    -
    vpcNoStringYVPC番号
    - vpcNoは、getCloudMssqlTargetVpcListアクションを通じて取得する
    -
    CloudMssqlImageProductCodeStringYCloud DB for MSSQLのイメージ商品コード
    - CloudMssqlImageProductCodeは、getCloudMssqlImageProductListアクションの productCodeで取得する
    -
    isPublicBooleanNPublic Subnet照会有無-
    responseFormatTypeStringNレスポンス結果のフォーマットタイプ
    - options: xml | json
    - default: xml
    -

    レスポンスボディ

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

    リクエスト例

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

    GET {API_URL}/getCloudMssqlTargetSubnetList
    ?regionCode=KR
    &vpcNo=**65
    &cloudMssqlImageProductCode=SW.VMSSL.OS.WND64.WINNT.SVR2016.MSSQL.15020005.SE.B100
    

    レスポンス例

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

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

    {
      "getCloudMssqlTargetSubnetListResponse": {
        "requestId": "415050c7-bda1-43b6-9af1-f5ade127ad82",
        "returnCode": 0,
        "returnMessage": "success",
        "totalRows": 2,
        "targetSubnetList": [
          {
            "subnetNo": "37****",
            "subnetName": "test-****-private-kr1",
            "vpcNo": "**65",
            "vpcName": "test-****",
            "zoneCode": "KR-1",
            "subnet": "192.168.0.0/24",
            "isPublic": false,
            "createdDate": "2022-03-24T18:00:00+0900"
          },
          {
            "subnetNo": "37****",
            "subnetName": "test-****-public-kr1",
            "vpcNo": "**65",
            "vpcName": "test-****",
            "zoneCode": "KR-1",
            "subnet": "192.168.1.0/24",
            "isPublic": true,
            "createdDate": "2022-03-24T18:00:00+0900"
          }
        ]
      }
    }
    

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

    <getCloudMssqlTargetSubnetListResponse>
        <requestId>415050c7-bda1-43b6-9af1-f5ade127ad82</requestId>
        <returnCode>0</returnCode>
        <returnMessage>success</returnMessage>
        <totalRows>2</totalRows>
        <targetSubnetList>
            <targetSubnet>
                <subnetNo>37****</subnetNo>
                <subnetName>test-****-private-kr1</subnetName>
                <vpcNo>**65</vpcNo>
                <vpcName>test-****</vpcName>
                <zoneCode>KR-1</zoneCode>
                <subnet>192.168.0.0/24</subnet>
                <isPublic>false</isPublic>>
                <createdDate>2022-03-24T18:00:00+0900</createdDate>
            </targetSubnet>
            <targetSubnet>
                <subnetNo>37****</subnetNo>
                <subnetName>test-****-public-kr1</subnetName>
                <vpcNo>**65</vpcNo>
                <vpcName>test-****</vpcName>
                <zoneCode>KR-1</zoneCode>
                <subnet>192.168.1.0/24</subnet>
                <isPublic>true</isPublic>>
                <createdDate>2022-03-24T18:00:00+0900</createdDate>
            </targetSubnet>
        </targetSubnetList>
    </getCloudMssqlTargetSubnetListResponse>
    

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

    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.