GetMetaAs
- Print
- PDF
GetMetaAs
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
Get Autonomous System (AS) information.
Request
This section describes the request format. The method and URI are as follows:
Method | URI |
---|---|
GET | /meta/v1/as |
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:
Field | Type | Required | Description |
---|---|---|---|
page | Integer | Required | Page number
|
size | Integer | Required | Page output count
|
asNm | String | Optional | AS name |
Request example
The request example is as follows:
curl --location --request GET 'https://vpc-ntm.apigw.ntruss.com/meta/v1/as?page=0&size=3' \
--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' \
Response
This section describes the response format.
Response body
The response body includes the following data:
Field | Type | Required | Description |
---|---|---|---|
asNo | Integer | - | AS number |
asNm | String | - | AS name |
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:
[
{
"asNo": 1,
"asNm": "LVLT-1"
},
{
"asNo": 2,
"asNm": "UDEL-DCN"
},
{
"asNo": 3,
"asNm": "MIT-GATEWAYS"
}
]
Was this article helpful?