MENU
      GetMetaSubnet

        GetMetaSubnet


        Article summary

        Available in VPC

        Get available subnet information from the Network Traffic Monitoring service.

        Request

        This section describes the request format. The method and URI are as follows:

        MethodURI
        GET/meta/v1/subnet

        Request headers

        For information about the headers common to all Network Traffic Monitoring APIs, see Network Traffic Monitoring request headers.

        Request query parameters

        You can use the following query parameters with your request:

        FieldTypeRequiredDescription
        regionCodeStringRequiredRegion code
        • KR (default)
        subnetNameStringOptionalSubnet name

        Request example

        The request example is as follows:

        curl --location --request GET 'https://vpc-ntm.apigw.ntruss.com/meta/v1/subnet?subnetName=subne&regionCode=KR' \
        --header 'x-ncp-apigw-timestamp: {Timestamp}' \
        --header 'x-ncp-iam-access-key: {Access Key}' \
        --header 'x-ncp-apigw-signature-v2: {API Gateway Signature}' \
        --header 'x-ncp-dmn_cd: PUB' \
        Shell

        Response

        This section describes the response format.

        Response body

        See Subnet for more information about the fields related to subnet information.

        Response status codes

        For information about the HTTP status codes common to all Network Traffic Monitoring APIs, see Network Traffic Monitoring response status codes.

        Response example

        The response example is as follows:

        [
          {
            "subnetNo": 1925,
            "subnetName": "subnet01",
            "subnet": "***.***.***.***/24",
            "gateway": "***.***.***.***",
            "zoneNo": 2,
            "zoneName": "KR-1",
            "vpcNo": 458,
            "vpcName": "vpc-sample",
            "statusCode": "RUN",
            "statusName": "Running"
          }
        ]
        JSON

        Was this article helpful?

        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.