getSubnetDetail
    • PDF

    getSubnetDetail

    • PDF

    기사 요약

    VPC 환경에서 이용 가능합니다.

    Notebook 생성 시, Subnet의 상세정보를 확인합니다.

    요청

    요청 파라미터

    파라미터명필수 여부타입제약 사항설명
    vpcNoYESInteger- vpcNo는 Notebooks의 getVpcList API를 통해 확인 가능
    subnetNoYESInteger한국(KR2) 리전(존)의 Public Subnet만 가능- subnetNo는 Notebooks의 getSubnetList API를 통해 확인 가능

    요청 헤더

    공통 가이드 참조

    요청 바디

    • JSON
        {
            "vpcNo": 0,
            "subnetNo": 0
        }
      
    • XML
        <?xml version="1.0" encoding="UTF-8"?>
        <GetSubnetDetailRequest>
            <vpcNo>0</vpcNo>
            <subnetNo>0</subnetNo>
        </GetSubnetDetailRequest>
      

    응답

    응답 바디

    • JSON
        {
          "createdAt": "2023-06-07T06:21:59.931Z",
          "isPublic": true,
          "message": "string",
          "state": "string",
          "subnet": "string",
          "subnetName": "string",
          "subnetNo": 0,
          "success": true,
          "vpcName": "string",
          "vpcNo": 0,
          "zoneName": "string",
          "zoneNo": 0
        }
      
    • XML
        <?xml version="1.0" encoding="UTF-8"?>
        <GetSubnetDetailResponse>
            <createdAt>2023-06-07T06:22:47.934Z</createdAt>
            <isPublic>true</isPublic>
            <message>string</message>
            <state>string</state>
            <subnet>string</subnet>
            <subnetName>string</subnetName>
            <subnetNo>0</subnetNo>
            <success>true</success>
            <vpcName>string</vpcName>
            <vpcNo>0</vpcNo>
            <zoneName>string</zoneName>
            <zoneNo>0</zoneNo>
        </GetSubnetDetailResponse>
      

    오류코드

    DataForest 개요 참조

    예시

    요청 예시

    POST https://df.apigw.ntruss.com/api/v2/notebooks/getSubnetDetail
    HOST: df.apigw.ntruss.com
    Content-Type: application/json
    x-ncp-apigw-signature-v2: Azm1WBMWDgEONUCUbsVkB4tRIpc053uOHU8bitbQRtU=
    x-ncp-apigw-timestamp: 1658898041497
    x-ncp-iam-access-key: F5O55GOTR4CqYJqPDnCu
    { 
        "subnetNo":1394, \
        "vpcNo": 8717
     }
    
    curl -X POST "https://df.apigw.ntruss.com/api/v2/notebooks/getSubnetDetail" \
    -H "accept: application/json" \
    -H "Content-Type: application/json" \
    -H "x-ncp-iam-access-key: F5O55GOTR4CqYJqPDnCu" \
    -H "x-ncp-apigw-timestamp: 1684748047387" \
    -H "x-ncp-apigw-signature-v2: Bn0+uh2bqUAwtiOCs9YZOzAjy7+DwT78HUvVjzyfm+s=" \
    -d "{ \"subnetNo\":1394, \"vpcNo\": 8717}"
    

    응답 예시

    • HTTP

      HTTP StatusDescription
      200OK
    • BASH

      {
          "success": true,
          "vpcNo": 8717,
          "vpcName": "test-vpc",
          "zoneNo": 3,
          "zoneName": "KR-2",
          "subnetNo": 13594,
          "subnetName": "prisub-kr",
          "subnet": "172.16.3.0/24",
          "createdAt": "2023-05-16T15:00:48.066+09:00",
          "state": "RUN",
          "isPublic": true
      }
      
      

    오류 코드 예시

    • HTTP

      HTTP StatusDescription
      400invalid request parameters
    • BASH

        {
            "message": "invalid request parameter (constraint violation Not available, user subnet number '1394')",
            "success": false
        }
      

    이 문서가 도움이 되었습니까?

    What's Next
    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.