GetMetaAs
    • PDF

    GetMetaAs

    • PDF

    Article Summary

    Overview

    Available in the VPC environment.

    Inquire the Automatic System (AS).

    Request

    API URL

    URL: https://vpc-ntm.apigw.ntruss.com/meta/v1/as
    Method: GET
    

    Request header

    The request header specified in the common setting is required.

    x-ncp-apigw-signature-v2: {generated signature}
    x-ncp-apigw-timestamp: {current timestamp}
    x-ncp-iam-access-key: {your iam access key}
    
    Parameter NameRequiredTypeConstraintsDescription
    asNmNStringAutomatic System (AS) Name Prefix
    pageYIntpage number, min: 0
    sizeYIntpage size, min: 1, max: 100

    Example

    Request example

    GET /meta/v1/as?asNm=K&page=0&size=2
    Host: vpc-ntm.apigw.ntruss.com
    x-ncp-apigw-signature-v2: {generated signature}
    x-ncp-apigw-timestamp: {current timestamp}
    x-ncp-iam-access-key: {your iam access key}
    

    Response example

    If the inquiry is completed without errors, HTTP code 200 and AS information are inquired.

    [
      {
        "asNo": 1136,
        "asNm": "KPN B.V."
      },
      {
        "asNo": 1237,
        "asNm": "KISTI"
      }
    ]
    

    Was this article helpful?

    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.